chore: allow all origins for CORS in OpenWebUI configuration
This commit is contained in:
@@ -51,7 +51,7 @@ helm:
|
|||||||
- name: WEBUI_URL
|
- name: WEBUI_URL
|
||||||
value: "http://openwebui.homelab-test.hnrx.net"
|
value: "http://openwebui.homelab-test.hnrx.net"
|
||||||
- name: CORS_ALLOW_ORIGIN
|
- name: CORS_ALLOW_ORIGIN
|
||||||
value: "http://openwebui.homelab-test.hnrx.net"
|
value: "*"
|
||||||
- name: WEBUI_SESSION_COOKIE_SECURE
|
- name: WEBUI_SESSION_COOKIE_SECURE
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: WEBUI_AUTH_COOKIE_SECURE
|
- name: WEBUI_AUTH_COOKIE_SECURE
|
||||||
|
|||||||
Reference in New Issue
Block a user