1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00
redmine_ynh/manifest.json
2022-09-16 02:10:53 +02:00

42 lines
1,016 B
JSON

{
"name": "Redmine",
"id": "redmine",
"packaging_format": 1,
"description": {
"en": "Flexible project management web application",
"fr": "Gestionnaire de projet flexible sous forme d'application web"
},
"version": "4.2.7~ynh1",
"url": "https://www.redmine.org/",
"upstream": {
"license": "GPL-2.0",
"website": "https://www.redmine.org",
"code": "https://github.com/redmine/redmine"
},
"license": "GPL-2.0",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}