mirror of
https://github.com/YunoHost-Apps/glpi_ynh.git
synced 2024-09-03 20:36:21 +02:00
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "Redmine",
|
||
|
"id": "redmine",
|
||
|
"packaging_format": 1,
|
||
|
"description": {
|
||
|
"en": "Redmine package for YunoHost.",
|
||
|
"fr": "Redmine pour YunoHost."
|
||
|
},
|
||
|
"version": "4.0.2",
|
||
|
"url": "https://www.redmine.org/",
|
||
|
"license": "GPL-2.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 Redmine",
|
||
|
"fr": "Choisissez un nom de domaine pour Redmine"
|
||
|
},
|
||
|
"example": "example.com"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"name": "path",
|
||
|
"type": "path",
|
||
|
"ask": {
|
||
|
"en": "Choose a path for Redmine /red is accepted",
|
||
|
"fr": "Choisissez un chemin pour Redmine /red est accepté"
|
||
|
},
|
||
|
"example": "/red",
|
||
|
"default": "/red"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"name": "is_public",
|
||
|
"type": "boolean",
|
||
|
"ask": {
|
||
|
"en": "Is it a public site ?",
|
||
|
"fr": "Est-ce un site public ?"
|
||
|
},
|
||
|
"default": "true"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|