From 26194e9c7289bec6b0354d0c6a474d6d95af7bbc Mon Sep 17 00:00:00 2001 From: j Date: Mon, 30 Jun 2025 13:07:52 +1000 Subject: [PATCH] cleanup, plan --- README.md | 14 ++++++++++++++ src/carddav/index.php | 0 src/webdav/index.php | 0 3 files changed, 14 insertions(+) delete mode 100644 src/carddav/index.php delete mode 100644 src/webdav/index.php diff --git a/README.md b/README.md index 3713e4f..75a32f9 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,17 @@ latest database init. I'll circle back to this however I was expecting this to be a rather simple implementation of the protocols, sufficient enough to replace baikal and nextcloud. Unfortunately that's not the case. + +--- + +Ultimately what this needs to be come: + +- CardDAV and CalDAV served from / +- WebDAV served from /files/ or maybe, preferrably, /f/ + - Shorter to avoid imposing too much on web url max length + +The authentication systems needs to be expanded upon to allow file sharing and +permissions. + +I might still try to get calendars and contracts working initially before taking +a break to tackle webdav. diff --git a/src/carddav/index.php b/src/carddav/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/src/webdav/index.php b/src/webdav/index.php deleted file mode 100644 index e69de29..0000000