From a3e19198a245e2ea25758eb4681ad26d546bccd8 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 13:47:21 -0800 Subject: [PATCH] Enable attachments on ntfy for snapshot images frigate-notify sends detection snapshots as attachments, which requires ntfy to have attachment support configured. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/ntfy/configmap.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argocd/manifests/ntfy/configmap.yaml b/argocd/manifests/ntfy/configmap.yaml index a205db1..584eba1 100644 --- a/argocd/manifests/ntfy/configmap.yaml +++ b/argocd/manifests/ntfy/configmap.yaml @@ -7,3 +7,7 @@ data: server.yml: | base-url: https://ntfy.ops.eblu.me upstream-base-url: https://ntfy.sh + attachment-cache-dir: /var/cache/ntfy/attachments + attachment-total-size-limit: 1G + attachment-file-size-limit: 10M + attachment-expiry-duration: 24h