diff options
Diffstat (limited to '.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"] | ||