feat: Drop Radicale checks

Remove the Radicale service entry and related auth configuration now that updates are handled by the OS package manager.
This commit is contained in:
Jeena 2026-03-12 14:20:51 +00:00
parent 7537de2f53
commit 7c778e338c
4 changed files with 3 additions and 18 deletions

View file

@ -20,7 +20,6 @@ Copy `.env.sample` to `.env` and fill required values. Export the variables befo
```bash
export PAPERLESS_API_TOKEN=...
export RADICALE_BASIC_AUTH=...
export FRESHRSS_USERNAME=...
export FRESHRSS_PASSWORD=...
```