Changelog
- Reworked & reduced logging, added debug option
- Add ability to define custom notification templates
- Add support for notifications via webhook
- Add retry logic to startup check
- App will now retry up to 5 times, checking once every 30 seconds
- Config options now available to modify max attempts & retry interval
- Enable concurrent notification processing
- Fix issue where some event providers would fail if no snapshot was available via Frigate
Commits
- 3cff9ee Update config.go
- ce9aabd Update docs links
- e994b22 Delete .github/workflows/publish-docs.yml
- 9cc6bc6 Update changelog && bump app version
- 85329cd Add retry for startup check & config options to modify default settings
- 4aef096 Allow concurrent notification processing
- 22390ff Cleanup unused eventid in notifs
- 1103f90 Change notifications to use event.HasSnapshot for whether to include snapshot or not
- ab9a2c0 Add support for notification via webhook
- f5b7511 Update example config files
- 58b565f Add custom notifications via templates
- ecdc875 Re-work & reduce logging