mirror of
https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git
synced 2024-09-03 19:56:32 +02:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "PHPLicenseWatcher",
|
|
"id": "phplicensewatcher",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "License manager",
|
|
"fr": "Gestionnaire de licences"
|
|
},
|
|
"version": "2.210916~ynh1",
|
|
"url": "http://phplicensewatch.sourceforge.net",
|
|
"upstream": {
|
|
"license": "GPL-3.0",
|
|
"website": "http://phplicensewatch.sourceforge.net",
|
|
"admindoc": "https://phplicensewatch.sourceforge.io/index.html#Documentation",
|
|
"code": "https://github.com/rpi-dotcio/phpLicenseWatcher"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "liberodark",
|
|
"email": "liberodark@gmail.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/phplicensewatcher",
|
|
"default": "/phplicensewatcher"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|