this post was submitted on 21 Sep 2023
5 points (100.0% liked)

ntfy

45 readers
1 users here now

ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. You can use it to send push notifications to your phone via HTTP PUT/POST.

ntfy websiteDocumentationGitHubGoogle PlayF-DroidDiscordApp StoreMatrix

If you'd like to become a sponsor, I would be humbled to accept your donation via GitHub Sponsors or Liberapay 💸💰.

founded 1 year ago
MODERATORS
 

I have managed to get @protonmail notifications working on a GSF free @GrapheneOS phone by ... running the proton bridge on a @debian virtual machine and IMAP idle polling it with a shell script. The script then sends a request to @ntfy and boom mail alerts are back. Also that's geek bingo for me.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago

there's also this: youhavemail

Email Notification without Google Play Services

Small application to notify you when you receive an email in your email account. This may be useful for cases where you only wish to be notified when your email account has a new message and the default notification mechanism does not work (e.g: Android without Google Play Services) or do not wish to have the web interface/email client open at all times.

[–] [email protected] 0 points 9 months ago (1 children)

Oooooooo would you mind sharing the script? Hosted on github? I'm also running grapheneos and hosting ntfy on a raspberry pi.... I can run proton bridge on there too (pi os) I've been writing some scripts and super curious on how you achieved this and would love to get notifications again on proton 😂 thanks!

[–] [email protected] 1 points 9 months ago

@JurassicPork Sure: https://github.com/jquagga/protonntfy Its a pretty basic script I mostly sourced from someone else but it works great. There are apparently some tricks to running proton-bridge on arm I think but I believe someone figured out how to do that as well.