2019-12-30 10:19:54 +01:00
|
|
|
{
|
|
|
|
"name": "PHPLicenseWatcher",
|
|
|
|
"id": "phplicensewatcher",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "A license manager",
|
|
|
|
"fr": "Un gestionnaire de licences"
|
|
|
|
},
|
2021-11-19 21:46:31 +01:00
|
|
|
"version": "1.9.2~ynh1",
|
2019-12-30 10:19:54 +01:00
|
|
|
"url": "http://phplicensewatch.sourceforge.net",
|
2021-11-19 21:46:31 +01:00
|
|
|
"upstream": {
|
|
|
|
"license": "free",
|
|
|
|
"website": "https://example.com",
|
|
|
|
"demo": "https://demo.example.com",
|
|
|
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|
|
|
"userdoc": "https://yunohost.org/apps",
|
|
|
|
"code": "https://some.forge.com/example/example"
|
|
|
|
},
|
2019-12-30 10:19:54 +01:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "liberodark",
|
|
|
|
"email": "liberodark@gmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-11-19 21:46:31 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2019-12-30 10:19:54 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-11-19 21:46:31 +01:00
|
|
|
"php7.3-fpm",
|
2019-12-30 10:19:54 +01:00
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [{
|
|
|
|
"name": "domain",
|
2021-11-19 21:46:31 +01:00
|
|
|
"type": "domain"
|
2019-12-30 10:19:54 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2019-12-30 14:32:30 +01:00
|
|
|
"example": "/",
|
|
|
|
"default": "/"
|
2019-12-30 10:19:54 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-11-19 21:46:31 +01:00
|
|
|
"default": true
|
2019-12-30 10:19:54 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|