Add reverse proxy settings for Gitea and Bitwarden

This commit is contained in:
2022-05-28 00:18:15 -04:00
parent 3a92921932
commit eccd6b7874
7 changed files with 22 additions and 0 deletions

View File

@@ -14,5 +14,9 @@ gitea_dbhost: host.docker.internal
gitea_dbname: "{{ gitea_name }}"
gitea_dbuser: "{{ gitea_name }}"
# proxy settings
gitea_proxy_limit: "1"
gitea_trusted_proxies: "172.16.0.0/12"
# host
gitea_root: "{{ docker_compose_root }}/{{ gitea_name }}"