From 020c525ad83eee79f39d1a7375b0a482c597c0b0 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 13:51:10 -0800 Subject: [PATCH] Add public_url to frigate-notify for notification links Clip/snapshot links in notifications were using the internal cluster URL (frigate:5000). Set public_url to nvr.ops.eblu.me so links work from phones. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap-notify.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/argocd/manifests/frigate/configmap-notify.yaml b/argocd/manifests/frigate/configmap-notify.yaml index 7f26f75..f72951d 100644 --- a/argocd/manifests/frigate/configmap-notify.yaml +++ b/argocd/manifests/frigate/configmap-notify.yaml @@ -7,6 +7,7 @@ data: config.yml: | frigate: server: http://frigate:5000 + public_url: https://nvr.ops.eblu.me webapi: enabled: false