2022-02-21 08:52:09 +00:00
|
|
|
# tokidoki
|
|
|
|
|
|
|
|
Tokidoki is a (WIP) carddav and caldav server.
|
2022-05-13 14:54:51 +01:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
* `cd cmd/tokidoki && go build`
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
Using the IMAP authentication backend and the filesystem storage backend:
|
|
|
|
|
|
|
|
* `./tokidoki -auth.url imaps://imap.example.com:993 -storage.url file:///path/to/storage -debug`
|