auth selfmark

This commit is contained in:
soraefir
2026-06-02 18:59:49 +02:00
parent 14df99f7af
commit 495b210e9a

View File

@@ -77,6 +77,11 @@ in {
EXT_BYPASSER_PATH = "/v1"; EXT_BYPASSER_PATH = "/v1";
EXT_BYPASSER_TIMEOUT = "60000"; EXT_BYPASSER_TIMEOUT = "60000";
}; };
extraLabels = {
} // (if serverCfg.containers ? authentik then {
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik";
} else {});
overrides = { overrides = {
volumes = [ ]; volumes = [ ];
}; };