Improve README: TLS, logging
This commit is contained in:
parent
0a5e6946fb
commit
bbb170aa68
19
README.md
19
README.md
@ -28,13 +28,24 @@ Storage:
|
||||
|
||||
## Running
|
||||
|
||||
Here are some examples to get you started:
|
||||
|
||||
Using the IMAP authentication backend and the filesystem storage backend
|
||||
(directory must exist), listening on port 8080 on all interfaces:
|
||||
(directory must exist), listening on port 8080 on all interfaces, with debug
|
||||
logs enabled:
|
||||
|
||||
* `./tokidoki -addr ":8080" -auth.url imaps://imap.example.com:993 -storage.url file:///path/to/storage -debug`
|
||||
```
|
||||
./tokidoki -addr ":8080" -auth.url imaps://imap.example.com:993 -storage.url file:///path/to/storage -log.debug
|
||||
```
|
||||
|
||||
Tokidoki does not support HTTPS at this time, use a reverse TLS proxy if
|
||||
needed.
|
||||
Using the PAM authentication backend and TLS:
|
||||
|
||||
```
|
||||
./tokidoki -addr ":8080" -auth.url pam:// -storage.url file:///path/to/storage -cert cert.pem -key key.pem
|
||||
```
|
||||
|
||||
Regular logs are sent to stderr, HTTP logs are sent to stdout. Structured
|
||||
logging can be enabled for the regular logs with `-log.json`.
|
||||
|
||||
## Clients
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user