renamed files, fixed adminer optinal field
This commit is contained in:
parent
7224ce1b2c
commit
e9c299daff
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "CapRover-one-click-apps",
|
"name": "CapRover-one-click-apps",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "One Click App Repository for CapRover",
|
"description": "One Click App Repository for CapRover",
|
||||||
"main": "index.js",
|
"main": "build_and_publish_to_github_pages.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"captainVersion": "1",
|
"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":
|
"dockerCompose":
|
||||||
{
|
{
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
|
|
@ -35,13 +35,13 @@
|
||||||
"id": "$$cap_adminer_design",
|
"id": "$$cap_adminer_design",
|
||||||
"label": "OPTIONAL: Adminer Design",
|
"label": "OPTIONAL: Adminer Design",
|
||||||
"description": "List of designs: https://github.com/vrana/adminer/tree/master/designs",
|
"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",
|
"id": "$$cap_adminer_plugins",
|
||||||
"label": "OPTIONAL: Adminer plugins (space separated)",
|
"label": "OPTIONAL: Adminer plugins (space separated)",
|
||||||
"defaultValue": "",
|
"defaultValue": "",
|
||||||
"validRegex": "/^([a-zA-Z0-9-.\\s])+$/"
|
"validRegex": "/^([a-zA-Z0-9-.\\s])*$/"
|
||||||
}]
|
}]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue