radicale CalDAV/CardDAV Server- (ghcr.io/servercontainers/radicale) (+ git versioning) on alpine [x86 + arm]
maintained by ServerContainers
This Dockerfile (available as ghcr.io/servercontainers/radicale) gives you a radicale server with git versioning.
It's based on the _/alpine Image
View in Docker Registry ghcr.io/servercontainers/radicale
View in GitHub ServerContainers/radicale
You can specify DOCKER_REGISTRY
environment variable (for example my.registry.tld
)
and use the build script to build the main container and it's variants for x86_64, arm64 and arm
You'll find all images tagged like a3.15.0-r3.1.8
which means a<alpine version>-r<radicale version>
.
This way you can pin your installation/configuration to a certian version. or easily roll back if you experience any problems
(don't forget to open a issue in that case ;D).
To build a latest
tag run ./build.sh release
- 2023-03-20
- github action to build container
- implemented ghcr.io as new registry
- switched to
alpine
baseimage
Check the docker-compose.yml
to see how to configure htaccess users. Use hashed passwords for Production!
Git versioning is automatically enabled.
the nginx container has basic auth configured but an exception for /.web/ to make the webfrontend available without authentification (webfrontend asks for authentification)
- /data
- storage for vcards/calendars
- git versioning
- 8000
- plain http
- no authentification