Index / Snippets / Radicale, a self-hosted CardDAV/CalDAV s

Radicale, a self-hosted CardDAV/CalDAV server on Debian

Your own contacts and calendar sync without the big cloud.

Answers
Which CardDAV/CalDAV server is best for self-hosting?
Topics
Freedom · Windows · android · apple · cloud · data · iPad · iPhone · linux · networking · office · server · web · work
Full article on willem.com
https://willem.com/en/2020-02-28_your-own-addressbook-and-calendar-cloud/

Summary

In 2020 I compared Apple's abandoned Calendar Server, the do-everything ownCloud and Radicale, and picked Radicale: a small, actively developed free CardDAV/CalDAV server that only does addressbook and calendar sharing. On Debian it installed with apt-get install radicale.

Full text

CardDAV (RFC 6352) and CalDAV (RFC 6638) are open standards on top of WebDAV, so one server feeds clients on macOS, iOS, Android, Windows and Linux. The server hardly needs resources; people run this on a Raspberry Pi, a small VPS, a NAS or an old computer. Of the three serious options, Apple's open source Calendar Server is archived and no longer developed, and ownCloud tries to do everything, including mail and file sharing. Radicale just does addressbook and calendar sharing and its development is alive. On Debian, apt-get install radicale gets you going with username and password authentication from a file. Plugins can authenticate against an existing IMAP mail server, and running it behind an NGINX reverse proxy adds hardening and Let's Encrypt TLS certificates.

Machine formats of this page