whitelist fix
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user