https://github.com/0x2142/frigate-notify
Event notifications for a standalone Frigate NVR instance
https://github.com/0x2142/frigate-notify
alerts frigate frigate-nvr golang notifications
Last synced: 6 months ago
JSON representation
Event notifications for a standalone Frigate NVR instance
- Host: GitHub
- URL: https://github.com/0x2142/frigate-notify
- Owner: 0x2142
- License: mit
- Created: 2023-03-17T17:41:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T19:40:27.000Z (6 months ago)
- Last Synced: 2025-04-03T20:32:35.252Z (6 months ago)
- Topics: alerts, frigate, frigate-nvr, golang, notifications
- Language: Go
- Homepage: https://frigate-notify.0x2142.com/
- Size: 1.7 MB
- Stars: 181
- Watchers: 4
- Forks: 17
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frigate-Notify
[](https://frigate-notify.0x2142.com) []() [](https://github.com/0x2142/frigate-notify/releases) [](https://github.com/0x2142/frigate-notify/pkgs/container/frigate-notify) [](https://www.buymeacoffee.com/0x2142)
## About
Frigate-Notify is a simple app designed to send notifications from [Frigate](https://github.com/blakeblackshear/frigate) NVR to your favorite platforms. Intended to be used with standalone Frigate installations - Home Assistant not required, MQTT is optional but recommended.
## Features
### Event Polling
- MQTT
- Direct via Frigate API### Notification Methods
- Discord
- Gotify
- Mattermost
- Ntfy
- Pushover
- Signal
- SMTP
- Telegram
- Webhook
- And many others via the [Apprise API](https://github.com/caronc/apprise-api)### Other
- Aliveness monitor via HTTP GET (for use with tools like [HealthChecks](https://github.com/healthchecks/healthchecks) or [Uptime Kuma](https://github.com/louislam/uptime-kuma))
## Installation
See [Install / Setup](https://frigate-notify.0x2142.com/latest/install/).
## Configuration
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](https://frigate-notify.0x2142.com/latest/config/) docs.
## Screenshots
For example screenshots of app notifications, see [here](https://github.com/0x2142/frigate-notify/tree/main/screenshots)
## Changelog
Additional details on each release are in the [Changelog](https://frigate-notify.0x2142.com/latest/changelog/)
## Support