Does anyone know of a UnifiedPush integration for SailfishOS? I made an app that will poll my ntfy server periodically, but I would much prefer a proper integration. #SailfishOS #UnifiedPush
@aegg What is unified push?
@poetaster Selfhostable push system. I use it to get push notifications from my server and home-assistant. A lot of software support it also instead of using google. https://unifiedpush.org
UnifiedPush

UnifiedPush
@aegg ok! Someone released a package on chum that's a Gotify client. But I'm not sure that's on par? Edit: and do you mean integration into the 'events' screen?
@poetaster I did not know about this one, would have saved me some work. Looks very similar to the one I made.
I need to keep this one open or on desktop. Best would be a background service that used builtin notification service. Just a dream for now
@aegg ah, ok. It's not so difficult to use the nemo.notifications lib. In theory (I disable almost all so don't see em:) tooter does dbus notifications to the events screen and it's not much code. I'll try to dig up the most elegant example.
@aegg I had another thought: https://openrepos.net/content/anarchyintheuk/automagic and discussed here: https://forum.sailfishos.org/t/automagic-automation-on-sailfish The daemon part is in go and independant of the app. You can install the go sdk from openrepos and just compile on device. That might be interesting as well. Source is packaged at https://github.com/sailfishos-chum/automagic-daemon
Automagic | OpenRepos.net — Community Repository System

@poetaster ohh nice! Thank you. It looks very usable with mqtt support
@aegg it seems to be swiss army knife approach. I think there are some client side example scripts that might be instructive as well.