oauth auto redirect and allowed role in openwebui
ci/woodpecker/push/flux-reconcile-source Pipeline was successful

This commit is contained in:
2026-06-04 17:27:22 +02:00
parent 32a483c711
commit a0d89472fc
+4
View File
@@ -74,6 +74,10 @@ spec:
value: "false" value: "false"
- name: OAUTH_MERGE_ACCOUNTS_BY_EMAIL - name: OAUTH_MERGE_ACCOUNTS_BY_EMAIL
value: "true" value: "true"
- name: OAUTH_ALLOWED_ROLES
value: "user"
- name: OAUTH_AUTO_REDIRECT
value: "true"
# STT via whisper-server (routed through llama-swap) # STT via whisper-server (routed through llama-swap)
- name: AUDIO_STT_ENGINE - name: AUDIO_STT_ENGINE
value: "openai" value: "openai"