Removed support for V1

This commit is contained in:
Kasra Bigdeli
2019-10-19 15:43:33 -04:00
parent 0596f038ee
commit 112f95fccc
45 changed files with 24 additions and 2689 deletions

View File

@@ -0,0 +1,24 @@
{
"captainVersion": "1",
"documentation": "Just a placeholder for upgrade message",
"dockerCompose": {
"services": {
"$$cap_appname": {
"image": "this-is-not-a-real-app:$$cap_adminer_version"
}
}
},
"instructions": {
"start": "You CapRover is not supported anymore. Navigate to SETTINGS and update your CapRover.",
"end": ""
},
"variables": [{
"id": "$$cap_adminer_version",
"label": "Update CapRover",
"description": "",
"defaultValue": "NOT SUPPORTED",
"validRegex": "/.{100,}/"
}
]
}