fix whitelist

This commit is contained in:
soraefir
2026-05-17 09:43:00 +02:00
parent b20763fa86
commit 04ac376ea9

View File

@@ -39,7 +39,7 @@ in {
PGID = "1000"; PGID = "1000";
TZ = "Europe/Zurich"; TZ = "Europe/Zurich";
WHITELIST = "127.0.0.1,::1,10.*"; WHITELIST = "127.0.0.1,::1,10.*";
HOST_WHITELIST = "traefik-server"; HOST_WHITELIST = "traefik-server,authentik-server,authentik-worker";
}; };
extraLabels = { } // (if serverCfg.containers ? authentik then { extraLabels = { } // (if serverCfg.containers ? authentik then {
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik"; "traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik";