Refactor radicale setup
This commit is contained in:
parent
a5e6468cb4
commit
634bd0433f
19 changed files with 214 additions and 564 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
[server]
|
||||
ssl = True
|
||||
certificate = {{ radicale_certificate_path }}
|
||||
key = {{ radicale_key_path }}
|
||||
certificate_authority = {{ radicale_certificate_authority_path }}
|
||||
hosts = {{ radicale_listen_addres }}:{{ radicale_port }}
|
||||
ssl = False
|
||||
hosts = 0.0.0.0:{{ radicale_app_port }}
|
||||
|
||||
[storage]
|
||||
filesystem_folder = {{ radicale_storage_path }}
|
||||
filesystem_folder = /app/collections
|
||||
|
||||
[auth]
|
||||
type = http_x_remote_user
|
||||
type = htpasswd
|
||||
htpasswd_filename = /app/radicale_users
|
||||
htpasswd_encryption = sha512
|
||||
cache_logins = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue