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