mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
* Add CardDav and CalDav servers This implements the servers, but not the clients (yet). The implementation is essentially a proxy to Radicale (as a container in `docker-compose.yml`), with certain security assurances. If you're upgrading, basically you'll need to create a new `data-radicale` directory, and everything else should just work. This will also release v2.3.0 with those enabled by default. Tested with Thunderbird and Apple Calendar + Contacts. To disable these, simply add the new config details and comment out or don't add the new `radicale` service from `docker-compose.yml`. Related to #56 |
||
|---|---|---|
| .. | ||
| .well-known | ||
| api | ||
| file-share | ||
| files/open | ||
| news | ||
| notes/open | ||
| oidc | ||
| photos/thumbnail | ||
| _404.tsx | ||
| _app.tsx | ||
| _middleware.tsx | ||
| caldav.tsx | ||
| carddav.tsx | ||
| dashboard.tsx | ||
| dav.tsx | ||
| expenses.tsx | ||
| files.tsx | ||
| index.tsx | ||
| login.tsx | ||
| logout.tsx | ||
| mfa-verify.tsx | ||
| news.tsx | ||
| notes.tsx | ||
| photos.tsx | ||
| settings.tsx | ||
| signup.tsx | ||