From e4ef7d7e0825a969afb424334d8102de8ea60e49 Mon Sep 17 00:00:00 2001 From: ccppi Date: Mon, 8 Apr 2024 11:33:14 +0200 Subject: [PATCH] sdf --- vdirsyncer-config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vdirsyncer-config diff --git a/vdirsyncer-config b/vdirsyncer-config new file mode 100644 index 0000000..ba34b21 --- /dev/null +++ b/vdirsyncer-config @@ -0,0 +1,20 @@ +[general] +status_path = "~/.vdirsyncer/status/" + +[pair Contacts] +a = "local_contacts" +b = "remote_contacts" +collections = ["from a","from b"] +metadata = ["displayname"] + +[storage local_contacts] +type = "filesystem" +path = "~/.contacts/" +fileext = ".vcf" + +[storage remote_contacts] +type = "carddav" +url = "https://apps.kolabnow.com/addressbooks/j.wyss@kolabnow.ch/" +username = "j.wyss@kolabnow.ch" +password.fetch = ["shell","pass kolabnow.ch/j.wyss@kolabnow.ch | head -n1"] +