better keep this
This commit is contained in:
parent
6774f03cfa
commit
1689f0cab0
1 changed files with 18 additions and 0 deletions
18
vdirsyncer/config
Normal file
18
vdirsyncer/config
Normal file
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
status_path = "~/.local/state/vdirsyncer/status/"
|
||||
|
||||
[pair contacts]
|
||||
a = "local"
|
||||
b = "nextcloud"
|
||||
collections = ["from a", "from b"]
|
||||
|
||||
[storage nextcloud]
|
||||
type = "carddav"
|
||||
url = "https://cloud.tavo.one/"
|
||||
username = "tavo@tavo.one"
|
||||
password.fetch = ["command", "pass", "personal/vdirsyncer"]
|
||||
|
||||
[storage local]
|
||||
type = "filesystem"
|
||||
path = "~/.local/share/contacts/"
|
||||
fileext = ".vcf"
|
Loading…
Reference in a new issue