whitelist fix

This commit is contained in:
soraefir
2026-05-17 09:40:13 +02:00
parent de92ad0f12
commit b20763fa86

View File

@@ -39,6 +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";
}; };
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";