237 lines
6.7 KiB
Plaintext
237 lines
6.7 KiB
Plaintext
# An example configuration for vdirsyncer.
|
|
#
|
|
# Move it to ~/.vdirsyncer/config or ~/.config/vdirsyncer/config and edit it.
|
|
# Run `vdirsyncer --help` for CLI usage.
|
|
#
|
|
# Optional parameters are commented out.
|
|
# This file doesn't document all available parameters, see
|
|
# http://vdirsyncer.pimutils.org/ for the rest of them.
|
|
|
|
[general]
|
|
# A folder where vdirsyncer can store some metadata about each pair.
|
|
status_path = "~/.vdirsyncer/status/"
|
|
|
|
#CARDDAV
|
|
##sascha
|
|
[pair sascha_contacts]
|
|
a = "sascha_contacts_local"
|
|
b = "sascha_contacts_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
[storage sascha_contacts_local]
|
|
type = "filesystem"
|
|
path = "~/.contacts/sascha/"
|
|
fileext = ".vcf"
|
|
|
|
[storage sascha_contacts_remote]
|
|
type = "carddav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/addressbooks/users/sascha/contacts-1/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
|
|
##Agilent
|
|
[pair agilent_contacts]
|
|
a = "agilent_contacts_local"
|
|
b = "agilent_contacts_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
[storage agilent_contacts_local]
|
|
type = "filesystem"
|
|
path = "~/.contacts/agilent"
|
|
fileext = ".vcf"
|
|
|
|
[storage agilent_contacts_remote]
|
|
type = "carddav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/addressbooks/users/agilent/agilent/"
|
|
username = "agilent"
|
|
password = "WK4TsEAG3yIkJNBTB6YxuO"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
|
|
#CALDAV
|
|
##sascha
|
|
[pair sascha_calendar]
|
|
a = "sascha_calendar_local"
|
|
b = "sascha_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
conflict_resolution = "b wins"
|
|
|
|
[storage sascha_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/sascha"
|
|
fileext = ".ics"
|
|
|
|
[storage sascha_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/test/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|
|
|
|
##agilent
|
|
[pair agilent_calendar]
|
|
a = "agilent_calendar_local"
|
|
b = "agilent_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
|
|
[storage agilent_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/agilent"
|
|
fileext = ".ics"
|
|
|
|
[storage agilent_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/personal_shared_by_agilent/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|
|
|
|
##familie
|
|
[pair familie_calendar]
|
|
a = "familie_calendar_local"
|
|
b = "familie_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
|
|
[storage familie_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/familie"
|
|
fileext = ".ics"
|
|
|
|
[storage familie_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/familie-1/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|
|
|
|
##kinder
|
|
[pair kinder_calendar]
|
|
a = "kinder_calendar_local"
|
|
b = "kinder_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
|
|
[storage kinder_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/kinder"
|
|
fileext = ".ics"
|
|
|
|
[storage kinder_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/kinder/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|
|
|
|
##eltern
|
|
[pair eltern_calendar]
|
|
a = "eltern_calendar_local"
|
|
b = "eltern_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
|
|
[storage eltern_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/eltern"
|
|
fileext = ".ics"
|
|
|
|
[storage eltern_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/eltern/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|
|
|
|
##ina
|
|
[pair ina_calendar]
|
|
a = "ina_calendar_local"
|
|
b = "ina_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
|
|
[storage ina_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/ina"
|
|
fileext = ".ics"
|
|
|
|
[storage ina_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/ina_shared_by_ina/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|
|
|
|
##felix
|
|
[pair felix_calendar]
|
|
a = "felix_calendar_local"
|
|
b = "felix_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
|
|
[storage felix_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/felix"
|
|
fileext = ".ics"
|
|
|
|
[storage felix_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/felix_shared_by_felix/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|
|
|
|
##mia
|
|
[pair mia_calendar]
|
|
a = "mia_calendar_local"
|
|
b = "mia_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
conflict_resolution = "b wins"
|
|
|
|
# Calendars also have a color property
|
|
metadata = ["color"]
|
|
|
|
[storage mia_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/mia"
|
|
fileext = ".ics"
|
|
|
|
[storage mia_calendar_remote]
|
|
type = "caldav"
|
|
url = "https://nextcloud.woitschetzki.de/remote.php/dav/calendars/sascha/mia_shared_by_mia/"
|
|
username = "sascha"
|
|
password = "qQy9fn0Vle4!umQDAufC9uC"
|
|
verify_fingerprint = "59:78:1E:AA:FF:7D:8F:F1:38:FF:72:0A:F8:7A:71:07:65:8F:F2:D4:AB:39:48:73:35:36:A5:F7:7A:FA:65:31"
|
|
#verify = "woitschetzki.pem"
|