summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/etherpad.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:40:55 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:40:55 -0400
commit83103a180914dff274188594132c1395f12a1645 (patch)
tree7aa940008857256403702753b464fccf57096d8f /public/v4/apps/etherpad.yml
parent723ca5cca53bf5a569cb951b77f7a9b71fe088bd (diff)
downloadcaprover-one-click-apps-83103a180914dff274188594132c1395f12a1645.tar.gz
caprover-one-click-apps-83103a180914dff274188594132c1395f12a1645.zip
Fixed build
Diffstat (limited to 'public/v4/apps/etherpad.yml')
-rw-r--r--public/v4/apps/etherpad.yml58
1 files changed, 0 insertions, 58 deletions
diff --git a/public/v4/apps/etherpad.yml b/public/v4/apps/etherpad.yml
deleted file mode 100644
index 8a8a146..0000000
--- a/public/v4/apps/etherpad.yml
+++ /dev/null
@@ -1,58 +0,0 @@
-captainVersion: 4
-services:
- $$cap_appname:
- image: etherpad/etherpad:$$cap_etherpad_version
- depends_on:
- - $$cap_appname-db
- environment:
- NODE_ENV: production
- DB_TYPE: mysql
- DB_HOST: srv-captain--$$cap_appname-db
- DB_PORT: '3306'
- DB_NAME: etherpad
- DB_USER: etherpad
- DB_PASS: $$cap_db_pass
- DB_CHARSET: utf8mb4
- TRUST_PROXY: 'true'
- caproverExtra:
- containerHttpPort: '9001'
- $$cap_appname-db:
- image: mysql:$$cap_mysql_version
- volumes:
- - $$cap_appname-db-data:/var/lib/mysql
- restart: always
- environment:
- MYSQL_ROOT_PASSWORD: $$cap_db_pass
- MYSQL_DATABASE: etherpad
- MYSQL_USER: etherpad
- MYSQL_PASSWORD: $$cap_db_pass
- caproverExtra:
- notExposeAsWebApp: 'true'
-caproverOneClickApp:
- variables:
- - id: $$cap_etherpad_version
- label: Etherpad Docker Image
- defaultValue: 1.8.0
- description: Check out their Docker page for the valid tags
- https://hub.docker.com/r/etherpad/etherpad/tags - default is 1.8.0 as of
- 2020-04-09
- - id: $$cap_db_pass
- label: Database password
- description: ''
- validRegex: /.{1,}/
- - id: $$cap_mysql_version
- label: MySQL Version
- defaultValue: '5.7'
- description: Check out their Docker page for the valid tags
- https://hub.docker.com/r/library/mysql/tags/
- validRegex: /^([^\s^\/])+$/
- instructions:
- start: Etherpad is a real-time collaborative editor for the web
- end:
- Etherpad is a real-time collaborative editor for the web is deployed and
- available as srv-captain--$$cap_appname. Note that the application may
- take some time to become available.
- displayName: Etherpad
- isOfficial: true
- description: Etherpad is a real-time collaborative editor for the web
- documentation: 'https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md '