move to application token
This commit is contained in:
parent
55eac4d70c
commit
5f0fe257aa
19
.config/vdirsyncer/config
Normal file
19
.config/vdirsyncer/config
Normal 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"]
|
Loading…
Reference in New Issue
Block a user