feat: update Navidrome remoteHref to use NAS Caddy port 8443

This commit is contained in:
Gan, Jimmy
2026-02-26 01:56:38 +08:00
parent f384a220c7
commit 9305ce05cd
@@ -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" },