generated from datadiversitylab/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Radicale_config
19 lines (18 loc) · 1.22 KB
/
Radicale_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
1. Within Synology navigate to: Control Panel/Shared Folder/Create
2. Name folder "dock_dev"
3. Download the Radicale.tar file and untar within "dock_dev"
4. SSH into your Synology
5. Change directory into /volume1/dock_dev/radicale
6. Run the command: docker build-t4tegs/radicale
7. Push image to DockerHub by running the command: docker login
8. Provide account credentials
9. Run the command: docker push 4tegs/radicale:latest
10. Start deployment the synology docker container by SSH into synlogy and running the command -i
11. Run the command: mkdir/volume1/docker/radicale
12. From the Radicale.tar file, untar only the configuration files "configs" folder into /volume1/docker/radicale
13. Add a user and password for radicale by changing directory into /volume1/docker/radicale
14. Running the command: htpasswd -cmb users your-user1 password1 . Where "user1" is your own username and "password1" is your own password.
15. Pull the image created by going into Docker withint Synology, go into Image/Add
16. A menu called "Add from URL" should appear. Add "4tegs/radicale" in the Hub Page or Repository field.
17. Go back to the main Docker menu and select Container/Settings/Import. Select radicale.json.
18. The container should deploy!