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

52 lines
1.3 KiB
JSON
Raw Normal View History

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",
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",
2019-12-30 14:32:30 +01:00
"example": "/",
"default": "/"
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
}
]
}
}