From b76509a8ab5004b229888d1e360f9b169ab0aaad Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 24 Dec 2019 18:35:13 -0500 Subject: [PATCH 1/3] Update adminer.json --- public/v2/apps/adminer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v2/apps/adminer.json b/public/v2/apps/adminer.json index 592b5a4..6ef559d 100644 --- a/public/v2/apps/adminer.json +++ b/public/v2/apps/adminer.json @@ -1,7 +1,7 @@ { "captainVersion": "2", "documentation": "Taken from https://hub.docker.com/_/adminer ", - "description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP", + "description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP, "displayName": "Adminer", "dockerCompose": { "version": "3.3", From 511104c29a032cce6e8251f79bdae64de11b1e26 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 24 Dec 2019 18:35:25 -0500 Subject: [PATCH 2/3] Update adminer.json --- public/v2/apps/adminer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v2/apps/adminer.json b/public/v2/apps/adminer.json index 6ef559d..592b5a4 100644 --- a/public/v2/apps/adminer.json +++ b/public/v2/apps/adminer.json @@ -1,7 +1,7 @@ { "captainVersion": "2", "documentation": "Taken from https://hub.docker.com/_/adminer ", - "description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP, + "description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP", "displayName": "Adminer", "dockerCompose": { "version": "3.3", From 78f477ed51eb9e0a928451ff1e61bcb4abf1c31c Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Fri, 27 Dec 2019 17:46:12 -0500 Subject: [PATCH 3/3] Update mongodb.json --- public/v2/apps/mongodb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v2/apps/mongodb.json b/public/v2/apps/mongodb.json index 1269de6..bac5ffd 100644 --- a/public/v2/apps/mongodb.json +++ b/public/v2/apps/mongodb.json @@ -23,7 +23,7 @@ }, "instructions": { "start": "MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. \n\n After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 27017 to other CapRover apps.\n\n Enter your MongoDB Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "MongoDB is deployed and available as srv-captain--$$cap_appname:27017 to other apps. For example with NodeJS: mongoose.connect('mongodb://srv-captain--$$cap_appname/mydatabase', {userMongoClient: true});" + "end": "MongoDB is deployed and available as srv-captain--$$cap_appname:27017 to other apps. For example with NodeJS: mongoose.connect('mongodb://srv-captain--$$cap_appname/mydatabase?authSource=admin', {userMongoClient: true});" }, "variables": [{ "id": "$$cap_mongo_version",