From 5f0fe257aa9437eb9e6ca2f040fbf8a5ad25f0b2 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 1 Feb 2024 09:21:47 +0100 Subject: [PATCH] move to application token --- .config/vdirsyncer/config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/vdirsyncer/config diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config new file mode 100644 index 0000000..6f3b1c3 --- /dev/null +++ b/.config/vdirsyncer/config @@ -0,0 +1,19 @@ +[general] +status_path = "~/.config/vdirsyncer/status/" + +[pair nextcloud_contacts] +a = "nextcloud_contacts_local" +b = "nextcloud_contacts_remote" +collections = ["from a", "from b"] + +[storage nextcloud_contacts_local] +type = "filesystem" +path = "~/.local/share/vdirsyncer/" +fileext = ".vcf" + +[storage nextcloud_contacts_remote] +type = "carddav" +url = "https://cloud.bocken.org/remote.php/dav/addressbooks/users/alexander/contacts/" +auth = "basic" +username = "alexander" +password.fetch = ["shell", "pass Misc/NC_vdirsyncer | head -n1"]