harden vaultwarden
All checks were successful
Test action / Print hello world (push) Successful in 19s

This commit is contained in:
Chris Kruining 2025-09-03 16:45:32 +02:00
parent 6379b5e2de
commit 44e7a6fa0f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -76,6 +76,12 @@ in
"vault.kruining.eu".extraConfig = ''
encode zstd gzip
handle_path /admin {
respond 401 {
close
}
}
reverse_proxy http://localhost:${toString config.services.vaultwarden.config.ROCKET_PORT} {
header_up X-Real-IP {remote_host}
}