adding vdirsyncer config

This commit is contained in:
Andrew Davidson 2024-09-13 22:22:38 -07:00
parent 651d17c16e
commit ec048224a3
Signed by: amd
SSH key fingerprint: SHA256:bEXCGvHGPU8WP+o0a21VMf/KNEnNKxHz0fe64QX30kg

View file

@ -0,0 +1,19 @@
[general]
status_path = "~/.local/share/vdirsyncer/status"
[pair nextcloud_contacts]
a = "nextcloud_contacts_local"
b = "nextcloud_contacts_remote"
collections = ["from a", "from b"]
metadata = ["displayname"]
[storage nextcloud_contacts_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/nextcloud_contacts_local/"
fileext = ".vcf"
[storage nextcloud_contacts_remote]
type = "carddav"
url = "https://cloud.andr3w.net/remote.php/dav/addressbooks/users/andrew/"
username = "andrew"
password.fetch = ["command", "pass", "nextcloud"]