Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh
Go to file
emersion 1680bd1a0e
carddav: remove .vcf extension
2017-09-13 20:09:38 +02:00
carddav carddav: remove .vcf extension 2017-09-13 20:09:38 +02:00
cmd/hydroxide carddav: properly sign, encrypt, decrypt cards 2017-09-13 18:53:40 +02:00
protonmail go fmt 2017-09-13 11:43:12 +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