From 83a94358daff884be99ee73e23d2cf1533d37055 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 14:37:25 +0200 Subject: [PATCH] chore: allow all origins for CORS in OpenWebUI configuration --- 02-openwebui/fleet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index afa45f2..3a7d9dd 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -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