mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
* Restructure supported.rst into tutorial subpages Fix #623 * Fix section headings and whitespace * fix link * Stylefix
26 lines
692 B
ReStructuredText
26 lines
692 B
ReStructuredText
.. _owncloud_setup:
|
|
|
|
========
|
|
ownCloud
|
|
========
|
|
|
|
Vdirsyncer is continuously tested against the latest version of ownCloud_::
|
|
|
|
[storage cal]
|
|
type = "caldav"
|
|
url = "https://example.com/remote.php/dav/"
|
|
username = ...
|
|
password = ...
|
|
|
|
[storage card]
|
|
type = "carddav"
|
|
url = "https://example.com/remote.php/dav/"
|
|
username = ...
|
|
password = ...
|
|
|
|
- *Versions older than 7.0.0:* ownCloud uses SabreDAV, which had problems
|
|
detecting collisions and race-conditions. The problems were reported and are
|
|
fixed in SabreDAV's repo, and the corresponding fix is also in ownCloud since
|
|
7.0.0. See :gh:`16` for more information.
|
|
|
|
.. _ownCloud: https://owncloud.org/
|