21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
|
[general]
|
||
|
status_path = "~/.vdirsyncer/status/"
|
||
|
|
||
|
[pair Contacts]
|
||
|
a = "local_contacts"
|
||
|
b = "remote_contacts"
|
||
|
collections = ["from a","from b"]
|
||
|
metadata = ["displayname"]
|
||
|
|
||
|
[storage local_contacts]
|
||
|
type = "filesystem"
|
||
|
path = "~/.contacts/"
|
||
|
fileext = ".vcf"
|
||
|
|
||
|
[storage remote_contacts]
|
||
|
type = "carddav"
|
||
|
url = "https://apps.kolabnow.com/addressbooks/j.wyss@kolabnow.ch/"
|
||
|
username = "j.wyss@kolabnow.ch"
|
||
|
password.fetch = ["shell","pass kolabnow.ch/j.wyss@kolabnow.ch | head -n1"]
|
||
|
|