Add global rate limiting

This commit is contained in:
2026-02-10 09:07:43 -06:00
parent 10c3898b0b
commit 473b776166
5 changed files with 484 additions and 27 deletions

View File

@@ -146,7 +146,7 @@
};
vaultwarden = {
image = "vaultwarden/server:1.34.3";
image = "vaultwarden/server:1.35.2";
ports = [ "40080:80" ];
volumes = [
"/home/sezycei/srv/containerdata/bitwarden/data:/data"