sdf
This commit is contained in:
parent
e770a9440d
commit
e4ef7d7e08
20
vdirsyncer-config
Normal file
20
vdirsyncer-config
Normal file
@ -0,0 +1,20 @@
|
||||
[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"]
|
||||
|
Loading…
Reference in New Issue
Block a user