♻: move roundcube app dir

This commit is contained in:
VC
2025-03-09 13:41:00 +01:00
parent c266e0f4fe
commit a86577d5c1
4 changed files with 25 additions and 13 deletions

View File

@@ -7,9 +7,15 @@ roundcube_url: "https://github.com/roundcube/roundcubemail/releases/download/{{
# only the first occurence is supported
roundcube_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'roundcube') | map(attribute='host') | first }}"
roundcube_home: "/srv/http/{{ roundcube_access_url }}"
roundcube_config_path: "{{ roundcube_home }}/config/config.inc.php"
roundcube_app_home: "/var/www/{{ roundcube_access_url }}"
roundcube_config_path: "{{ roundcube_app_home }}/config/config.inc.php"
# App dirs
roundcube_writable_app_dirs:
- logs
- temp
# CardDAV extension
roundcube_carddav_version: "5.1.0"
roundcube_carddav_url: "https://github.com/mstilkerich/rcmcarddav/releases/download/v{{ roundcube_carddav_version }}/carddav-v{{ roundcube_carddav_version }}.tar.gz"
roundcube_carddav_discovery_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"