summaryrefslogtreecommitdiffstats
path: root/.config/vdirsyncer/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/vdirsyncer/config')
-rw-r--r--.config/vdirsyncer/config20
1 files changed, 20 insertions, 0 deletions
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 @@
1[general]
2# A folder where vdirsyncer can store some metadata about each pair.
3status_path = "~/.local/share/vdirsyncer/status/"
4
5# CARDDAV
6[pair yigits_contacts]
7a = "home"
8b = "nextcloud"
9collections = ["from a", "from b"]
10
11[storage home]
12type = "filesystem"
13path = "~/.local/share/contacts/"
14fileext = ".vcf"
15
16[storage nextcloud]
17type = "carddav"
18url = "https://cloud.yigitsever.com/"
19username.fetch = ["command", "pass", "vdirsyncer/username"]
20password.fetch = ["command", "pass", "vdirsyncer/pass"]