You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
node-toogoodtogo-watcher/lib/notifications/apprise-notifier.js
Line 25 in b28b013
to
and
node-toogoodtogo-watcher/config.defaults.json
Line 28 in b28b013
to
This would let users specify
http
orhttps
without being overly complicated.The text was updated successfully, but these errors were encountered: