We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
formatting
lighttpd configuration improvements from firsthand experience
Updated Proxy examples (markdown)
Typo
Caddy deprecated remote_ip's forwarded mode, in favor of client_ip_headers paired with trusted_proxies. Allows configuring which headers to use to determine the client's IP address.
merge both apache with subpath examples (> 2.4.47) as both have been made more or less identical, also remove outdated information about proxy_wstunnel_module
remove outdated traefik v1 example
remove id again because it does not get rendered
streamline the examples to use 127.0.0.1:8000 as the address where vaultwarden listens on and also reword the intro a bit.
Improve the Caddy example & add an example to block admin
Use websocket upgrade capability in apache > 2.4.47 which has been released in 2021, removing unecessary rewrite magic.
add instructions for cloudflare
Simpler ProxyPass for Apache 2.4.47 or later
update nginx template
In Nginx, `if` should be avoided for risk of confusion ("`if` is evil"). No reason to use it here anyway, as `server_name` handles that.
for the unlock with other device i had to adjust the apache config and had do add: RewriteRule /notifications/anonymous-hub(.*) ws://localhost:8380/fjbitwarden/notifications/anonymous-hub/$1 [P,L]
Adding HAProxy ingress controller
Enable zstd support for Caddy
the custom websockets port has been removed #4001 so we can declutter the page a bit by removing the outdated (pre-1.29.0 configurations)
Move back Istio k8s config as an additional one (before v1.29.0)
Update Istio k8s proxy example accordingly to 1.29.0+ versions
Update Nginx (NixOS) config to v1.29.0+
Added proxy example for Lighttpd with sub-path for v1.29.0+
Fix syntax issues