From d56f2915ee589b3e533847a7f8c748e56b6218a8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 6 Jan 2025 17:04:13 +0100 Subject: feat(vdirsyncer): Use systemd-creds for fetching passwords Signed-off-by: David Runge --- .config/vdirsyncer/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') 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"] -- cgit v1.2.3-70-g09d2