From 82f1377a9c0a85d7fb35bc25bebbeae238f3be4f Mon Sep 17 00:00:00 2001 From: chillymattster <106633144+chillymattster@users.noreply.github.com> Date: Sun, 29 Jun 2025 14:54:51 +0200 Subject: [PATCH] doc: add radicale in readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 289057e..2d2bc26 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,24 @@ This setup includes: - Full text search functionality in the OpenCloud interface - Support for documents, PDFs, images, and other file types +### With Radicale + +Enable CalDAV (calendars, to-do lists) and CardDAV (contacts) server. + +Using `-f` flags: +```bash +docker compose -f docker-compose.yml -f radicale/radicale.yml -f traefik/opencloud.yml up -d +``` + +Or by setting in `.env`: +``` +COMPOSE_FILE=docker-compose.yml:radicale/radicale.yml:traefik/opencloud.yml +``` + +This setup includes: +- Radicale as a CalDAV (calendars, to-do lists) and CardDAV (contacts) server +- Users access to a Personal Calendar and Addressbook + ### With Monitoring Enable monitoring capabilities with metrics endpoints using either method: