feat: ajout HomelabDash + MAJ README
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 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
adff9bd7ff
commit
813944a395
@@ -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)
|
- ✅ Vue centralisée de tous les services (Docker + projets PHP)
|
||||||
- ✅ Status live (Docker inspect + HTTP ping)
|
- ✅ 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)
|
- ✅ Filtre par catégorie (navbar)
|
||||||
- ✅ Stats globales (online/offline)
|
- ✅ Stats globales (online/offline)
|
||||||
- ✅ Auto-refresh toutes les 30s
|
- ✅ Auto-refresh toutes les 30s
|
||||||
@@ -87,9 +87,9 @@ Dans `services.json`, ajouter dans le tableau `categories` :
|
|||||||
|
|
||||||
| Catégorie | Services |
|
| Catégorie | Services |
|
||||||
|-----------|----------|
|
|-----------|----------|
|
||||||
| 🛠️ Projets Luca | AgentStats, CronViz, MonStatut, AgentChat, HomeStatus |
|
| 🛠️ Mes Projets | PercoHub, CronHub, Todo / Mémos, LocOutil, GarageManager, PercoMemo, PrintVault |
|
||||||
| 🔧 Infrastructure | Portainer, Traefik, Grafana, InfluxDB, Dashdot, Watchtower |
|
| 🔧 Infrastructure | Portainer, Traefik, Grafana, InfluxDB, HomelabDash, Gitea, Gitea Runner, Watchtower, CronMaster |
|
||||||
| 🎬 Média | Plex, Jellyseerr, Sonarr, Radarr, Lidarr, Prowlarr, Jackett, qBittorrent, Pinchflat, Tautulli |
|
| 🎬 Média | Plex, Jellyseerr, Sonarr, Radarr, Lidarr, Prowlarr, Jackett, qBittorrent, FlareSolverr |
|
||||||
| 🏠 Domotique | Home Assistant, ESPhome, Syncthing, Grott, Bresser Live, Mosquitto, Frigate, CamWatch |
|
| 🏠 Domotique | Home Assistant, ESPhome, Syncthing, Grott, Bresser Live, Mosquitto, Frigate, CamWatch |
|
||||||
| 💼 Productivité | Nextcloud, Gitea, VSCode, Planka, Actual Budget, CronMaster, Homarr |
|
| 💼 Productivité | Immich, Nextcloud, VSCode, Planka, Actual Budget |
|
||||||
| 🦊 VPN Firefox | retak, coucouze, roxxor, xouz, nale |
|
| 🦊 VPN Firefox | Firefox — retak, Firefox — coucouze, Firefox — roxxor, Firefox — xouz, Firefox — nale |
|
||||||
|
|||||||
@@ -92,6 +92,13 @@
|
|||||||
"docker": "influxdb",
|
"docker": "influxdb",
|
||||||
"tags": ["database", "metrics"]
|
"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",
|
"name": "Gitea",
|
||||||
"desc": "Hébergement Git self-hosted",
|
"desc": "Hébergement Git self-hosted",
|
||||||
|
|||||||
Reference in New Issue
Block a user