hydroxide-push/README.md

23 lines
507 B
Markdown
Raw Normal View History

2017-08-21 18:33:41 +03:00
# hydroxide
2017-09-03 21:21:22 +03:00
2017-09-18 15:01:19 +03:00
A third-party, open-source ProtonMail CardDAV bridge. For power users only,
designed to run on a server.
2017-09-03 21:21:22 +03:00
## Usage
2017-09-09 16:37:03 +03:00
Your credentials will be stored on disk encrypted with a 32-byte random
password. When configuring your CardDAV client, you'll need this password.
2017-09-09 17:13:26 +03:00
You must setup an HTTPS reverse proxy to forward requests to `hydroxide`.
2017-09-09 16:37:03 +03:00
2017-09-03 21:21:22 +03:00
```shell
2017-09-09 16:37:03 +03:00
go get github.com/emersion/hydroxide
hydroxide auth <username>
hydroxide
2017-09-03 21:21:22 +03:00
```
2017-09-09 16:37:03 +03:00
Tested on GNOME (Evolution) and Android (DAVDroid).
2017-09-03 21:21:22 +03:00
## License
MIT