From 79e5673fb83a39fb1b2ec92e1718d6377489b66e Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 14:06:31 -0800 Subject: [PATCH] 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 --- argocd/manifests/frigate/configmap-notify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/frigate/configmap-notify.yaml b/argocd/manifests/frigate/configmap-notify.yaml index b1ce6a3..735ac95 100644 --- a/argocd/manifests/frigate/configmap-notify.yaml +++ b/argocd/manifests/frigate/configmap-notify.yaml @@ -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}}"