dotfiles/home/dot_config/vdirsyncer/config_contacts.tmpl

20 lines
497 B
Cheetah

[general]
status_path = "~/.vdirsyncer/status/"
[pair personal_contacts]
a = "personal_contacts_local"
b = "personal_contacts_remote"
collections = ["from a", "from b"]
[storage personal_contacts_local]
type = "filesystem"
path = "~/.contacts/"
fileext = ".vcf"
[storage personal_contacts_remote]
type = "carddav"
url = "{{ (secret "Vdirsyncer - Contacts" "url") }}"
username = "{{ (secret "Vdirsyncer - Contacts" "Username") }}"
password = "{{ (secret "Vdirsyncer - Contacts" "Password") }}"