better keep this

This commit is contained in:
tavo-wasd 2024-02-26 08:40:09 -06:00
parent 6774f03cfa
commit 1689f0cab0

18
vdirsyncer/config Normal file
View 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"