Skip to content
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

Open
DeuceCode opened this issue Jan 29, 2022 · 5 comments
Open

Add notifications via webhooks #6

DeuceCode opened this issue Jan 29, 2022 · 5 comments

Comments

@DeuceCode
Copy link

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.

@paschmann
Copy link
Owner

Thanks for the feedback - Agree on having better notifications, Apprise is on the backlog to add in the next version.

@paschmann
Copy link
Owner

@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?

@PovilasID
Copy link

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
If you are looking for how to integrate with services check out https://github.com/louislam/uptime-kuma they are JS/TS based and have Discord/Slack/Telegram/STMP which are the most important (BTW I think most people care about discord and telegram most I prefer telegram because you can set custom sounds for channels) uptime kuma apprise integration but I think they are handling call themself directly too.

@CR0CKER
Copy link

CR0CKER commented Nov 2, 2022

@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.

@paschmann
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants