diff --git a/HowtoVdirsyncer.md b/HowtoVdirsyncer.md index 431af8e8..f86f7be1 100644 --- a/HowtoVdirsyncer.md +++ b/HowtoVdirsyncer.md @@ -60,7 +60,7 @@ collections = null [storage remote_zimbra] type = "caldav" # On précise le calendrier : -url = "https://$ZIMBRA_URL/dav/$ZIMBRA_USER/$ZIMBRA_NOM_CALENDRIER" +url = "$ZIMBRA_URL/dav/$ZIMBRA_USER/$ZIMBRA_NOM_CALENDRIER" username = "$ZIMBRA_USER" password = "$ZIMBRA_MDP" # Pas d'écriture sur cette instance : @@ -69,7 +69,7 @@ read_only = true [storage remote_nextcloud] type = "caldav" # On précise le calendrier : -url = "https://$NEXTCLOUD_URL/remote.php/dav/calendars/$NEXTCLOUD_USER/$NEXTCLOUD_NOM_CALENDRIER/" +url = "$NEXTCLOUD_URL/remote.php/dav/calendars/$NEXTCLOUD_USER/$NEXTCLOUD_NOM_CALENDRIER/" username = "$NEXTCLOUD_USER" password = "$NEXTCLOUD_MDP" @@ -84,7 +84,7 @@ collections = null [storage remote_zimbra_contacts] type = "carddav" # On précise le nom du carnet -url = "https://$ZIMBRA_URL/dav/$ZIMBRA_USER/$ZIMBRA_NOM_CONTACT/" +url = "$ZIMBRA_URL/dav/$ZIMBRA_USER/$ZIMBRA_NOM_CONTACT/" username = "$ZIMBRA_USER" password = "$ZIMBRA_MDP" # Pas d'écriture sur cette instance : @@ -93,7 +93,7 @@ read_only = true [storage remote_nextcloud_contacts] type = "carddav" # On précise le nom du carnet -url = "https://$NEXTCLOUD_URL/remote.php/dav/addressbooks/users/$NEXTCLOUD_USER/$NEXTCLOUD_NOM_CONTACT/" +url = "$NEXTCLOUD_URL/remote.php/dav/addressbooks/users/$NEXTCLOUD_USER/$NEXTCLOUD_NOM_CONTACT/" username = "$NEXTCLOUD_USER" password = "$NEXTCLOUD_MDP" EOF