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

# Version of the Forgejo to be pulled; for available see image tags
forgejo_version: 11