Try secure

This commit is contained in:
soraefir
2026-05-13 22:45:44 +02:00
parent 8e57822c10
commit de18ad8127

View File

@@ -82,7 +82,7 @@ in {
secret = name; secret = name;
extraEnv = { extraEnv = {
AUTHENTIK_HOST = "https://${containerCfg.subdomain}:${serverCfg.hostDomain}"; AUTHENTIK_HOST = "https://${containerCfg.subdomain}:${serverCfg.hostDomain}";
AUTHENTIK_HOST_INSECURE = "true"; AUTHENTIK_HOST_INSECURE = "false";
}; };
}; };
}; };