From adff9bd7ffbfdec7e81e1997d88985e932510f71 Mon Sep 17 00:00:00 2001 From: perco Date: Tue, 2 Jun 2026 14:09:50 +0200 Subject: [PATCH] feat: add CamWatch to domotique services Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- services.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a12f152..a3f6927 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,6 @@ Dans `services.json`, ajouter dans le tableau `categories` : | 🛠️ 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 | -| 🏠 Domotique | Home Assistant, ESPhome, Syncthing, Grott, Bresser Live, Mosquitto, Frigate | +| 🏠 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 | diff --git a/services.json b/services.json index 40d8d96..a5c901d 100644 --- a/services.json +++ b/services.json @@ -247,6 +247,13 @@ "url": "https://frigate.nas.percolouco.com", "docker": "frigate", "tags": ["camera", "surveillance", "lpr"] + }, + { + "name": "CamWatch", + "desc": "Rapport des passages véhicules — plaque, couleur, snapshot", + "url": "https://camwatch.nas.percolouco.com", + "docker": "camwatch", + "tags": ["camera", "surveillance", "lpr", "rapport"] } ] },