feat: update Navidrome remoteHref to use NAS Caddy port 8443
Deploy Dashboard / deploy (push) Successful in 1m4s
Deploy Dashboard / deploy (push) Successful in 1m4s
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{ id: "terminal", label: "Terminal", icon: "terminal" },
|
{ 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";
|
const TS_IP = "100.78.131.124";
|
||||||
let lanReachable = $state(false);
|
let lanReachable = $state(false);
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const media = [
|
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: "Jellyfin", port: 8096, icon: "play" },
|
||||||
{ label: "Audiobookshelf", port: 13378, icon: "headphones" },
|
{ label: "Audiobookshelf", port: 13378, icon: "headphones" },
|
||||||
{ label: "Immich", port: 2283, icon: "image" },
|
{ label: "Immich", port: 2283, icon: "image" },
|
||||||
|
|||||||
Reference in New Issue
Block a user