Gotify – a self-hosted push-notifications service
1–10 of 100 posts
Re: Gotify – a self-hosted push-notifications service
#2Re: Gotify – a self-hosted push-notifications service
#3I only saw android support, anything for iOS in the works?
Re: Gotify – a self-hosted push-notifications service
#4Unfortunately messages are only plaintext.
Re: Gotify – a self-hosted push-notifications service
#5I gave it a quick try and "it just worked" with minimal configuration. Really easy to get started. Unfortunately messages are only plaintext.
Re: Gotify – a self-hosted push-notifications service
#6I gave it a quick try and "it just worked" with minimal configuration. Really easy to get started. Unfortunately messages are only plaintext.
Re: Gotify – a self-hosted push-notifications service
#7Re: Gotify – a self-hosted push-notifications service
#8I got so scared when I looked at the swagger. The authentication uses the exact same variables as mine and is somewhat similar. The name of the endpoints are also very similar and the project has resemblance to mine.
That was really really akward for a moment.
I'll use the project though ( different use-case), looks really interesting. Coincidentally it's for the same project as I mentioned.
Re: Gotify – a self-hosted push-notifications service
#9Interesting project. Is this intended to replace Firebase Cloud Messaging on android or be a wrapper in front of it? I only saw android support, anything for iOS in the works?
New messages in the queue are then notified (gotified) via the websocket. https://gotify.net/api-docs#/message/streamMessages
The payload can be picked up and managed via REST API as well.
I'm building a similar solution for a slightly different usecase, so wanted to have a look under the hood. There's nothing I can see that would stop you using this for iOS so maybe they just don't have a iOS dev on the project.
Edit: Ah, here's why. https://github.com/gotify/server/issues/87