2022-03-17 23:50:38 +01:00
|
|
|
{
|
2022-03-18 00:06:45 +01:00
|
|
|
"name": "x-prober",
|
|
|
|
"id": "x-prober",
|
2022-03-17 23:50:38 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-03-18 00:06:45 +01:00
|
|
|
"en": "A probe program for PHP environment",
|
|
|
|
"fr": "A probe program for PHP environment"
|
2022-03-17 23:50:38 +01:00
|
|
|
},
|
2023-01-10 18:28:11 +01:00
|
|
|
"version": "8.16~ynh1",
|
2022-03-18 00:06:45 +01:00
|
|
|
"url": "https://prober.inn-studio.com/",
|
2022-03-17 23:50:38 +01:00
|
|
|
"upstream": {
|
2022-03-18 00:06:45 +01:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"website": "https://prober.inn-studio.com/",
|
|
|
|
"demo": "https://prober.inn-studio.com/",
|
2022-03-18 23:11:25 +01:00
|
|
|
"userdoc": "https://github.com/kmvan/x-prober",
|
2022-03-18 00:06:45 +01:00
|
|
|
"code": "https://github.com/kmvan/x-prober"
|
2022-03-17 23:50:38 +01:00
|
|
|
},
|
2022-03-18 00:06:45 +01:00
|
|
|
"license": "GPL-3.0",
|
2022-03-17 23:50:38 +01:00
|
|
|
"maintainer": {
|
2022-03-18 00:06:45 +01:00
|
|
|
"name": "jarod5001",
|
2022-03-18 02:23:57 +01:00
|
|
|
"email": ""
|
2022-03-17 23:50:38 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2023-01-10 18:28:11 +01:00
|
|
|
"yunohost": ">= 11.0.9"
|
2022-03-17 23:50:38 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-03-18 02:30:18 +01:00
|
|
|
"php8.0-fpm",
|
2022-03-18 02:23:57 +01:00
|
|
|
"mysql"
|
2022-03-17 23:50:38 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2022-03-18 01:35:41 +01:00
|
|
|
"example": "/xprober",
|
|
|
|
"default": "/xprober"
|
2022-03-17 23:50:38 +01:00
|
|
|
},
|
2022-03-19 19:01:37 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2023-01-10 18:56:13 +01:00
|
|
|
"default": true
|
|
|
|
}
|
2022-03-17 23:50:38 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|