Go to file
Conrad Hoffmann a734b3b532 Set content length propery for DAV objects
This makes collections play nice with clients that require it, like
cadaver.
2022-05-17 15:28:09 +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 Set content length propery for DAV objects 2022-05-17 15:28:09 +02:00
go.mod Set content length propery for DAV objects 2022-05-17 15:28:09 +02:00
go.sum Set content length propery for DAV objects 2022-05-17 15:28:09 +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