diff options
Diffstat (limited to '.config/vdirsyncer/config')
-rw-r--r-- | .config/vdirsyncer/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index 5f57c53..76a7d0c 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -43,11 +43,11 @@ fileext = ".vcf" [storage lxf_contacts_remote] type = "carddav" -url = "https://cloud.luxagraf.net/remote.php/carddav/" +url = "https://cal.luxagraf.net/luxagraf" username="luxagraf" # 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 -password.fetch = ["command", "pass", "cloud.luxagraf.net"] +password.fetch = ["command", "pass", "cal.luxagraf.net"] # CALDAV [pair lxf_calendar] @@ -65,8 +65,8 @@ fileext = ".ics" [storage lxf_calendar_remote] type = "caldav" -url = "https://cloud.luxagraf.net/remote.php/caldav/" +url = "https://cal.luxagraf.net/luxagraf" username="luxagraf" # 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 -password.fetch = ["command", "pass", "cloud.luxagraf.net"] +password.fetch = ["command", "pass", "cal.luxagraf.net"] |