This project is designed to generate event notifications from a standalone Frigate NVR instance.
Currently Frigate only supports notifications through Home Assistant, which I'm not using right now. So I set out to build a simple notification app that would work with a standalone Frigate server.
- MQTT
- Direct via Frigate API
- Discord
- Gotify
- SMTP
- Telegram
- Pushover
- Ntfy
- Generic Webhook
- Aliveness monitor via HTTP GET (for use with tools like HealthChecks or Uptime Kuma)
See Install / Setup.
An example config file has been provided (example-config.yml
). Please copy this & edit to fit your needs.
The sample config contains inline descriptions for each field. For additional details on the available config options & the defaults, see the Config docs.
For example screenshots of app notifications, see here
Additional details on each release are in the Changelog