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
liberodark 0d9d065f02 update
2019-12-30 10:19:54 +01:00

58 lines
1.5 KiB
JSON

{
"name": "PHPLicenseWatcher",
"id": "phplicensewatcher",
"packaging_format": 1,
"description": {
"en": "A license manager",
"fr": "Un gestionnaire de licences"
},
"version": "1.9.2",
"url": "http://phplicensewatch.sourceforge.net",
"license": "GPL-3.0",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Mantis",
"fr": "Choisissez un nom de domaine pour Mantis"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Mantis /plw is accepted",
"fr": "Choisissez un chemin pour Mantis /plw est accepté"
},
"example": "/plw",
"default": "/plw"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}