Ntfy.sh – Send push notifications to your phone via PUT/POST
191–200 of 306 posts
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#192Earlier quoted context omitted.
Let me see what I can do about prioritizing this one a bit.
That would be great! I've only had a quick look at the docs, but the API seems reasonable: https://docs.joinmastodon.org/methods/apps/oauth/ https://docs.joinmastodon.org/methods/statuses/
Do you know of a public service that exists i could build/test the Apprise plugin against? Would love just even temporary access to a server to perfect its design (then my account could be terminated)
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#193Hey cool, this is my project. Happy to answer questions. Edit: I am also looking for a new opportunity. If you need a good Staff/Principal Engineer, check out my resume here: https://heckel.io/resume.pdf
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#194So the developer just pays for the server and the Apple Developer Program out of his/her own pocket for the public good?
Correct. Though by now it is covered by donations. This is my hobby. Others buy expensive bikes or cars, I buy Apple Developer licenses. Hehe.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#195Hey cool, this is my project. Happy to answer questions. Edit: I am also looking for a new opportunity. If you need a good Staff/Principal Engineer, check out my resume here: https://heckel.io/resume.pdf
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#196This is great! I used to just use XMPP for this (so send an XMPP message to myself), but I guess having a push notification can mean you can do more powerful things with it.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#197Earlier quoted context omitted.
https://pushover.net/ Has existed for several years. It works great for me.
Thanks, I may have dismissed Pushover simply because it isn't free but a $5 one time purchase is actually not too bad.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#198Hey cool, this is my project. Happy to answer questions. Edit: I am also looking for a new opportunity. If you need a good Staff/Principal Engineer, check out my resume here: https://heckel.io/resume.pdf
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#199Earlier quoted context omitted.
I'm not sure if it's worth going any lower than $24/month
If I were to run my own personal instance of this that cost would be quite high. A free Oracle Cloud VM or $5 Digital Ocean droplet would be the way I go.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#200This is great! I used to just use XMPP for this (so send an XMPP message to myself), but I guess having a push notification can mean you can do more powerful things with it.
But, XMPP is push all by itself already, and works with mobile push notification services where needed.
What I meant is that by supporting push notifications directly, you can do things like supporting action buttons, open a link when clicking the notification, etc, rather than just XMPP which was what my solution did.