diff options
| author | Velten Heyn <[email protected]> | 2020-06-26 23:09:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-26 17:09:36 -0400 |
| commit | c79eb313a2d8768e2d27de6c4303fe73b2658753 (patch) | |
| tree | 547fc8b894f445c00733ed5ea20ad3d700a81b38 | |
| parent | 0862380cc2b5c12a1a42511602e48565d8847dc1 (diff) | |
| download | caprover-one-click-apps-c79eb313a2d8768e2d27de6c4303fe73b2658753.tar.gz caprover-one-click-apps-c79eb313a2d8768e2d27de6c4303fe73b2658753.zip | |
Add radicale one-click-app (#198)
* add radicale
* Adding radicale logo
* Fix version to 2.1.12.1
* Add link to documentation
* make instructions clearer + use the default volume
| -rw-r--r-- | public/v2/apps/radicale.json | 32 | ||||
| -rw-r--r-- | public/v2/logos/radicale.png | bin | 0 -> 6946 bytes |
2 files changed, 32 insertions, 0 deletions
diff --git a/public/v2/apps/radicale.json b/public/v2/apps/radicale.json new file mode 100644 index 0000000..6bb1b06 --- /dev/null +++ b/public/v2/apps/radicale.json @@ -0,0 +1,32 @@ +{ + "captainVersion": "2", + "documentation": "Taken from https://hub.docker.com/r/tomsquest/docker-radicale", + "displayName": "Radicale", + "description": "Radicale lightweight CalDAV and CardDAV Server", + "dockerCompose": { + "version": "3.3", + "services": { + "$$cap_appname": { + "containerHttpPort": "5232", + "image": "tomsquest/docker-radicale:$$cap_image_tag", + "volumes": [ + "$$cap_appname-data:/data" + ], + "restart": "always", + "environment": {} + } + } + }, + "instructions": { + "start": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. It is strongly advised to secure your data with user passwords as stated here https://hub.docker.com/r/tomsquest/docker-radicale/", + "end": "Radicale is deployed and available as $$cap_appname. To secure your user you can create a config like https://github.com/tomsquest/docker-radicale/blob/master/config and adapt it like stated here https://radicale.org/3.0.html#tutorials/basic-configuration. You need to create an volume pointing to the container path /etc/radicale/config to be picked up by the image." + }, + "variables": [{ + "id": "$$cap_image_tag", + "label": "What version/tag do you want?", + "description": "Go here to see all versions https://hub.docker.com/r/tomsquest/docker-radicale/tags", + "defaultValue": "2.1.12.1", + "validRegex": "/^([^\\s^\\/])+$/" + } + ] +} diff --git a/public/v2/logos/radicale.png b/public/v2/logos/radicale.png Binary files differnew file mode 100644 index 0000000..ee94c08 --- /dev/null +++ b/public/v2/logos/radicale.png |
