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 support for notification service plugins #49

Open
Chronial opened this issue Oct 31, 2021 · 3 comments
Open

Add support for notification service plugins #49

Chronial opened this issue Oct 31, 2021 · 3 comments

Comments

@Chronial
Copy link
Owner

The PRs show that there is a clear demand for other notification services beside email. We have Telegram, Slack, Pushbullet, Apprise and Discord. I do not want to maintain those and consider them out of scope for snapraid-runner. It might be a good idea to add a simple, configurable hook-in point with well-defined API so others can easily provide plugins for their favorite notification service.

@fmoledina
Copy link

I haven't looked into it too deeply, but I believe Apprise is a single configurable hook-in point, perhaps with a well-defined API for different notification services.

@cfelicio
Copy link

cfelicio commented Jan 8, 2022

If you can integrate apprise, it will take care of pretty much of notification needs: https://github.com/caronc/apprise

Example of a tool using it: https://github.com/dgtlmoon/changedetection.io

@superjkl
Copy link

So I've whipped up a quick and dirty fork with apprise support if there's still any interest https://github.com/superjkl/snapraid-runner

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

No branches or pull requests

4 participants