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.
jenkins-master
Dustin 2018-06-18 19:22:21 -05:00
parent fd172ddf7c
commit f14683aaac
1 changed files with 1 additions and 0 deletions

View File

@ -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: