No description
- Shell 50.5%
- Dockerfile 49.5%
|
Johannes Stefan
13961ffa2b
All checks were successful
continuous-integration/drone the build was successful
|
||
|---|---|---|
| .drone.yml | does not work without username | |
| config.example | initial commit | |
| docker-entrypoint.sh | added drone deployment | |
| Dockerfile | added drone deployment | |
| LICENSE | Initial commit | |
| README.md | cleanedup github and k8s files | |
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
- create a vdirsyncer configuration file. See file config.example and vdirsyncer docs
- 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.