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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 year 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 1 year 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.