From 44813226c2068bd54c31f6821780eee30a70c937 Mon Sep 17 00:00:00 2001 From: soraefir Date: Wed, 13 May 2026 22:26:34 +0200 Subject: [PATCH] ldap insecure --- modules/server/containers/apps/authentik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/apps/authentik.nix b/modules/server/containers/apps/authentik.nix index cc5d6fa..8216066 100644 --- a/modules/server/containers/apps/authentik.nix +++ b/modules/server/containers/apps/authentik.nix @@ -81,7 +81,7 @@ in { secret = name; extraEnv = { "AUTHENTIK_HOST" = "http://authentik-server:9000"; - "AUTHENTIK_INSECURE" = "false"; + "AUTHENTIK_INSECURE" = "true"; }; overrides = { ports = [ "389:3389" "636:6636" ];