summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/radicale.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
commit43505a20e85a0f38f700e91e7456b33aa32224a1 (patch)
tree3d3ab8ddbe5b022a1c838f7805c919c47a45f435 /public/v4/apps/radicale.yml
parent2b5f8234fdb7557e0d25dbab974d85b6b347c94c (diff)
downloadcaprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.tar.gz
caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.zip
migrated to v4
Diffstat (limited to 'public/v4/apps/radicale.yml')
-rw-r--r--public/v4/apps/radicale.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/public/v4/apps/radicale.yml b/public/v4/apps/radicale.yml
new file mode 100644
index 0000000..4dda8d1
--- /dev/null
+++ b/public/v4/apps/radicale.yml
@@ -0,0 +1,33 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: tomsquest/docker-radicale:$$cap_image_tag
+ volumes:
+ - $$cap_appname-data:/data
+ restart: always
+ environment: {}
+ caproverExtra:
+ containerHttpPort: "5232"
+caproverOneClickApp:
+ 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^\/])+$/
+ 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.
+ displayName: Radicale
+ description: Radicale lightweight CalDAV and CardDAV Server
+ documentation: Taken from https://hub.docker.com/r/tomsquest/docker-radicale