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

10 lines
334 B
YAML

---
# Defines whether Vaultwarden is deployed behind a reverse proxy
# if so, installs the nginx config file
vaultwarden_reverse_proxy: true
# Subdomain to be used for the reverse proxy configuration
vaultwarden_subdomain: vault
# HTTP port that's both exposed by container and used by the reverse proxy
vaultwarden_http_port: 8888