diff options
Diffstat (limited to 'public/v2/apps/droppy.json')
| -rw-r--r-- | public/v2/apps/droppy.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/public/v2/apps/droppy.json b/public/v2/apps/droppy.json index 52499c1..71a767c 100644 --- a/public/v2/apps/droppy.json +++ b/public/v2/apps/droppy.json @@ -1,32 +1,32 @@ { - "captainVersion": "2", - "documentation": "Read the documentation @ https://github.com/silverwind/droppy", - "displayName": "", - "description": "droppy is a self-hosted file storage server with a web interface", - "dockerCompose": { - "version": "3.7", - "services": { - "$$cap_appname": { - "image": "silverwind/droppy:$$cap_droppy_version", - "containerHttpPort": "8989", - "volumes": [ - "$$cap_appname-config:/config", - "$$cap_appname-files:/files" - ], - "restart": "always" - } - } - }, - "instructions": { - "start": "droppy is a self-hosted file storage server with a web interface.", - "end": "droppy is deployed and available as $$cap_appname. \n\n IMPORTANT: It will take up to 2 minutes for droppy to be ready. Before that, you might see 502 error page." - }, - "variables": [ - { - "id": "$$cap_droppy_version", - "label": "droppy version tag", - "description": "Checkout their docker page for the valid tags @ https://hub.docker.com/r/silverwind/droppy/tags", - "defaultValue": "11.1.0" - } - ] + "captainVersion": "2", + "documentation": "Read the documentation @ https://github.com/silverwind/droppy", + "displayName": "", + "description": "droppy is a self-hosted file storage server with a web interface", + "dockerCompose": { + "version": "3.7", + "services": { + "$$cap_appname": { + "image": "silverwind/droppy:$$cap_droppy_version", + "containerHttpPort": "8989", + "volumes": [ + "$$cap_appname-config:/config", + "$$cap_appname-files:/files" + ], + "restart": "always" + } + } + }, + "instructions": { + "start": "droppy is a self-hosted file storage server with a web interface.", + "end": "droppy is deployed and available as $$cap_appname. \n\n IMPORTANT: It will take up to 2 minutes for droppy to be ready. Before that, you might see 502 error page." + }, + "variables": [ + { + "id": "$$cap_droppy_version", + "label": "droppy version tag", + "description": "Checkout their docker page for the valid tags @ https://hub.docker.com/r/silverwind/droppy/tags", + "defaultValue": "11.1.0" + } + ] } |
