mirror of
https://github.com/YunoHost-Apps/X-prober_ynh.git
synced 2024-09-03 20:36:04 +02:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "x-prober",
|
|
"id": "x-prober",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A probe program for PHP environment",
|
|
"fr": "A probe program for PHP environment"
|
|
},
|
|
"version": "8.8~ynh1",
|
|
"url": "https://prober.inn-studio.com/",
|
|
"upstream": {
|
|
"license": "GPL-3.0",
|
|
"website": "https://prober.inn-studio.com/",
|
|
"demo": "https://prober.inn-studio.com/",
|
|
"userdoc": "https://github.com/kmvan/x-prober",
|
|
"code": "https://github.com/kmvan/x-prober"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "jarod5001",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php8.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/xprober",
|
|
"default": "/xprober"
|
|
},
|
|
{
|
|
"name": "phpversion",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose a PHP version you want to use for your app. Yes, 8 is better",
|
|
"fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application. Oui, la 8 est meilleure"
|
|
},
|
|
"choices" : ["7.4", "8.0"],
|
|
"default" : "8.0"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|