From 42e1f8dc37489c7930425265520102fd5316f68c Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sat, 8 May 2021 18:28:56 -0500 Subject: [PATCH] updated vdirsyncer configs. --- vdirsyncer/.config/vdirsyncer/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config index 82c7273..d94f2f9 100644 --- a/vdirsyncer/.config/vdirsyncer/config +++ b/vdirsyncer/.config/vdirsyncer/config @@ -35,7 +35,7 @@ path = "~/.contacts/" fileext = ".vcf" [storage nextcloud_contacts_remote] type = "carddav" -url = "https://nextcloud.gabevenberg.com" +url = "https://gabevenberg.com/nextcloud/remote.php/dav" username = "Toric" # The password can also be fetched from the system password storage, netrc or a # custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html @@ -53,6 +53,6 @@ path = "~/.calendars/" fileext = ".ics" [storage nextcloud_calendar_remote] type = "caldav" -url = "https://nextcloud.gabevenberg.com/" +url = "https://gabevenberg.com/nextcloud/remote.php/dav" username = "Toric" password.fetch = ["command", "pass", "nextcloud.gabevenberg.com/Toric"]