git0: Set gitea_root_url
The `gitea_root_url` variable is used to configure the root URL for Gitea, which is in turn used to generate HTTP/HTTPS "clone" links for Git repositories. If this value is not set, the default is used, which does not work since the application is behind a reverse proxy.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
gitea_ssh_domain: git.pyrocufflink.blue
|
||||
gitea_root_url: 'https://{{ gitea_ssh_domain }}/'
|
||||
apache_ssl_certificate: /var/lib/letsencrypt/live/{{ gitea_ssh_domain }}/fullchain.pem
|
||||
apache_ssl_certificate_key: /var/lib/letsencrypt/live/{{ gitea_ssh_domain }}/privkey.pem
|
||||
certbot_domains:
|
||||
|
||||
Reference in New Issue
Block a user