From 32e966e2f5f84ee0b3c92d5b074c9e3e4d49d4f6 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 11 Jun 2025 16:30:12 -0400 Subject: [PATCH] Remove OIDC config files from Authelia startup command - Prevents template engine from processing commented OIDC configurations - Should fix startup issues with missing OIDC secrets - Authelia will run with basic auth only --- stack.production.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 3bcb43e..bc7b681 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -60,8 +60,6 @@ services: - --config=/config/configuration.server.yml - --config=/config/configuration.ldap.yml - --config=/config/configuration.acl.yml - - --config=/config/configuration.identity.providers.yml - - --config=/config/configuration.oidc.clients.yml secrets: - AUTHENTICATION_BACKEND_LDAP_PASSWORD - IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET