Go to file
Conrad Hoffmann c033c1dfcb Allow PROPPATCH method
This only tells chi to pass those requests to the regular handler. It is
not really handled well in go-webdav so far (work in progress).
2022-05-18 10:21:31 +02:00
auth Add some debug output to auth module 2022-05-03 16:59:39 +02:00
cmd/tokidoki Allow PROPPATCH method 2022-05-18 10:21:31 +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