Fix frigate-notify config structure

Use MQTT-only event collection (disable webapi), fix ntfy alert
config nesting to match frigate-notify's expected format.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-14 13:41:18 -08:00
commit ee141edeb0

View file

@ -8,26 +8,21 @@ data:
frigate:
server: http://frigate:5000
webapi:
enabled: false
mqtt:
enabled: true
server: mosquitto.mqtt.svc.cluster.local
port: 1883
clientid: frigate-notify
topic_prefix: frigate
alerts:
general:
title: "Frigate Alert"
filters:
labels:
allow:
- person
- car
- dog
- cat
- bird
min_score: 0.6
notif:
ntfy:
enabled: true
server: http://ntfy.ntfy.svc.cluster.local:80
topic: frigate-alerts
headers: {}
mqtt:
server: mosquitto.mqtt.svc.cluster.local
port: 1883