ldap insecure

This commit is contained in:
soraefir
2026-05-13 22:26:34 +02:00
parent 7381a17f87
commit 44813226c2

View File

@@ -81,7 +81,7 @@ in {
secret = name; secret = name;
extraEnv = { extraEnv = {
"AUTHENTIK_HOST" = "http://authentik-server:9000"; "AUTHENTIK_HOST" = "http://authentik-server:9000";
"AUTHENTIK_INSECURE" = "false"; "AUTHENTIK_INSECURE" = "true";
}; };
overrides = { overrides = {
ports = [ "389:3389" "636:6636" ]; ports = [ "389:3389" "636:6636" ];