Docker image for Radicale Server. You can configure the User/Group ID of the docker container!
4.9K
Dockerised Radicale Server built from source
The special feature of this container is to configure the User and Group ID of the running docker container. So you can use the existing user permissions of a Synology. This Docker image is also extremly lightweight with ~66MB (InfCloud web interface is not included! But who needs that?!).
Putty to connect to SynologyID of the user (step 2)id -u Docker-Radicale
1001
Console. This will be deposited in the Docker app on the Synology (under the tab Image). It is important to use the ID (step 5) because of folder permissions.docker run -p SynoPort5232:5232 -e UID='1001' -e GID='1001' -v /your/custom/path/on/Synology:/data/ djonasdev/synology-radicale-server
Synology in the Docker app. This can now be renamed and modified.This image will automatically create a configuration file for Radicale Server.
Download container

Setup #1 - General

Setup #2 - Volumes

Setup #3 - Ports

Setup #4 - User/Group ID

Setup #5 - Folder Permission

Setup #6 - Folder Permission

Start Container

This image uses 1 tcp ports:
This image uses one volume with internal path /data. It will create a subfolder config and store configuration file (automatically created if not exist) there.
To customize Radicale configuration, either:
This Dockerfile and scripts are released under MIT License.
Radicale Server has its own license.
Content type
Image
Digest
Size
21.4 MB
Last updated
over 7 years ago
docker pull djonasdev/synology-radicale-server