110
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 05 May 2025
110 points (95.1% liked)
Open Source
36676 readers
204 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
A small addition to already mentioned stuff. There are multiple ways to deliver the notifications without google services. 1st and older one is by simply letting the app hang in the background indefinitely and ping the necessary servers from time to time, that one almost always works, since app developers can't really rely on gapps being installed; 2nd is UnifiedPush (that's already mentioned sunup [mozilla], but also ntfy [ntfy], nextpush [nextcloud], gCompat-UP [google firebase], NoProvider2Push [fully local]). AFAIK, it works similarly to the way gapps send notifications and uses less battery, but not all apps support it, so you may need to search for forks. For example, the official and, iirc, Foss telegram clients don't, but mercury, nagram{,x} and momo do.
NoProvider2Push is a good call! Haven't paid attention to that, thanks!
Thanks!
Seems that SunUp is a nice one stop shop, whereas Next takes two steps. I'm assuming SunUp would perform faster in the US while Next would perform faster in the EU, right?
Not sure if it was a joke ๐ Nextpush uses your nextcloud (~a self-hosted google drive alternative) instance in case you happen to have one, so that would depend on where you're hosting it. Although, assuming push notifications aren't exactly resource-intensive (otherwise those would require at least making an account), the difference would be pretty negligible from a performance standpoint