This commit is contained in:
soraefir
2026-05-13 22:48:10 +02:00
parent de18ad8127
commit 95c1bb126e

View File

@@ -81,7 +81,7 @@ in {
image = "ghcr.io/goauthentik/ldap:${version}";
secret = name;
extraEnv = {
AUTHENTIK_HOST = "https://${containerCfg.subdomain}:${serverCfg.hostDomain}";
AUTHENTIK_HOST = "https://${containerCfg.subdomain}.${serverCfg.hostDomain}";
AUTHENTIK_HOST_INSECURE = "false";
};
};