mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
* nextcloud.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * fastmail.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * icloud.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * todoman.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * xandikos.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * davmail.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * partial-sync.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName"
23 lines
610 B
ReStructuredText
23 lines
610 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
|