Go to file
Conrad Hoffmann 6051fec4c4 Register WebDAV-specific HTTP methods with chi
Otherwise the router will return 405 before the request makes it to our
middleware.
2022-02-22 18:28:37 +01:00
auth Implement configurable auth providers 2022-02-22 11:44:37 +01:00
cmd/tokidoki Register WebDAV-specific HTTP methods with chi 2022-02-22 18:28:37 +01:00
storage Add stub for filesystem storage backend 2022-02-22 12:18:07 +01:00
go.mod Rig up CardDAV backend to HTTP server 2022-02-21 11:39:57 +01:00
go.sum Rig up CardDAV backend to HTTP server 2022-02-21 11:39:57 +01:00
LICENSE Initial commit 2022-02-21 09:52:55 +01:00
README.md Initial commit 2022-02-21 09:52:55 +01:00

tokidoki

Tokidoki is a (WIP) carddav and caldav server.