mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
20 lines
590 B
Cheetah
20 lines
590 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 = "{{ (bitwardenFields "item" "17646363-f639-4c2f-8895-af75000653ab").url.value }}"
|
|
username = "{{ (bitwarden "item" "17646363-f639-4c2f-8895-af75000653ab").login.username }}"
|
|
password = "{{ (bitwarden "item" "17646363-f639-4c2f-8895-af75000653ab").login.password }}"
|