From 1689f0cab0f25d5507eb60072737dcb0d24dfe24 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 26 Feb 2024 08:40:09 -0600 Subject: [PATCH] better keep this --- vdirsyncer/config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vdirsyncer/config diff --git a/vdirsyncer/config b/vdirsyncer/config new file mode 100644 index 0000000..8644455 --- /dev/null +++ b/vdirsyncer/config @@ -0,0 +1,18 @@ +[general] +status_path = "~/.local/state/vdirsyncer/status/" + +[pair contacts] +a = "local" +b = "nextcloud" +collections = ["from a", "from b"] + +[storage nextcloud] +type = "carddav" +url = "https://cloud.tavo.one/" +username = "tavo@tavo.one" +password.fetch = ["command", "pass", "personal/vdirsyncer"] + +[storage local] +type = "filesystem" +path = "~/.local/share/contacts/" +fileext = ".vcf"