From 813944a395e8925642d1be3c5895d9d17ad30fab Mon Sep 17 00:00:00 2001 From: perco Date: Tue, 30 Jun 2026 10:32:43 +0200 Subject: [PATCH] feat: ajout HomelabDash + MAJ README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout de HomelabDash dans la catégorie Infrastructure. README mis à jour pour refléter le catalogue services.json actuel (Mes Projets, Infrastructure, Média, Domotique, Productivité, VPN). Co-Authored-By: Claude Sonnet 4.6 --- README.md | 12 ++++++------ services.json | 7 +++++++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a3f6927..44f6dac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ nohup php -S 0.0.0.0:9300 -t /home/perco/projects/percohub/ > /tmp/percohub-php. - ✅ Vue centralisée de tous les services (Docker + projets PHP) - ✅ Status live (Docker inspect + HTTP ping) -- ✅ Catégories : Projets Luca / Infrastructure / Média / Domotique / Productivité / VPN Firefox +- ✅ Catégories : Mes Projets / Infrastructure / Média / Domotique / Productivité / VPN Firefox - ✅ Filtre par catégorie (navbar) - ✅ Stats globales (online/offline) - ✅ Auto-refresh toutes les 30s @@ -87,9 +87,9 @@ Dans `services.json`, ajouter dans le tableau `categories` : | Catégorie | Services | |-----------|----------| -| 🛠️ Projets Luca | AgentStats, CronViz, MonStatut, AgentChat, HomeStatus | -| 🔧 Infrastructure | Portainer, Traefik, Grafana, InfluxDB, Dashdot, Watchtower | -| 🎬 Média | Plex, Jellyseerr, Sonarr, Radarr, Lidarr, Prowlarr, Jackett, qBittorrent, Pinchflat, Tautulli | +| 🛠️ Mes Projets | PercoHub, CronHub, Todo / Mémos, LocOutil, GarageManager, PercoMemo, PrintVault | +| 🔧 Infrastructure | Portainer, Traefik, Grafana, InfluxDB, HomelabDash, Gitea, Gitea Runner, Watchtower, CronMaster | +| 🎬 Média | Plex, Jellyseerr, Sonarr, Radarr, Lidarr, Prowlarr, Jackett, qBittorrent, FlareSolverr | | 🏠 Domotique | Home Assistant, ESPhome, Syncthing, Grott, Bresser Live, Mosquitto, Frigate, CamWatch | -| 💼 Productivité | Nextcloud, Gitea, VSCode, Planka, Actual Budget, CronMaster, Homarr | -| 🦊 VPN Firefox | retak, coucouze, roxxor, xouz, nale | +| 💼 Productivité | Immich, Nextcloud, VSCode, Planka, Actual Budget | +| 🦊 VPN Firefox | Firefox — retak, Firefox — coucouze, Firefox — roxxor, Firefox — xouz, Firefox — nale | diff --git a/services.json b/services.json index a5c901d..2a221c6 100644 --- a/services.json +++ b/services.json @@ -92,6 +92,13 @@ "docker": "influxdb", "tags": ["database", "metrics"] }, + { + "name": "HomelabDash", + "desc": "Dashboard système — CPU, RAM, disques, RAID, réseau par IP, appareils LAN", + "url": "https://homelabdash.nas.percolouco.com", + "docker": "homelabdash", + "tags": ["monitoring", "dashboard"] + }, { "name": "Gitea", "desc": "Hébergement Git self-hosted",