fix whitelist

This commit is contained in:
soraefir
2026-05-17 09:37:48 +02:00
parent c3b2468ff3
commit de92ad0f12

View File

@@ -38,7 +38,7 @@ in {
PUID = "1000"; PUID = "1000";
PGID = "1000"; PGID = "1000";
TZ = "Europe/Zurich"; TZ = "Europe/Zurich";
WHITELIST = "10.0.0.0/8"; WHITELIST = "127.0.0.1,::1,10.*";
}; };
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";