24 lines
659 B
JSON
24 lines
659 B
JSON
{
|
|
"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,}/"
|
|
}
|
|
]
|
|
|
|
} |