Compare commits
2 commits
651d17c16e
...
15b1e15150
Author | SHA1 | Date | |
---|---|---|---|
15b1e15150 | |||
ec048224a3 |
2 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