Appearance
How to recover Radicale
bash
docker ps -a | grep radicale
docker logs radicale --tail 80
cd ~/radicale && docker compose restart
curl -sI http://127.0.0.1:5232/.web/ | head -5
curl -sI https://dav.cadenceworks.tech | head -5Auth is htpasswd under ~/radicale/users/ (bcrypt via htpasswd -B). Config: ~/radicale/config/radicale.conf with --config passed in compose.
Reference: Radicale.