diff options
Diffstat (limited to '.config/vdirsyncer/config')
-rw-r--r-- | .config/vdirsyncer/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index 62f9770..202ce14 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -17,7 +17,7 @@ fileext = ".vcf" type = "carddav" url = "https://cloud.sleepmap.de/remote.php/dav/" username = "dave" -password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.sleepmap.de/dave"] +password.fetch = ["shell", "cat $CREDENTIALS_DIRECTORY/cloud.sleepmap.de"] # caldav [pair dave_calendar] @@ -35,7 +35,7 @@ fileext = ".ics" type = "caldav" url = "https://cloud.sleepmap.de/remote.php/dav/" username = "dave" -password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.sleepmap.de/dave"] +password.fetch = ["shell", "cat $CREDENTIALS_DIRECTORY/cloud.sleepmap.de"] [pair nanni_calendar] a = "nanni_calendar_local" @@ -52,4 +52,4 @@ fileext = ".ics" type = "caldav" url = "https://cloud.flanger.se/remote.php/dav/calendars/dave/" username = "dave" -password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.flanger.se/dave"] +password.fetch = ["shell", "cat $CREDENTIALS_DIRECTORY/cloud.flanger.se"] |