diff options
Diffstat (limited to '.vdirsyncer/config')
-rw-r--r-- | .vdirsyncer/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index e2633af..e64e880 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -1,7 +1,5 @@ [general] status_path = "~/.vdirsyncer/status/" -password_command = pass2vdirsyncer - # carddav [pair dave_contacts] @@ -20,6 +18,7 @@ type = carddav url = https://cloud.sleepmap.de/remote.php/carddav/ verify = "~/.certs/sleepmap.crt" username = dave +password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] [pair akt_contacts] @@ -37,6 +36,7 @@ fileext = .vcf type = carddav url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/carddav/ username = drunge +password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"] # caldav @@ -55,6 +55,7 @@ type = caldav url = https://cloud.sleepmap.de/remote.php/caldav/ verify = "~/.certs/sleepmap.crt" username = dave +password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] [pair akt_calendar] @@ -71,3 +72,4 @@ fileext = .ics type = caldav url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/caldav/ username = drunge +password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"] |