mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 14:17:21 +01:00
Add very brief instructions for running tokidoki
This commit is contained in:
parent
53b2c88311
commit
be2e21ad37
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -1,3 +1,13 @@
|
||||||
# tokidoki
|
# tokidoki
|
||||||
|
|
||||||
Tokidoki is a (WIP) carddav and caldav server.
|
Tokidoki is a (WIP) carddav and caldav server.
|
||||||
|
|
||||||
|
## 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`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue