mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-25 03:26:25 +02:00
feat(web-app-openwebui): add OIDC support via env.j2 with feature flag
Enables OIDC login by adding feature flag (features.oidc), rendering OIDC-related environment variables, and introducing OPENWEBUI_OIDC_ENABLED. Conversation: https://chatgpt.com/share/68d18e02-d6b8-800f-aaab-920c61b9284a
This commit is contained in:
@@ -6,6 +6,7 @@ features:
|
||||
logout: true
|
||||
javascript: false
|
||||
local_ai: true
|
||||
oidc: true
|
||||
server:
|
||||
domains:
|
||||
canonical:
|
||||
|
Reference in New Issue
Block a user