From d5a15f275d8f7f55b40cfbada7ecd318771feb10 Mon Sep 17 00:00:00 2001 From: perco Date: Tue, 2 Jun 2026 09:40:04 +0200 Subject: [PATCH] feat: add Frigate NVR to domotique services Co-Authored-By: Claude Sonnet 4.6 --- services.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services.json b/services.json index 842d1c9..40d8d96 100644 --- a/services.json +++ b/services.json @@ -240,6 +240,13 @@ "url": null, "docker": "mosquitto", "tags": ["mqtt", "iot"] + }, + { + "name": "Frigate", + "desc": "NVR surveillance — détection véhicules & lecture plaques (LPR)", + "url": "https://frigate.nas.percolouco.com", + "docker": "frigate", + "tags": ["camera", "surveillance", "lpr"] } ] },