mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
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
44 lines
968 B
YAML
44 lines
968 B
YAML
features:
|
|
matomo: true
|
|
css: true
|
|
desktop: true
|
|
central_database: false
|
|
logout: true
|
|
javascript: false
|
|
local_ai: true
|
|
oidc: true
|
|
server:
|
|
domains:
|
|
canonical:
|
|
openwebui: "chat.ai.{{ PRIMARY_DOMAIN }}"
|
|
aliases: []
|
|
csp:
|
|
flags: {}
|
|
#script-src-elem:
|
|
# unsafe-inline: true
|
|
#script-src:
|
|
# unsafe-inline: true
|
|
# unsafe-eval: true
|
|
#style-src:
|
|
# unsafe-inline: true
|
|
whitelist:
|
|
font-src: []
|
|
connect-src: []
|
|
docker:
|
|
services:
|
|
openwebui:
|
|
backup:
|
|
no_stop_required: true
|
|
image: ghcr.io/open-webui/open-webui
|
|
version: main
|
|
name: open-webui
|
|
offline_mode: false
|
|
hf_hub_offline: false
|
|
redis:
|
|
enabled: false
|
|
database:
|
|
enabled: false
|
|
volumes:
|
|
openwebui: ai_openwebui_data
|
|
credentials: {}
|