move to application token

This commit is contained in:
Alexander Bocken 2024-02-01 09:21:47 +01:00
parent 55eac4d70c
commit 5f0fe257aa
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

19
.config/vdirsyncer/config Normal file
View File

@ -0,0 +1,19 @@
[general]
status_path = "~/.config/vdirsyncer/status/"
[pair nextcloud_contacts]
a = "nextcloud_contacts_local"
b = "nextcloud_contacts_remote"
collections = ["from a", "from b"]
[storage nextcloud_contacts_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/"
fileext = ".vcf"
[storage nextcloud_contacts_remote]
type = "carddav"
url = "https://cloud.bocken.org/remote.php/dav/addressbooks/users/alexander/contacts/"
auth = "basic"
username = "alexander"
password.fetch = ["shell", "pass Misc/NC_vdirsyncer | head -n1"]