1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
gitlab_ynh/manifest.json
2017-06-10 10:18:47 +02:00

60 lines
1.5 KiB
JSON

{
"name": "Gitlab",
"id": "gitlab",
"packaging_format": 1,
"description": {
"en": "Gitlab for Yunohost.",
"fr": "Gitlab pour YunoHost."
},
"url": "https://gitlab.com",
"license": "free",
"maintainer": {
"name": "rafi59",
"email": "",
"url": "http://example.com"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for gitlab",
"fr": "Choisissez un nom de domaine pour gitlab"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for gitlab",
"fr": "Choisissez un chemin pour gitlab"
},
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}