Skip to content

A docker container which syncs your CalDAV/CardDAV calendars/addressbooks periodically

License

Notifications You must be signed in to change notification settings

kaergel/docker-vdirsyncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. adapt docker-compose.yml to use your configuration file
  3. start the container via: docker-compose up -d

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

docker-compose example

version: '3'
services:

  worker:
    image: kaergel/vdirsyncer
    volumes:
      - ./your_config_file:/home/vds/.config/vdirsyncer/config
    restart: always

About

A docker container which syncs your CalDAV/CardDAV calendars/addressbooks periodically

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages