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

10 lines
327 B
YAML

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