Comments on How to Install Gitea Code Hosting Platform with HTTPS on Debian 10
Gitea is a code hosting web application written in Go and forked from Gogs. As its name suggests, it is designed to be used with the popular source control program Git, similarly to Gitlab and Github. This guide will explain how to install Gitea on Debian 10 behind an HTTPS reverse proxy (Nginx).
2 Comment(s)
Comments
Its works fine Thank you.Notice : sometimes is in app.ini the ROOT_URL include port, do not foget change them.
Thanks for this great tutorial!
I managed to get it to work so far.
But no I would like to run gitea on e.g. https://myDomain.tld/gitea.
When I try to configure the location in nginx to /gitea and change the ROOT_URL in app.ini the dynamic parts were shown but at least static parts got a 404...
Could you provide some hints?
Thanks in advance
Markus