We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Likely for historical reasons, the environment for Vaultwarden specifies a custom IP_HEADER env var:
IP_HEADER
bitwarden_gcloud/docker-compose.yml
Line 29 in 552257c
However, this setup uses Caddy as the reverse proxy, and that's configured to set the real IP in X-Real-IP:
X-Real-IP
bitwarden_gcloud/caddy/Caddyfile
Line 35 in 395333e
So the Compose YAML needs to be adjusted.
The text was updated successfully, but these errors were encountered:
Looks like vaultwarden changed that at some time, currently it is set to X-Real-IP (https://github.com/dani-garcia/vaultwarden/blob/efc6eb0073d9740a3bf2dc99e8fe5afd50a2e4e3/.env.template#L61)
Sorry, something went wrong.
Merge pull request #80 from dadatuputi/fix_ip_header
c9d5bb5
Fix #77 - ip header updated to vaultwarden default
Successfully merging a pull request may close this issue.
Likely for historical reasons, the environment for Vaultwarden specifies a custom
IP_HEADER
env var:bitwarden_gcloud/docker-compose.yml
Line 29 in 552257c
However, this setup uses Caddy as the reverse proxy, and that's configured to set the real IP in
X-Real-IP
:bitwarden_gcloud/caddy/Caddyfile
Line 35 in 395333e
So the Compose YAML needs to be adjusted.
The text was updated successfully, but these errors were encountered: