diff options
author | David Runge <dave@sleepmap.de> | 2021-02-07 16:44:07 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-02-07 16:44:07 +0100 |
commit | a16a1bd073f3e4e65f24501524f97872bb2357ce (patch) | |
tree | 66658bfd80434e3edc3017d118cbd4ccb15047e3 | |
parent | 858c25d95de040f9316104deb29a5e8f038e1785 (diff) | |
download | dotfiles-a16a1bd073f3e4e65f24501524f97872bb2357ce.tar.gz dotfiles-a16a1bd073f3e4e65f24501524f97872bb2357ce.tar.bz2 dotfiles-a16a1bd073f3e4e65f24501524f97872bb2357ce.tar.xz dotfiles-a16a1bd073f3e4e65f24501524f97872bb2357ce.zip |
vdirsyncer: Switch to unified DAV URLs
.vdirsyncer/config:
Switch to unified DAV upstream URLs.
-rw-r--r-- | .vdirsyncer/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 1aa88a1..3561404 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -15,7 +15,7 @@ fileext = ".vcf" [storage dave_contacts_remote] type = "carddav" -url = "https://cloud.sleepmap.de/carddav/" +url = "https://cloud.sleepmap.de/remote.php/dav/" username = "dave" password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] @@ -33,7 +33,7 @@ fileext = ".ics" [storage dave_calendar_remote] type = "caldav" -url = "https://cloud.sleepmap.de/caldav/" +url = "https://cloud.sleepmap.de/remote.php/dav/" username = "dave" password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] |