Skip to content

Instantly share code, notes, and snippets.

@fheinle
Created July 21, 2015 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fheinle/dec5e9c39c98f5bfa054 to your computer and use it in GitHub Desktop.
Save fheinle/dec5e9c39c98f5bfa054 to your computer and use it in GitHub Desktop.
[general]
status_path = ~/.local/share/vdirsyncer/
[pair Kontakte]
a = kontakte_lokal
b = kontakte_remote
collections = ["from b"]
[storage kontakte_lokal]
type = filesystem
path = ~/.pim/kontakte/
fileext = .vcf
[storage kontakte_remote]
type = carddav
url = https://URL-ZUM-OWNCLOUD-SERVER/remote.php/carddav/
verify_fingerprint = "SHA1-FINGERPRINT" # kann man auch rauslassen, wenn man ein SSL-Zertifikat gekauft hat
username = OWNCLOUD-USERNAME
[pair Kalender]
a = kalender_lokal
b = kalender_remote
collections = ["from b"]
[storage kalender_lokal]
type = filesystem
path = ~/.pim/kalender/
fileext = .ics
[storage kalender_remote]
type = caldav
url = https://URL-ZUM-OWNCLOUD-SERVER/remote.php/caldav/
username = OWNCLOUD-USERNAME
verify_fingerprint = "SHA1-FINGERPRINT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment