Kusha Gharahi
Kusha Gharahi
Create multiple files for monitors rather than one big monitors file + Go Modules for dep management
This is a breaking change from the current implementation. One big monitors yaml will not work anymore. Sorry about the reverts. I assume it'll be squash and merged anyway.
I have moved on to homeassistant and no longer use this plugin personally. I would like to get this plugin up to date on dependencies to close out security vulnerabilities....
Currently eventTypes is configured for all cameras/NVRs. A user can not mix and match. If you are a user interested in this feature, please +1 this issue
Currently per #54 if the user does not add `eventTypes` to their config, the plugin will attempt to connect without any events in the url. This causes a 400 bad...
#49 Need some baseline tests so that we don't "do it live"
Adds new jest tests. Trying to get these done so when new PRs come in, can be a little less hesitant.
Added Discord Webhook support  This adds an additional optional boolean `Discord` to the webhook sender `Options` struct and formats the payload accordingly. Example usage: `kopia notification profile configure webhook...
Depends on https://github.com/kopia/kopia/pull/4661 Adds a checkbox to the webhook url row for whether this is a discord webhook. If `Discord` is checked it: - sets `HTTP Method` to `POST` and...