37 lines
793 B
Plaintext
37 lines
793 B
Plaintext
|
[general]
|
||
|
status_path = ~/.vdirsyncer/status/
|
||
|
|
||
|
[pair my_calendars]
|
||
|
a = my_calendars_local
|
||
|
b = my_calendars_remote
|
||
|
conflict_resolution = b wins
|
||
|
collections = ["from b"]
|
||
|
|
||
|
[storage my_calendars_local]
|
||
|
type = filesystem
|
||
|
path = ~/.calendars/
|
||
|
fileext = .ics
|
||
|
|
||
|
[storage my_calendars_remote]
|
||
|
type = caldav
|
||
|
url = "https://radicale.gebner.org/gebner/"
|
||
|
username = gebner
|
||
|
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1')
|
||
|
|
||
|
[pair my_contacts]
|
||
|
a = my_contacts_local
|
||
|
b = my_contacts_remote
|
||
|
conflict_resolution = b wins
|
||
|
collections = ["from b"]
|
||
|
|
||
|
[storage my_contacts_local]
|
||
|
type = filesystem
|
||
|
path = ~/.contacts/
|
||
|
fileext = .vcf
|
||
|
|
||
|
[storage my_contacts_remote]
|
||
|
type = carddav
|
||
|
url = "https://radicale.gebner.org/gebner/"
|
||
|
username = gebner
|
||
|
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1')
|