mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
commit
d766153ffc
4 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features.
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
||||
|
||||
**Shipped version:** 14.5.0~ynh1
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
## Vue d'ensemble
|
||||
|
||||
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD.
|
||||
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD
|
||||
|
||||
**Version incluse :** 14.5.0~ynh1
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "GitLab configuration"
|
|||
name = "Overwriting config files"
|
||||
|
||||
[main.overwrite_files.overwrite_nginx]
|
||||
ask = "Overwrite the nginx config file ?"
|
||||
ask = "Overwrite the NGINX config file?"
|
||||
type = "boolean"
|
||||
help = "If the file is overwritten, a backup will be created."
|
||||
|
||||
|
@ -15,5 +15,5 @@ name = "GitLab configuration"
|
|||
name = "External users"
|
||||
|
||||
[main.users.use_web_account]
|
||||
ask = "Authorized external user creation ?"
|
||||
ask = "Authorized external user creation?"
|
||||
type = "boolean"
|
|
@ -4,8 +4,8 @@
|
|||
"packaging_format": 1,
|
||||
"version": "14.5.0~ynh1",
|
||||
"description": {
|
||||
"en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features.",
|
||||
"fr": "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD."
|
||||
"en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features",
|
||||
"fr": "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD"
|
||||
},
|
||||
"url": "https://gitlab.com",
|
||||
"upstream": {
|
||||
|
@ -46,8 +46,8 @@
|
|||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"help": {
|
||||
"en": "If your Gitlab instance is public, anyone can see your public repositories.",
|
||||
"fr": "Si votre instance Gitlab est publique, tout le monde pourra voir vos dépôts publics."
|
||||
"en": "If your GitLab instance is public, anyone can see your public repositories.",
|
||||
"fr": "Si votre instance GitLab est publique, tout le monde pourra voir vos dépôts publics."
|
||||
},
|
||||
"default": true
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue