[Feature]: Add additional notification types
What do you imagine ðŸ’
Please add support for:
- Ntfy
- Apprise (actually opens up to MANY notification types, including Nfty with a singe Apprise call)
Awesome work on the project. For such an early release it is already amazingly functional
I have checked the other issues and pull-requests for similar issues.
- [x] I've checked existing issues
- [x] I've checked existing pull-requests
I would also appreciate adding support for Gotify. Although I think adding Apprise would cover that. Notification support is the main thing keeping me from switching to this at the moment. Project looks amazing so far though!
Yeah more notifications are coming in the future. I'm trying to understand how apprise would work, I just need to set it up so that I can test it.
SMTP would also be nice to have and easy to implement
Yeah emails are coming in the next update. I'm reworking notifications so it becomes much easier for external users to add new notifications that they want to support @joel72265. The system just became too convoluted to the point where you need to make like 12 different files changes to add one notification. Hopefully with the new update you'll only need to add 4 new files for each notification type.
As of 0.10.10 (releasing later today) emails and apprise are now supported.
PRs:
- https://github.com/KSJaay/Lunalytics/pull/173
- https://github.com/KSJaay/Lunalytics/pull/172
that is wonderful ! thank you