From 14db051822b8b50a95cbad757b7189d640f6016f Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 14:11:22 +0200 Subject: [PATCH] chore: update WEBUI_URL and CORS_ALLOW_ORIGIN to use http scheme --- 02-openwebui/fleet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index 76ceead..4763f57 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -49,9 +49,9 @@ helm: extraEnvVars: - name: WEBUI_URL - value: "https://openwebui.homelab-test.hnrx.net" + value: "http://openwebui.homelab-test.hnrx.net" - name: CORS_ALLOW_ORIGIN - value: "https://openwebui.homelab-test.hnrx.net" + value: "http://openwebui.homelab-test.hnrx.net" - name: WEBUI_SESSION_COOKIE_SECURE value: "true" - name: WEBUI_AUTH_COOKIE_SECURE