Go to file
2022-05-13 15:54:51 +02:00
auth Add some debug output to auth module 2022-05-03 16:59:39 +02:00
cmd/tokidoki Adapt to latest changes in go-webdav 2022-05-13 15:38:02 +02:00
debug Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00
storage Use NewHTTPError to return better errors 2022-05-06 09:16:17 +02:00
go.mod Adapt to latest changes in go-webdav 2022-05-13 15:38:02 +02:00
go.sum Adapt to latest changes in go-webdav 2022-05-13 15:38:02 +02:00
LICENSE Initial commit 2022-02-21 09:52:55 +01:00
README.md Add very brief instructions for running tokidoki 2022-05-13 15:54:51 +02:00

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