Deploy Frigate NVR stack with Mosquitto, Ntfy, and frigate-notify #190

Merged
eblume merged 20 commits from deploy-frigate-nvr into main 2026-02-14 21:27:45 -08:00
Showing only changes of commit 79e5673fb8 - Show all commits

Replace View Clip button with Open Event and Open Camera buttons

View Clip linked to raw H.265 MP4 which doesn't play in browsers.
Open Event links to Frigate's review page (built-in player handles
transcoding), Open Camera links to the live camera view.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-14 14:06:31 -08:00

View file

@ -28,4 +28,4 @@ data:
server: http://ntfy.ntfy.svc.cluster.local:80
topic: frigate-alerts
headers:
- "X-Actions: view, View Event, {{.Extra.EventLink}}"
- "X-Actions: view, Open Event, {{.Extra.PublicURL}}/review?id={{.ID}}, clear=true; view, Open Camera, {{.Extra.PublicURL}}#/cameras/{{.Camera}}"