Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh
Go to file
emersion 0447370b16
carddav: implement AddressObject.SetCard
2017-09-13 10:11:14 +02:00
carddav carddav: implement AddressObject.SetCard 2017-09-13 10:11:14 +02:00
cmd/hydroxide cmd/hydroxide: print errors 2017-09-10 12:49:01 +02:00
protonmail carddav: implement AddressObject.SetCard 2017-09-13 10:11: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