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 <noreply@anthropic.com>
This commit is contained in:
parent
ee141edeb0
commit
a3e19198a2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue