fix vaultwarden not being reachable from caddy

This commit is contained in:
xunuwu 2025-04-23 18:00:26 +02:00
parent f3a04f8bd7
commit 65957fbc0d

View file

@ -7,7 +7,7 @@
enable = true;
config = {
DOMAIN = "https://${config.services.caddy.virtualHosts.vw.hostName}";
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_ADDRESS = "0.0.0.0";
ROCKET_PORT = 35381;
ROCKET_LOG = "critical";
SIGNUPS_ALLOWED = false;