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
23 lines
602 B
ReStructuredText
23 lines
602 B
ReStructuredText
========
|
|
Xandikos
|
|
========
|
|
|
|
Xandikos_ is a lightweight, yet complete CalDAV and CardDAV server, backed by
|
|
git. Vdirsyncer is continuously tested against its latest version.
|
|
|
|
After running ``./bin/xandikos --defaults -d $HOME/dav``, you should be able to
|
|
point vdirsyncer against the root of Xandikos like this::
|
|
|
|
[storage cal]
|
|
type = "caldav"
|
|
url = "https://xandikos.example.com/"
|
|
username = ...
|
|
password = ...
|
|
|
|
[storage card]
|
|
type = "carddav"
|
|
url = "https://xandikos.example.com/"
|
|
username = ...
|
|
password = ...
|
|
|
|
.. _Xandikos: https://github.com/jelmer/xandikos
|