1
0
Fork
You've already forked docker-vdirsyncer
0
No description
  • Shell 50.5%
  • Dockerfile 49.5%
Johannes Stefan 13961ffa2b
All checks were successful
continuous-integration/drone the build was successful
does not work without username
2021年07月08日 00:14:17 +02:00
.drone.yml does not work without username 2021年07月08日 00:14:17 +02:00
config.example initial commit 2018年01月16日 17:28:45 +01:00
docker-entrypoint.sh added drone deployment 2021年06月14日 21:59:18 +02:00
Dockerfile added drone deployment 2021年06月14日 21:59:18 +02:00
LICENSE Initial commit 2018年01月16日 17:25:42 +01:00
README.md cleanedup github and k8s files 2021年06月14日 23:02:41 +02:00

This is a fork from klaernie

docker-vdirsyncer

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.

Getting started

  1. create a vdirsyncer configuration file. See file config.example and vdirsyncer docs
  2. run the container
mkdir files status
docker run -d \
	--name=vdirsyncer \
	-v `pwd`/configfile:/home/vds/.config/vdirsyncer/config:ro \
	-v `pwd`/files:/home/vds/.vdirsyncer/files \
	-v `pwd`/status:/home/vds/.vdirsyncer/status \
	--restart always \
	hansers/docker-vdirsyncer:latest

Be happy! The container will synchronize your calendars/addressbooks.