This is a clone of https://git.sr.ht/~sircmpwn/tokidoki
Mirror available https://code.mrmelon54.com/mirror-everything/tokidoki
auth | ||
cmd/tokidoki | ||
debug | ||
storage | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
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