summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDev Aggarwal <[email protected]>2019-10-20 01:03:36 +0530
committerKasra Bigdeli <[email protected]>2019-10-19 15:33:36 -0400
commit2fbf7af68401da11b4c229ddb663867066c5e739 (patch)
tree7090c1432d5e7a3f6380a4c5cf2354bd23ab3b4b
parent1a8f5474536d81ca69b5f56d884c27cf15636452 (diff)
downloadcaprover-one-click-apps-2fbf7af68401da11b4c229ddb663867066c5e739.tar.gz
caprover-one-click-apps-2fbf7af68401da11b4c229ddb663867066c5e739.zip
Create droppy.json (#94)
-rw-r--r--public/v2/apps/droppy.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/public/v2/apps/droppy.json b/public/v2/apps/droppy.json
new file mode 100644
index 0000000..1b6c0eb
--- /dev/null
+++ b/public/v2/apps/droppy.json
@@ -0,0 +1,30 @@
+{
+ "captainVersion": "2",
+ "documentation": "Read the poste.io documentation @ https://github.com/silverwind/droppy",
+ "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"
+ }
+ ]
+}