Refactor radicale setup

This commit is contained in:
Sonny Bakker 2025-04-06 09:34:33 +02:00
parent a5e6468cb4
commit 634bd0433f
19 changed files with 214 additions and 564 deletions

View file

@ -1,5 +1,5 @@
radicale_certificate_path: '/etc/ssl/localcerts/radicale/server_cert.pem'
radicale_key_path: '/etc/ssl/localcerts/radicale/server_key.pem'
radicale_certificate_authority_path: '/etc/ssl/localcerts/radicale/client_cert.pem'
radicale_storage_path: '/etc/radicale/collections'
radicale_version: 3.3.1
radicale_app_dir: '/srv/docker/radicale'
radicale_collection_dir: '{{ radicale_app_dir }}/collections'
radicale_version: 3.5.1
radicale_python_version: 3.13