Open schklom opened 1 year ago
The intended use is to use Apprise as a sibling container. Https would only be needed in a situation where Apprise is on a different host and behind a proxy setup that adds HTTPS.
I use Apprise for other services, not only this one. For security, I try to separate containers and make connections via my reverse-proxy when possible, just in case.
I suggest changing https://github.com/marklagendijk/node-toogoodtogo-watcher/blob/b28b01392452fe7412e31f87d9c871aa2c5eea4e/lib/notifications/apprise-notifier.js#L25 to
and https://github.com/marklagendijk/node-toogoodtogo-watcher/blob/b28b01392452fe7412e31f87d9c871aa2c5eea4e/config.defaults.json#L28 to
This would let users specify
http
orhttps
without being overly complicated.