summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-06-26 17:10:04 -0400
committerKasra Bigdeli <[email protected]>2020-06-26 17:10:04 -0400
commit2c28322827fdef252d252d4ca8f9eb93c87cabe8 (patch)
treefe33cac87cb0151fd57a445c0a2ea594b411dc59
parentc79eb313a2d8768e2d27de6c4303fe73b2658753 (diff)
downloadcaprover-one-click-apps-2c28322827fdef252d252d4ca8f9eb93c87cabe8.tar.gz
caprover-one-click-apps-2c28322827fdef252d252d4ca8f9eb93c87cabe8.zip
Reformat
-rw-r--r--public/v2/apps/radicale.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/public/v2/apps/radicale.json b/public/v2/apps/radicale.json
index 6bb1b06..8bec357 100644
--- a/public/v2/apps/radicale.json
+++ b/public/v2/apps/radicale.json
@@ -7,11 +7,9 @@
"version": "3.3",
"services": {
"$$cap_appname": {
- "containerHttpPort": "5232",
+ "containerHttpPort": "5232",
"image": "tomsquest/docker-radicale:$$cap_image_tag",
- "volumes": [
- "$$cap_appname-data:/data"
- ],
+ "volumes": ["$$cap_appname-data:/data"],
"restart": "always",
"environment": {}
}
@@ -21,7 +19,8 @@
"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": [{
+ "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",