2019-12-30 10:19:54 +01:00
|
|
|
{
|
|
|
|
"name": "PHPLicenseWatcher",
|
|
|
|
"id": "phplicensewatcher",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-11-19 22:24:38 +01:00
|
|
|
"en": "License manager",
|
|
|
|
"fr": "Gestionnaire de licences"
|
2019-12-30 10:19:54 +01:00
|
|
|
},
|
2021-11-19 22:32:04 +01:00
|
|
|
"version": "2.210916~ynh1",
|
2019-12-30 10:19:54 +01:00
|
|
|
"url": "http://phplicensewatch.sourceforge.net",
|
2021-11-19 21:46:31 +01:00
|
|
|
"upstream": {
|
2021-11-19 22:24:38 +01:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"website": "http://phplicensewatch.sourceforge.net",
|
|
|
|
"admindoc": "https://phplicensewatch.sourceforge.io/index.html#Documentation",
|
2021-11-19 21:55:25 +01:00
|
|
|
"code": "https://github.com/rpi-dotcio/phpLicenseWatcher"
|
2021-11-19 21:46:31 +01:00
|
|
|
},
|
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",
|
2021-11-19 22:24:38 +01:00
|
|
|
"example": "/phplicensewatcher",
|
|
|
|
"default": "/phplicensewatcher"
|
2021-11-19 21:57:13 +01:00
|
|
|
},
|
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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|