chore: allow all origins for CORS in OpenWebUI configuration

This commit is contained in:
2026-05-05 14:37:25 +02:00
parent 9752948dd0
commit 83a94358da
+1 -1
View File
@@ -51,7 +51,7 @@ helm:
- name: WEBUI_URL
value: "http://openwebui.homelab-test.hnrx.net"
- name: CORS_ALLOW_ORIGIN
value: "http://openwebui.homelab-test.hnrx.net"
value: "*"
- name: WEBUI_SESSION_COOKIE_SECURE
value: "true"
- name: WEBUI_AUTH_COOKIE_SECURE