dotfiles/roles/thelounge/defaults/main.yml

11 lines
327 B
YAML
Raw Normal View History

---
# Defines whether TheLounge is deployed behind a reverse proxy
# if so, installs the nginx config file
thelounge_reverse_proxy: true
# Subdomain to be used for the reverse proxy configuration
thelounge_subdomain: lounge
# HTTP port that's both exposed by container and used by the reverse proxy
thelounge_http_port: 9000