aboutsummaryrefslogtreecommitdiffstats
path: root/config/vdirsyncer/config
blob: e4ba6a753ba17d5325dccf49ef28f8cad499ad8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[general]
# A folder where vdirsyncer can store some metadata about each pair.
status_path = "~/.vdirsyncer/status/"

[pair my_contacts]
a = "my_contacts_local"
b = "my_contacts_remote"
collections = ["from a", "from b"]

[storage my_contacts_local]
type = "filesystem"
path = "~/.contacts/"
fileext = ".vcf"

[storage my_contacts_remote]
type = "carddav"

# We can simplify this URL here as well. In theory it shouldn't matter.
url = "https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/"
username = "oscar"
password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com/oscar"]