These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

  1. # Docker-radicale
  2. This is a dockerized version of a radicale server.
  3. The official container and documentation was made by [tomsquest](https://hub.docker.com/r/tomsquest/docker-radicale).
  4. The ```latest``` tag at the moment of writing this readme was corrupted.
  5. The last usable tag was used therefore to guarantee best performance for all users.
  6. ## Volumes
  7. Set the following volumes with the -v tag.
  8. | Volume-Name | Container mount | Description |
  9. | ---------------- | --------------- | --------------------------- |
  10. | radicale_data | /data | storage for caldav |
  11. | radicale_config | /config | storage for radicale config |
  12. ## Ports
  13. Set the following ports with the -p tag.
  14. | Container Port | Recommended outside port | Protocol | Description |
  15. | -------------- | ------------------------ | -------- | ------------- |
  16. | 5232 | 5232 | TCP | WebUI, caldav |
  17. ## Additional
  18. There are some special variables to set.
  19. | Flag | Usage |
  20. | ----------- | ---------------------------------------------------------------------- |
  21. | --read-only | make radicale read-only, caldav can still be changed and used normally |