Fix for initial/clean Radicale setup

This fixes a problem with the contacts app displaying an error on a clean install, due to the fact that `tsdav`'s address book listing didn't ask for a main address first, so Radicale wouldn't create the user directory.

It also upgrades `deno`'s version.
This commit is contained in:
Bruno Bernardino
2025-08-27 14:57:19 +01:00
parent c950e34c36
commit 263cdf544a
5 changed files with 46 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
services:
website:
image: ghcr.io/bewcloud/bewcloud:v2.4.3
image: ghcr.io/bewcloud/bewcloud:v2.4.4
restart: always
ports:
- 127.0.0.1:8000:8000