diff options
-rw-r--r-- | calendars.conf | 4 | ||||
-rw-r--r-- | config/vdirsyncer/config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/calendars.conf b/calendars.conf index 2042992..2dd9598 100644 --- a/calendars.conf +++ b/calendars.conf @@ -8,12 +8,12 @@ back=28 [contacts] outfile=~/org/contacts.org user = oscar -passwordstore=CS_storage/cloud.oscarnajera.com:https +passwordstore=CS_storage/cloud.oscarnajera.com url=https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/{}?export addressbooks=contacts [personal] user = oscar -passwordstore=CS_storage/cloud.oscarnajera.com:https +passwordstore=CS_storage/cloud.oscarnajera.com url=https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar/{}?export calendars = habitual personal diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config index b721dd6..e4ba6a7 100644 --- a/config/vdirsyncer/config +++ b/config/vdirsyncer/config @@ -18,4 +18,4 @@ type = "carddav" # We can simplify this URL here as well. In theory it shouldn't matter. url = "https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/" username = "oscar" -password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com"] +password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com/oscar"] |