Radicale (Incomplete)

Published on 2024-06-01 by Leouob

Radicale is a small but powerful CalDAV and CardDAV server.

Prerequisites

Of course I need to install radicale. Radicale can read the password file generated by htpasswd for authentication, which is in the apache2-utils package. So on my Debian server, I install them with the following command:

sudo apt install radicale apache2-utils

Set up Radicale

Configuring SSL with Certbot

References

  1. https://radicale.org/v3.html
  2. https://certbot.eff.org/instructions?ws=nginx&os=debiantesting