Changelog
- Add support for excluding cameras from alerts
- Added ability to set custom alert titles
- Added ability to set custom MQTT client ID
- Added ability to change MQTT port
- Migrate Discord alerts to use Embeds
- Improved SMTP & Gotify alerts to include a warning if a snapshot wasn't saved
- Add GitHub actions for automated release builds
- Added version number to startup logging
Commits
- 9ebd0d4 Add version message to startup
- ce70d89 Add example docker-compose
- 70f560d Add message for gotify/smtp if no snapshot is saved
- 87f2390 Migrate discord messages to use embeds
- e5a4910 Add ability to set custom MQTT client ID && Adjust handling of default MQTT port
- 77ec311 Added ability to set custom alert title
- c5e1209 Update license
- b26dac9 Upgrade dependencies to address Dependabot alerts
- 5e2cc9d Fix actions to only run on tagged release
- bf402d3 Adjust example config
- 637496c Add GitHub actions for deployment (#3)
- fab6da8 Fix issue with Web API calls ignoring config interval
- 31f0e99 Add support for excluding cameras by name (#2)