This commit is contained in:
soraefir
2026-05-17 21:21:51 +02:00
parent 04ac376ea9
commit 2b555b1a78

View File

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