From 5704de7a39959574a47abc05341be070eff02868 Mon Sep 17 00:00:00 2001 From: phg Date: Thu, 28 Aug 2025 22:57:27 +0200 Subject: [PATCH] Update AUTHENTIK_INSECURE environment variable to use configuration placeholder --- docker-compose.yml | 2 +- template.env | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fecd873..f35d5b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - "host.docker.internal:host-gateway" environment: AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured} - AUTHENTIK_INSECURE: "true" + AUTHENTIK_INSECURE: ${AUTHENTIK_INSECURE:?Authentik insecure is not configured} AUTHENTIK_LISTEN__HTTP: "0.0.0.0:42080" AUTHENTIK_LISTEN__HTTPS: "0.0.0.0:42443" AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN:?Authentik token is not configured} diff --git a/template.env b/template.env index 7fb6331..ba0f53c 100644 --- a/template.env +++ b/template.env @@ -1,5 +1,6 @@ AUTHENTIK_TAG=2025.8.1 AUTHENTIK_HOST=https://host.docker.internal:9443 +AUTHENTIK_INSECURE=true AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev # Secrets