fix whitelist
This commit is contained in:
@@ -39,7 +39,7 @@ in {
|
||||
PGID = "1000";
|
||||
TZ = "Europe/Zurich";
|
||||
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 {
|
||||
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik";
|
||||
|
||||
Reference in New Issue
Block a user