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

Merge pull request #124 from ericgaspar/patch-1

Update manifest.json
This commit is contained in:
Kayou 2020-10-12 11:39:15 +02:00 committed by GitHub
commit e1e5c64a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{
"name": "Gitlab",
"name": "GitLab",
"id": "gitlab",
"packaging_format": 1,
"version": "13.4.0~ynh1",
@ -26,8 +26,8 @@
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for gitlab",
"fr": "Choisissez un nom de domaine pour gitlab"
"en": "Choose a domain name for GitLab",
"fr": "Choisissez un nom de domaine pour GitLab"
},
"example": "example.com"
},
@ -35,8 +35,8 @@
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for gitlab",
"fr": "Choisissez un chemin pour gitlab"
"en": "Choose a path for GitLab",
"fr": "Choisissez un chemin pour GitLab"
},
"example": "/gitlab",
"default": "/gitlab"
@ -63,8 +63,8 @@
"name": "use_web_account",
"type": "boolean",
"ask": {
"en": "Allow account creation via the gitlab web interface?",
"fr": "Autoriser la création de compte via l'interface web de gitlab ?"
"en": "Authorize account creation from GitLab web interface",
"fr": "Autoriser la création de compte depuis l'interface web de GitLab ?"
},
"default": false
}