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
|
## 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
|
**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
|
## 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
|
**Version incluse :** 14.5.0~ynh1
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "GitLab configuration"
|
||||||
name = "Overwriting config files"
|
name = "Overwriting config files"
|
||||||
|
|
||||||
[main.overwrite_files.overwrite_nginx]
|
[main.overwrite_files.overwrite_nginx]
|
||||||
ask = "Overwrite the nginx config file ?"
|
ask = "Overwrite the NGINX config file?"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
help = "If the file is overwritten, a backup will be created."
|
help = "If the file is overwritten, a backup will be created."
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"version": "14.5.0~ynh1",
|
"version": "14.5.0~ynh1",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features.",
|
"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."
|
"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",
|
"url": "https://gitlab.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
|
@ -46,8 +46,8 @@
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"help": {
|
"help": {
|
||||||
"en": "If your Gitlab instance is public, anyone can see your public repositories.",
|
"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."
|
"fr": "Si votre instance GitLab est publique, tout le monde pourra voir vos dépôts publics."
|
||||||
},
|
},
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue