blob: c4cbd29a61a0702749508755bbaf1f536f2e1f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[general]
# A folder where vdirsyncer can store some metadata about each pair.
status_path = "~/.local/share/vdirsyncer/status/"
# CARDDAV
[pair yigits_contacts]
a = "home"
b = "nextcloud"
collections = ["from a", "from b"]
[storage home]
type = "filesystem"
path = "~/.local/share/contacts/"
fileext = ".vcf"
[storage nextcloud]
type = "carddav"
url = "https://cloud.yigitsever.com/"
username.fetch = ["command", "pass", "vdirsyncer/username"]
password.fetch = ["command", "pass", "vdirsyncer/pass"]
|