diff options
author | Yigit Sever | 2021-10-08 00:24:35 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-08 00:24:35 +0300 |
commit | 8972d19ad807f2c92826cfcf09e40ce9f0a0b27d (patch) | |
tree | 55e94d306920f1af854c1cbfd44846fb306dc64b /.config/vdirsyncer/config | |
parent | 72d71fd81f9cb6de0016624ac616755063b3e27f (diff) | |
download | dotfiles-8972d19ad807f2c92826cfcf09e40ce9f0a0b27d.tar.gz dotfiles-8972d19ad807f2c92826cfcf09e40ce9f0a0b27d.tar.bz2 dotfiles-8972d19ad807f2c92826cfcf09e40ce9f0a0b27d.zip |
vdirsyncer: tracking config
Diffstat (limited to '.config/vdirsyncer/config')
-rw-r--r-- | .config/vdirsyncer/config | 20 |
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. | ||
3 | status_path = "~/.local/share/vdirsyncer/status/" | ||
4 | |||
5 | # CARDDAV | ||
6 | [pair yigits_contacts] | ||
7 | a = "home" | ||
8 | b = "nextcloud" | ||
9 | collections = ["from a", "from b"] | ||
10 | |||
11 | [storage home] | ||
12 | type = "filesystem" | ||
13 | path = "~/.local/share/contacts/" | ||
14 | fileext = ".vcf" | ||
15 | |||
16 | [storage nextcloud] | ||
17 | type = "carddav" | ||
18 | url = "https://cloud.yigitsever.com/" | ||
19 | username.fetch = ["command", "pass", "vdirsyncer/username"] | ||
20 | password.fetch = ["command", "pass", "vdirsyncer/pass"] | ||