-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat(notifications): Adds ntfy.sh notification option #787
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contrib, that looks great!
We should stay closed to the API spec of the notifier when naming inputs in Diun. Otherwise changes look good.
Also see my last comment about using a JSON representation. Can be done in follow-up.
Okay I addressed all the comments. @crazy-max this should be ready for review again |
Looks great, thanks! Can you squash your commits please? I only use merge commit in this repo. |
0fc1324
to
dd90cae
Compare
Okay the commits have been squashed |
dd90cae
to
6f9a551
Compare
abb6acd
to
1da9ec5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
I have moved to the |
Description
Adds notification option for ntfy.sh
Context
fixes #569