This commit is contained in:
ccppi 2024-04-08 11:33:14 +02:00
parent e770a9440d
commit e4ef7d7e08

20
vdirsyncer-config Normal file
View 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"]