|
|
@ -0,0 +1,18 @@ |
|
|
|
[general] |
|
|
|
status_path = "~/.cache/vsync-status/" |
|
|
|
|
|
|
|
[pair nextcloud_contacts] |
|
|
|
a = "nx_contacts_local" |
|
|
|
b = "nx_contacts_remote" |
|
|
|
collections = ["from a", "from b"] |
|
|
|
|
|
|
|
[storage nx_contacts_local] |
|
|
|
type = "filesystem" |
|
|
|
path = "~/.local/share/card/contacts" |
|
|
|
fileext = ".vcf" |
|
|
|
|
|
|
|
[storage nx_contacts_remote] |
|
|
|
type = "carddav" |
|
|
|
url = "https://drive.yigitcolakoglu.com/" |
|
|
|
username = "yigitcolakoglu" |
|
|
|
password.fetch = ["command", "pass", "show", "Server/drive.yigitcolakoglu.com/yigitcolakoglu"] |