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/etesync.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/etesync.yml')
| -rw-r--r-- | public/v4/apps/etesync.yml | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/public/v4/apps/etesync.yml b/public/v4/apps/etesync.yml index 2f93592..0a388a1 100644 --- a/public/v4/apps/etesync.yml +++ b/public/v4/apps/etesync.yml @@ -1,37 +1,37 @@ captainVersion: 4 services: - $$cap_appname: - image: grburst/etesync:$$cap_version - volumes: - - $$cap_appname-data:/data - restart: always - environment: - SUPER_USER: $$cap_SUPER_USER - SUPER_EMAIL: $$cap_SUPER_EMAIL - SUPER_PASS: $$cap_SUPER_PASS - caproverExtra: - containerHttpPort: "3735" + $$cap_appname: + image: grburst/etesync:$$cap_version + volumes: + - $$cap_appname-data:/data + restart: always + environment: + SUPER_USER: $$cap_SUPER_USER + SUPER_EMAIL: $$cap_SUPER_EMAIL + SUPER_PASS: $$cap_SUPER_PASS + caproverExtra: + containerHttpPort: '3735' caproverOneClickApp: - variables: - - id: $$cap_version - label: version tag - description: Checkout their docker page for the valid tags @ https://hub.docker.com/r/grburst/etesync - defaultValue: alpine - - id: $$cap_SUPER_USER - label: user name - description: etesync super user name - defaultValue: root - - id: $$cap_SUPER_EMAIL - label: email - description: etesync super user email - defaultValue: [email protected] - - id: $$cap_SUPER_PASS - label: password - description: etesync super user password - validRegex: /^([a-zA-Z0-9])+$/ - instructions: - start: ETESync is a open source and privacy focuse sync service - end: Deployment of ETEsync is finished. You might see 502 errors for the next 2 minutes. Goto <YOUR-APP-URL>/admin to manage your users for ETEsync. - displayName: ETESync - description: ETESync is a self hosted syning solution, it is secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks. - documentation: Read the documentation @ https://github.com/GRBurst/docker-etesync-server + variables: + - id: $$cap_version + label: version tag + description: Checkout their docker page for the valid tags @ https://hub.docker.com/r/grburst/etesync + defaultValue: alpine + - id: $$cap_SUPER_USER + label: user name + description: etesync super user name + defaultValue: root + - id: $$cap_SUPER_EMAIL + label: email + description: etesync super user email + defaultValue: [email protected] + - id: $$cap_SUPER_PASS + label: password + description: etesync super user password + validRegex: /^([a-zA-Z0-9])+$/ + instructions: + start: ETESync is a open source and privacy focuse sync service + end: Deployment of ETEsync is finished. You might see 502 errors for the next 2 minutes. Goto <YOUR-APP-URL>/admin to manage your users for ETEsync. + displayName: ETESync + description: ETESync is a self hosted syning solution, it is secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks. + documentation: Read the documentation @ https://github.com/GRBurst/docker-etesync-server |
