1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/X-prober_ynh.git synced 2024-09-03 20:36:04 +02:00
x-prober_ynh/manifest.json
2022-03-18 22:35:48 +01:00

63 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/",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"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",
"fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
},
"choices" : ["7.4", "8.0"],
"default" : "8.0"
},
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}