From 8972d19ad807f2c92826cfcf09e40ce9f0a0b27d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 8 Oct 2021 00:24:35 +0300 Subject: vdirsyncer: tracking config --- .config/vdirsyncer/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/vdirsyncer/config diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config new file mode 100644 index 0000000..c4cbd29 --- /dev/null +++ b/.config/vdirsyncer/config @@ -0,0 +1,20 @@ +[general] +# A folder where vdirsyncer can store some metadata about each pair. +status_path = "~/.local/share/vdirsyncer/status/" + +# CARDDAV +[pair yigits_contacts] +a = "home" +b = "nextcloud" +collections = ["from a", "from b"] + +[storage home] +type = "filesystem" +path = "~/.local/share/contacts/" +fileext = ".vcf" + +[storage nextcloud] +type = "carddav" +url = "https://cloud.yigitsever.com/" +username.fetch = ["command", "pass", "vdirsyncer/username"] +password.fetch = ["command", "pass", "vdirsyncer/pass"] -- cgit v1.2.3-70-g09d2