mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 14:17:21 +01:00
291 B
291 B
tokidoki
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