liiight/notifiers

Add support for Gotify

linusg opened this issue ยท 6 comments

https://gotify.net/

a simple server for sending and receiving messages

Sending messages to the Gotify server for broadcasting is super easy: https://gotify.net/docs/pushmsg

HTTP POST to /message?token=<apptoken> with title, message and priority in the application/x-www-form-urlencoded request body.

Thanks for opening your first issue here! Be sure to follow the issue template! ๐Ÿ‘‹๐Ÿž๐Ÿ‘‹

Does this mean you don't want this anymore?

Oops, didn't mean to close this!

No worries, a valid bump ๐Ÿ˜‰
I'm actually thinking about a major refactor in notifiers and I'm kinda reluctant to add new providers as I'll need to rewrite them later on

tlex commented

FYI Gotify has a very nice API documentation here: Swagger UI.

Thanks for the link! Note that I have definitely not abandoned this idea (or this project) but just under major time constraints. I'm anxious to get back into this