From 0e431d921e791191239bb09c71964d05946b968e Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 14:02:10 -0800 Subject: [PATCH] Add View Event action button to ntfy notifications Uses frigate-notify's EventLink template variable with ntfy's X-Actions header to link to the Frigate event page, which has a built-in player that handles H.265 transcoding. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap-notify.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/manifests/frigate/configmap-notify.yaml b/argocd/manifests/frigate/configmap-notify.yaml index f72951d..b1ce6a3 100644 --- a/argocd/manifests/frigate/configmap-notify.yaml +++ b/argocd/manifests/frigate/configmap-notify.yaml @@ -27,3 +27,5 @@ data: enabled: true server: http://ntfy.ntfy.svc.cluster.local:80 topic: frigate-alerts + headers: + - "X-Actions: view, View Event, {{.Extra.EventLink}}"