From 1bab993a13f24eca9ddd98773bfff7f10c73c9a4 Mon Sep 17 00:00:00 2001 From: eduard256 Date: Tue, 18 Nov 2025 00:58:11 +0300 Subject: [PATCH] Fix CSS and JS paths for Home Assistant Ingress compatibility - Change absolute paths (/css/, /js/) to relative paths (css/, js/) - Maintains compatibility with direct Docker installations - Fixes resource loading in HA Ingress environment - API calls remain unchanged and work correctly --- webui/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/web/index.html b/webui/web/index.html index 7f7a608..021137a 100644 --- a/webui/web/index.html +++ b/webui/web/index.html @@ -5,7 +5,7 @@ Strix - Camera Stream Discovery - +
@@ -354,6 +354,6 @@ - +