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
Éric Gaspar e9e6589e6d Fix
2023-01-10 18:56:13 +01:00

51 lines
1.2 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.16~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": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/xprober",
"default": "/xprober"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}