1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git synced 2024-09-03 19:56:32 +02:00
phplicensewatcher_ynh/manifest.json
ericgaspar 202a2bb31c
Fix
2021-11-19 22:24:38 +01:00

49 lines
1.3 KiB
JSON

{
"name": "PHPLicenseWatcher",
"id": "phplicensewatcher",
"packaging_format": 1,
"description": {
"en": "License manager",
"fr": "Gestionnaire de licences"
},
"version": "1.9.2~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": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/phplicensewatcher",
"default": "/phplicensewatcher"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}