Gitea and https

Hi all I have a quick question. If I wanted to make gitea secure using lets-encrypt do I need to change the port for gitea to be on 443 instead of 3000 during the setup?

I guess there is no need to change away from port 3000

According Gitea docs, you could use Gitea own functionality using Let’s Encrypt to enable HTTPS directly https://docs.gitea.io/en-us/https-setup/

If you already running a different web server, you could use it as revers proxy.

Great Thanks! Thats what I needed. :slight_smile: