dschep / ntfy

🖥️📱🔔 A utility for sending notifications, on demand and when commands finish.

Home Page:http://ntfy.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add end-to-end encryption support to SimplePush

ZaeGitHub opened this issue · comments

Hey there! Big fan of ntfy and have used it for years. Simplepush (https://github.com/simplepush) now supports end-to-end encryption for their Android app notifications, and it's pretty easy to utilize. It'd be awesome if ntfy could support this too.

Here is their public code showinghow encrypted notifications work::
https://github.com/simplepush/simplepush-python/blob/master/src/simplepush/simplepush.py

Or an even easier BASH script:
https://github.com/simplepush/send-encrypted/blob/master/simplepush.sh

Thanks!