📦: RCMCardDAV v5.1.2

This commit is contained in:
VC
2025-10-01 11:30:20 +02:00
parent 858746b0c6
commit 41606bec71

View File

@@ -16,6 +16,6 @@ roundcube_writable_app_dirs:
- temp - temp
# CardDAV extension # CardDAV extension
roundcube_carddav_version: "5.1.1" roundcube_carddav_version: "5.1.2"
roundcube_carddav_url: "https://github.com/mstilkerich/rcmcarddav/releases/download/v{{ roundcube_carddav_version }}/carddav-v{{ roundcube_carddav_version }}.tar.gz" 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 }}" roundcube_carddav_discovery_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"