From 46d47a4db78b2d8fcabc69e64190a443124670c3 Mon Sep 17 00:00:00 2001 From: btatu Date: Thu, 23 Feb 2023 17:54:09 +0100 Subject: [PATCH] =?UTF-8?q?lev=C3=A9=20de=20https=20qui=20cr=C3=A9er=20la?= =?UTF-8?q?=20confusion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoVdirsyncer.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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