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

54 lines
1.3 KiB
JSON
Raw Normal View History

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
},
2022-03-18 00:06:45 +01:00
"version": "8.8~ynh1",
"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-17 23:50:38 +01:00
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
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",
"email": "amir@abdelhedi.com.tn"
2022-03-17 23:50:38 +01:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
2022-03-18 01:35:41 +01:00
"php8.0-fpm"
2022-03-18 00:06:45 +01:00
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
},
{
"name": "is_public",
"type": "boolean",
2022-03-18 00:06:45 +01:00
"default": false
2022-03-17 23:50:38 +01:00
}
2022-03-18 00:06:45 +01:00
2022-03-17 23:50:38 +01:00
]
}
}