Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:58:17.000Z (2 months ago)
- Last Synced: 2024-10-31T16:34:45.295Z (2 months ago)
- Topics: alerts, frigate, frigate-nvr, golang, notifications
- Language: Go
- Homepage: https://frigate-notify.0x2142.com/
- Size: 1.41 MB
- Stars: 101
- Watchers: 4
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frigate-notify
[![Static Badge](https://img.shields.io/badge/Documentation-blue)](https://frigate-notify.0x2142.com) [![GitHub Repo stars](https://img.shields.io/github/stars/0x2142/frigate-notify)]() [![GitHub release (with filter)](https://img.shields.io/github/v/release/0x2142/frigate-notify)](https://github.com/0x2142/frigate-notify/releases) [![Static Badge](https://img.shields.io/badge/Docker-latest-blue)](https://github.com/0x2142/frigate-notify/pkgs/container/frigate-notify) [![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-blue?style=flat&logo=buy-me-a-coffee&logoColor=white)](https://www.buymeacoffee.com/0x2142)
## About
This project is designed to generate event notifications from a standalone [Frigate](https://github.com/blakeblackshear/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.
## Features
### Event Polling
- MQTT
- Direct via Frigate API### Notification Methods
- Discord
- Gotify
- SMTP
- Telegram
- Pushover
- Ntfy
- Generic Webhook### 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