fix stuff
This commit is contained in:
@@ -29,6 +29,12 @@ in {
|
||||
extraLabels = {
|
||||
"traefik.http.routers.${containerCfg.subdomain}.priority" = "10";
|
||||
"traefik.http.routers.${containerCfg.subdomain}.service" = "api@internal";
|
||||
|
||||
|
||||
"traefik.http.middlewares.hsts-headers.headers.stsSeconds" = "15552000";
|
||||
"traefik.http.middlewares.hsts-headers.headers.stsIncludeSubdomains" = "true";
|
||||
"traefik.http.middlewares.hsts-headers.headers.stsPreload" = "true";
|
||||
"traefik.http.middlewares.hsts-headers.headers.forceSTSHeader" = "true";
|
||||
|
||||
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = if serverCfg.containers?authentik then "authentik" else "";
|
||||
} // (if serverCfg.containers?authentik then {
|
||||
|
||||
Reference in New Issue
Block a user