dotfiles/roles/forgejo/defaults/main.yml
Matej Focko e0f3fbe22b
fix(forgejo): handle reverse proxy
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-18 15:31:15 +01:00

13 lines
385 B
YAML

---
# Defines whether Forgejo is deployed behind a reverse proxy
# if so, installs the nginx config file
forgejo_reverse_proxy: true
# Subdomain to be used for the reverse proxy configuration
forgejo_subdomain: git
# HTTP port that's both exposed by container and used by the reverse proxy
forgejo_http_port: 3000
# SSH port that's exposed from the container
forgejo_ssh_port: 2222