From a95bac7f7c55a841fc21ad46a5156146038f029d Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Thu, 26 Feb 2026 01:56:38 +0800 Subject: [PATCH] feat: update Navidrome remoteHref to use NAS Caddy port 8443 --- dashboard/frontend/src/components/Sidebar.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/frontend/src/components/Sidebar.svelte b/dashboard/frontend/src/components/Sidebar.svelte index 938f2ad..cbd8bb4 100644 --- a/dashboard/frontend/src/components/Sidebar.svelte +++ b/dashboard/frontend/src/components/Sidebar.svelte @@ -8,7 +8,7 @@ { id: "terminal", label: "Terminal", icon: "terminal" }, ]; - const LAN_IP = "192.168.31.221"; + const LAN_IP = "192.168.31.222"; const TS_IP = "100.78.131.124"; let lanReachable = $state(false); @@ -19,7 +19,7 @@ } const media = [ - { label: "Navidrome", port: 4533, remoteHref: "https://music.jimmygan.com", icon: "music" }, + { label: "Navidrome", port: 4533, remoteHref: "https://music.jimmygan.com:8443", icon: "music" }, { label: "Jellyfin", port: 8096, icon: "play" }, { label: "Audiobookshelf", port: 13378, icon: "headphones" }, { label: "Immich", port: 2283, icon: "image" },