diff --git a/email/.config/vdirsyncer/config b/email/.config/vdirsyncer/config new file mode 100644 index 0000000..6d368dd --- /dev/null +++ b/email/.config/vdirsyncer/config @@ -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"]