Merge branch 'master' of github.com:emersion/hydroxide

This commit is contained in:
emersion 2017-12-12 13:46:35 +01:00
commit 2c300de8cd
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 18 additions and 2 deletions

View File

@ -11,16 +11,32 @@ Rationale:
* Standard-compliant (we don't care about Microsoft Outlook)
* Fully open-source
## Usage
## Setup
### Golang
hydroxide is implemented with Go. Head to [Golang website](https://golang.org)
for setup information.
### Install and Setup
Install hydroxide
```shell
go get github.com/emersion/hydroxide/cmd/hydroxide
```
Your credentials will be stored on disk encrypted with a 32-byte random
password. When configuring your client, you'll need this password.
```shell
go get github.com/emersion/hydroxide
hydroxide auth <username>
```
## Usage
hydroxide can be used in multiple modes.
### CardDAV
You must setup an HTTPS reverse proxy to forward requests to `hydroxide`.