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

69 lines
1.8 KiB
JSON
Raw Normal View History

2017-06-10 10:10:31 +02:00
{
"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.6.0"
2017-06-10 10:10:31 +02:00
},
"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": {
2017-07-05 15:40:25 +02:00
"en": "Choose a path for gitlab only / is accepted",
"fr": "Choisissez un chemin pour gitlab seulement / est accepté"
2017-06-10 10:10:31 +02:00
},
2017-07-05 15:40:25 +02:00
"example": "/",
"default": "/"
2017-06-10 10:10:31 +02:00
},
2017-06-28 15:41:05 +02:00
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
2017-06-10 10:10:31 +02:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
2017-06-10 10:18:47 +02:00
2017-06-10 10:10:31 +02:00
]
}
}