summaryrefslogtreecommitdiffstats
path: root/.config/vdirsyncer
diff options
context:
space:
mode:
authorYigit Sever2021-10-08 00:24:35 +0300
committerYigit Sever2021-10-08 00:24:35 +0300
commit8972d19ad807f2c92826cfcf09e40ce9f0a0b27d (patch)
tree55e94d306920f1af854c1cbfd44846fb306dc64b /.config/vdirsyncer
parent72d71fd81f9cb6de0016624ac616755063b3e27f (diff)
downloaddotfiles-8972d19ad807f2c92826cfcf09e40ce9f0a0b27d.tar.gz
dotfiles-8972d19ad807f2c92826cfcf09e40ce9f0a0b27d.tar.bz2
dotfiles-8972d19ad807f2c92826cfcf09e40ce9f0a0b27d.zip
vdirsyncer: tracking config
diffstat (limited to '.config/vdirsyncer')
-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"]