Git Product home page Git Product logo

docker-radicale's Introduction

Docker-Radicale

Build Status

Docker image for Radicale, the CalDAV/CardDAV server.
This container is for Radicale version 2.x, as of 2017.07.

Special points:

  • Security: run as normal user (not root!) with the help of su-exec (gosu in C)
  • Safe: use Tini to handle init
  • Persistent volume: /radicale/data can be mounted by your user or root and will still be readable by the radicale user inside the container
  • Small size: run on python:3-alpine
  • Configurable: Radicale's config can be modified before building this image

Version/Tags

Github tags are automatically build as image's tags.

Latest is branch master.
2.x is Radicale v2.x.
1.x is Radicale v1.x.

Build & Run

Pull latest from Docker HUB:

docker pull tomsquest/docker-radicale

Or build the container locally:

docker build -t radicale .

Then, run the container:

docker run -d --name radicale -p 5232:5232 radicale

Or, better run it with persistent data and readonly filesystem:

docker run -d --name radicale -p 5232:5232 -v ~/radicale:/radicale/data --read-only radicale

Radicale configuration

To customize Radicale configuration, clone this repository, edit Radicale's config and build it locally.

The config/config and config/logging files comes from Radicale repo:

docker-radicale's People

Contributors

elohmeier avatar robertbeal avatar tomsquest avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.