Run radicale as non-root

This commit is contained in:
sonny 2022-01-01 21:38:41 +01:00
parent 21fce0e4f0
commit 00b8001635
10 changed files with 495 additions and 32 deletions

4
vars/radicale.yml Normal file
View file

@ -0,0 +1,4 @@
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'