From 17260a18beacd941352d0c46b8b3fcd467eb7c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 25 Aug 2021 08:02:15 +0200 Subject: contacts management --- config/vdirsyncer/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/vdirsyncer/config (limited to 'config/vdirsyncer') diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config new file mode 100644 index 0000000..b721dd6 --- /dev/null +++ b/config/vdirsyncer/config @@ -0,0 +1,21 @@ +[general] +# A folder where vdirsyncer can store some metadata about each pair. +status_path = "~/.vdirsyncer/status/" + +[pair my_contacts] +a = "my_contacts_local" +b = "my_contacts_remote" +collections = ["from a", "from b"] + +[storage my_contacts_local] +type = "filesystem" +path = "~/.contacts/" +fileext = ".vcf" + +[storage my_contacts_remote] +type = "carddav" + +# We can simplify this URL here as well. In theory it shouldn't matter. +url = "https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/" +username = "oscar" +password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com"] -- cgit v1.2.3