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

[Feature Request] add apprise support to enhance notifications options #90

Open
mgrimace opened this issue Apr 8, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@mgrimace
Copy link
Contributor

mgrimace commented Apr 8, 2024

Updating FR for enhanced notifications

Apprise is a flexible notification service that allows for not only Discord notifications, but basically notifications to pretty well any service. This would mean that you wouldn't have to implement individual notification services for folks, and people could use their preferred notification method.

Use-case:

  • daily summary of points sent via NTFY, text, email, etc.
  • error notifications
  • 2FA (passwordless Support passwordless auth #129 ) number codes sent via preferred notification message. Useful for ‘headless’ and docker setups.
@mgrimace mgrimace changed the title [Feature Request] add apprise notifications [Feature Request] add apprise support to enhance notifications options Apr 8, 2024
@TheNetsky
Copy link
Owner

Feel free to make a PR with this implemented.

@TheNetsky TheNetsky added the enhancement New feature or request label Apr 22, 2024
@mgrimace
Copy link
Contributor Author

Feel free to make a PR with this implemented.

I've been trying to get it working, but no luck on my end. My goal is to add NTFY support, which is basically the same as discord webhook, but notifications can go directly to NTFY (web/app/etc) vs., Discord. It's here: https://www.npmjs.com/package/ntfy.

Apprise itself is a bigger job, but would enable notifications to any service, but personally my own use is just NTFY which should be easier.

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

No branches or pull requests

2 participants