adding vdirsyncer config
This commit is contained in:
parent
651d17c16e
commit
ec048224a3
1 changed files with 19 additions and 0 deletions
19
email/.config/vdirsyncer/config
Normal file
19
email/.config/vdirsyncer/config
Normal 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"]
|
Loading…
Reference in a new issue