From d22d31a3f0d333db074dc5e3c05a9bed1c7df58c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Jun 2026 21:21:58 +1000 Subject: [PATCH] feat(registry): add Chaptarr to the homelab service registry Chaptarr (Readarr fork, ebooks + audiobooks) now runs on the mediastack (CT 100), routed at chaptarr.hynesy.com. Added to the media group; probes healthy. Source-of-truth services.json + inserted into prod monitored_services. Co-Authored-By: Claude Opus 4.8 --- config/services.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services.json b/config/services.json index 7ed87e5..7a17ffe 100644 --- a/config/services.json +++ b/config/services.json @@ -21,6 +21,7 @@ { "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": "chaptarr", "name": "Chaptarr", "category": "media", "host": "ct100", "url": "https://chaptarr.hynesy.com", "icon": "readarr" }, { "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": "" },