Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh
Go to file
emersion 26817a27c7
auth: move auth stuff in this new package
2017-09-19 14:57:29 +02:00
auth auth: move auth stuff in this new package 2017-09-19 14:57:29 +02:00
carddav carddav: fix encrypted cards error 2017-09-14 15:35:40 +02:00
cmd/hydroxide auth: move auth stuff in this new package 2017-09-19 14:57:29 +02:00
protonmail protonmail: go fmt 2017-09-19 14:54:47 +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 readme: for power users 2017-09-18 14:01:19 +02:00

README.md

hydroxide

A third-party, open-source ProtonMail CardDAV bridge. For power users only, designed to run on a server.

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