Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh
Go to file
emersion 340cdc878d
cmd/hydroxide: print errors
2017-09-10 12:49:01 +02:00
carddav Receive events, fixes #8 2017-09-09 18:23:14 +02:00
cmd/hydroxide cmd/hydroxide: print errors 2017-09-10 12:49:01 +02:00
protonmail Receive events, fixes #8 2017-09-09 18:23:14 +02:00
.gitignore Add authentication, fixes #2 2017-09-09 15:37:03 +02:00
LICENSE Initial commit 2017-08-21 17:33:41 +02:00
README.md Add support for PORT env variable 2017-09-09 16:13:26 +02:00

README.md

hydroxide

A third-party, open-source ProtonMail CardDAV bridge.

Usage

Your credentials will be stored on disk encrypted with a 32-byte random password. When configuring your CardDAV client, you'll need this password. You must setup an HTTPS reverse proxy to forward requests to hydroxide.

go get github.com/emersion/hydroxide
hydroxide auth <username>
hydroxide

Tested on GNOME (Evolution) and Android (DAVDroid).

License

MIT