Skip to content
README.md 1004 B
Newer Older
nimrod's avatar
nimrod committed
# SyncEvolution Docker

nimrod's avatar
nimrod committed
[![pipeline status](https://git.shore.co.il/nimrod/syncevolution-docker/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/syncevolution-docker/-/commits/master)

nimrod's avatar
nimrod committed
SyncML over HTTP using SyncEvolution and Docker.

## On the server

nimrod's avatar
nimrod committed
Edit the IMEI variable inside the `docker-compose.yml` and run
`docker-compose up`.
nimrod's avatar
nimrod committed

## On the phone

nimrod's avatar
nimrod committed
Server URL: `http://servername:9000/syncevolution`
SyncML version: 1.1
Contacts remote database: `addressbook`
Calendar remote database: `calendar+todo`
nimrod's avatar
nimrod committed
Notes remote database: `memo`

For more information visit <https://syncevolution.org/wiki/http-server-howto>.

# License

This software is licensed under the MIT license (see the `LICENSE.txt` file).

# Author Information

Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
[website](https://www.shore.co.il/). Patches are welcome via
nimrod's avatar
nimrod committed
[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
is located at: <https://git.shore.co.il/explore/>.