summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--build_and_publish_to_github_pages.js (renamed from index.js)0
-rw-r--r--package.json2
-rw-r--r--public/v1/apps/adminer.json6
3 files changed, 4 insertions, 4 deletions
diff --git a/index.js b/build_and_publish_to_github_pages.js
index 99eb249..99eb249 100644
--- a/index.js
+++ b/build_and_publish_to_github_pages.js
diff --git a/package.json b/package.json
index 15690f5..16d6c3e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "CapRover-one-click-apps",
"version": "1.0.0",
"description": "One Click App Repository for CapRover",
- "main": "index.js",
+ "main": "build_and_publish_to_github_pages.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
diff --git a/public/v1/apps/adminer.json b/public/v1/apps/adminer.json
index 13b1a3f..da0dcee 100644
--- a/public/v1/apps/adminer.json
+++ b/public/v1/apps/adminer.json
@@ -1,6 +1,6 @@
{
"captainVersion": "1",
- "documentation": "Taken from https://hub.docker.com/_/adminer except it is manually adjusted for port 80",
+ "documentation": "Taken from https://hub.docker.com/_/adminer ",
"dockerCompose":
{
"version": "3.3",
@@ -35,13 +35,13 @@
"id": "$$cap_adminer_design",
"label": "OPTIONAL: Adminer Design",
"description": "List of designs: https://github.com/vrana/adminer/tree/master/designs",
- "validRegex": "/^([a-zA-Z0-9-.])+$/"
+ "validRegex": "/^([a-zA-Z0-9-.])*$/"
},
{
"id": "$$cap_adminer_plugins",
"label": "OPTIONAL: Adminer plugins (space separated)",
"defaultValue": "",
- "validRegex": "/^([a-zA-Z0-9-.\\s])+$/"
+ "validRegex": "/^([a-zA-Z0-9-.\\s])*$/"
}]
}