From c325e53de4aa156ae5d5ed8abd844ed3017c4322 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jun 2026 23:51:27 +1000 Subject: [PATCH] feat(health): add Jellyfin (via traefik host); keep sonarr/radarr/qbit visible as down Co-Authored-By: Claude Opus 4.8 --- config/services.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/services.json b/config/services.json index d9ba824..10485c1 100644 --- a/config/services.json +++ b/config/services.json @@ -14,7 +14,11 @@ { "id": "pve-z3", "name": "Proxmox ยท Z3", "category": "infrastructure", "host": "z3", "url": "https://192.168.1.125:8006", "icon": "proxmox", "check": { "type": "tcp" } }, { "id": "plex", "name": "Plex", "category": "media", "host": "ct100", "url": "http://192.168.1.230:32400/web", "icon": "plex" }, + { "id": "jellyfin", "name": "Jellyfin", "category": "media", "host": "ct100", "url": "https://jellyfin.hynesy.com", "icon": "jellyfin" }, { "id": "tdarr", "name": "Tdarr", "category": "media", "host": "ct100", "url": "http://192.168.1.230:8265", "icon": "tdarr" }, + { "id": "sonarr", "name": "Sonarr", "category": "media", "host": "ct100", "url": "http://192.168.1.230:8989", "icon": "sonarr" }, + { "id": "radarr", "name": "Radarr", "category": "media", "host": "ct100", "url": "http://192.168.1.230:7878", "icon": "radarr" }, + { "id": "qbittorrent", "name": "qBittorrent", "category": "media", "host": "win10", "url": "http://192.168.1.230:8080", "icon": "qbittorrent" }, { "id": "void1", "name": "The Void 1.x", "category": "other", "host": "ct301", "url": "http://192.168.1.11:2424", "icon": "void" }, { "id": "farm-timelapse", "name": "Farm Timelapse", "category": "other", "host": "192.168.1.108", "url": "http://192.168.1.108:8000", "icon": "" },