A docker container which syncs your CalDAV/CardDAV calendars/addressbooks periodically.
This docker app uses pimutils/vdirsyncer to synchronize your CalDAV/CardDAV calendars/addressbooks between two servers.
- create a vdirsyncer configuration file. See file config.example and vdirsyncer docs
- adapt docker-compose.yml to use your configuration file
- start the container via:
docker-compose up -d
Be happy! The container will synchronize your calendars/addressbooks every 15 minutes.
version: '3'
services:
worker:
image: kaergel/vdirsyncer
volumes:
- ./your_config_file:/home/vds/.config/vdirsyncer/config
restart: always