dotfiles/roles/forgejo/defaults/main.yml

14 lines
385 B
YAML
Raw Normal View History

---
# 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