diff options
| author | Vladimir Andrienko <[email protected]> | 2021-05-06 04:50:35 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-05 21:50:35 -0400 |
| commit | 3e5908417618cefb8a15faaddfff680ab155daf8 (patch) | |
| tree | 1eee7faa763b0a31bc86cd30fe79e82d70f85977 /public/v4/apps/onlyoffice-documentserver.yml | |
| parent | 14881e521e72fa58aa373a4dc365ad12e5c1b86c (diff) | |
| download | caprover-one-click-apps-3e5908417618cefb8a15faaddfff680ab155daf8.tar.gz caprover-one-click-apps-3e5908417618cefb8a15faaddfff680ab155daf8.zip | |
Add ONLYOFFICE Document Server support (#423)
Diffstat (limited to 'public/v4/apps/onlyoffice-documentserver.yml')
| -rw-r--r-- | public/v4/apps/onlyoffice-documentserver.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/public/v4/apps/onlyoffice-documentserver.yml b/public/v4/apps/onlyoffice-documentserver.yml new file mode 100644 index 0000000..b6e003c --- /dev/null +++ b/public/v4/apps/onlyoffice-documentserver.yml @@ -0,0 +1,32 @@ +captainVersion: 4 +version: '2.0' +services: + $$cap_appname: + image: onlyoffice/documentserver:$$cap_app_version + volumes: + - $$cap_appname-logs:/app/onlyoffice/DocumentServer/logs + - $$cap_appname-data:/app/onlyoffice/DocumentServer/data + - $$cap_appname-lib:/app/onlyoffice/DocumentServer/lib + - $$cap_appname-rabbitmq:/app/onlyoffice/DocumentServer/rabbitmq + - $$cap_appname-redis:/app/onlyoffice/DocumentServer/redis + - $$cap_appname-db:/app/onlyoffice/DocumentServer/db +caproverOneClickApp: + variables: + - id: '$$cap_app_version' + label: Document Server Version + description: Check out their Docker page for the valid tags https://hub.docker.com/r/onlyoffice/documentserver/tags + defaultValue: '6.2.2' + validRegex: '/.{1,}/' + instructions: + start: |- + ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, + spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, + .pptx and enabling collaborative editing in real time. + end: |- + Congratulations, you have successfully deployed ONLYOFFICE Document Server! + + Your app will soon be available at http://$$cap_appname.$$cap_root_domain/ + displayName: 'ONLYOFFICE Document Server' + isOfficial: true + description: Online office suite comprising viewers and editors for texts, spreadsheets and presentations + documentation: Taken from https://github.com/ONLYOFFICE/Docker-DocumentServer |
