Add OIDC secret placeholders to .env.example files

- Add OIDC HMAC and client secrets to authelia/.env.example
- Create ollama/.env.example with OIDC client secret placeholder
This commit is contained in:
2026-02-26 01:42:34 +00:00
parent 645d908ca5
commit 0ce030275b
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -4,3 +4,8 @@
AUTHELIA_JWT_SECRET= AUTHELIA_JWT_SECRET=
AUTHELIA_SESSION_SECRET= AUTHELIA_SESSION_SECRET=
AUTHELIA_STORAGE_ENCRYPTION_KEY= AUTHELIA_STORAGE_ENCRYPTION_KEY=
# OIDC client secrets — generate with: openssl rand -hex 32
AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET=
AUTHELIA_OIDC_CLIENT_SECRET_LINKDING=
AUTHELIA_OIDC_CLIENT_SECRET_OPEN_WEBUI=
+2
View File
@@ -0,0 +1,2 @@
# Open WebUI OIDC — must match AUTHELIA_OIDC_CLIENT_SECRET_OPEN_WEBUI in Authelia stack
AUTHELIA_OIDC_CLIENT_SECRET_OPEN_WEBUI=