Files
configpolicy/host_vars/git0.pyrocufflink.blue.yml
Dustin C. Hatch f14683aaac 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.
2018-06-18 19:22:21 -05:00

8 lines
335 B
YAML

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:
- '{{ gitea_ssh_domain }}'
- 'git.pyrocufflink.net'