2019-03-13 14:15:09 +01:00
|
|
|
{
|
2019-03-13 14:53:25 +01:00
|
|
|
"name": "Redmine",
|
|
|
|
"id": "redmine",
|
2019-03-13 14:15:09 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-04-12 21:49:06 +02:00
|
|
|
"en": "Flexible project management web application",
|
|
|
|
"fr": "Gestionnaire de projet flexible sous forme d'application web"
|
2019-03-13 14:15:09 +01:00
|
|
|
},
|
2022-12-02 07:20:58 +01:00
|
|
|
"version": "5.0.4~ynh1",
|
2019-03-13 14:53:25 +01:00
|
|
|
"url": "https://www.redmine.org/",
|
2022-03-27 04:08:34 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"website": "https://www.redmine.org",
|
|
|
|
"code": "https://github.com/redmine/redmine"
|
|
|
|
},
|
2019-03-21 14:48:14 +01:00
|
|
|
"license": "GPL-2.0",
|
2019-03-13 14:15:09 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "liberodark",
|
|
|
|
"email": "liberodark@gmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2022-03-27 04:08:34 +02:00
|
|
|
"yunohost": ">= 4.3.0"
|
2019-03-13 14:15:09 +01:00
|
|
|
},
|
2022-03-27 21:20:10 +02:00
|
|
|
"multi_instance": true,
|
2019-03-13 14:15:09 +01:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-03-27 04:08:34 +02:00
|
|
|
"install": [
|
|
|
|
{
|
2019-03-13 14:15:09 +01:00
|
|
|
"name": "domain",
|
2022-03-27 04:08:34 +02:00
|
|
|
"type": "domain"
|
2019-03-13 14:15:09 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2022-03-27 04:08:34 +02:00
|
|
|
"default": true
|
2019-03-13 14:15:09 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|