-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notifications via webhooks #6
Comments
Thanks for the feedback - Agree on having better notifications, Apprise is on the backlog to add in the next version. |
@DeuceCode - I spent some time looking into Apprise, it is awesome but written in Python, do you know any similar libraries written in Type/JS? |
You can start with just URL target and then field for user to enter JSON with a few variables and then move integrating services leaving that as "Custom..." option |
@paschmann any news on this feature? I'm testing Changd and changedetection.io right now and the lack of notification options is a bit of downer. Anything like Apprise or Zapier would be gold. |
Hi @CR0CKER - I spent sometime writing a notification library for Node.js called Reach (https://github.com/paschmann/reach-sdk). Its basically a clone of Apprise, I just need to integrate it. |
Utilising a library such as https://github.com/caronc/apprise would allow many more options in terms of getting notifications. I've been using Discord recently after getting a little frustrated with Gotify.
Great work so far though 👍. I adapted your compose file to use an internal docker network and only expose the frontend through traefik proxy, no issues getting it running.
The text was updated successfully, but these errors were encountered: