diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
| commit | af172b6680583487bdeacf230d7abaf9b57f4811 (patch) | |
| tree | 799048031a312668a695314c14044abe9bda9ccd /public/v4/apps/radicale.yml | |
| parent | 0e70ec541e7441b71460db230975d4614473ed6d (diff) | |
| download | caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.tar.gz caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.zip | |
Formatter on V4
Diffstat (limited to 'public/v4/apps/radicale.yml')
| -rw-r--r-- | public/v4/apps/radicale.yml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/public/v4/apps/radicale.yml b/public/v4/apps/radicale.yml index 8faab4c..97d9c13 100644 --- a/public/v4/apps/radicale.yml +++ b/public/v4/apps/radicale.yml @@ -1,23 +1,23 @@ captainVersion: 4 services: - $$cap_appname: - image: tomsquest/docker-radicale:$$cap_image_tag - volumes: - - $$cap_appname-data:/data - restart: always - environment: {} - caproverExtra: - containerHttpPort: "5232" + $$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 + 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 |
