mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Merge branch 'use-add-config' of https://github.com/YunoHost-Apps/gitlab_ynh into use-add-config
This commit is contained in:
commit
65c470cacd
2 changed files with 34 additions and 0 deletions
17
README.md
17
README.md
|
@ -25,6 +25,23 @@ Git-repository manager providing wiki, issue-tracking and CI/CD pipeline feature
|
|||
|
||||
.png)
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure GitLab:
|
||||
|
||||
- With the GitLab admin panel.
|
||||
- By editing the configuration file `/etc/gitlab/gitlab-persistent.rb` (use `sudo gitlab-ctl reconfigure` after any modification of this file).
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
* Are LDAP and HTTP auth supported? **Yes**
|
||||
* Can the app be used by multiple users? **Yes**
|
||||
|
||||
## Limitations
|
||||
|
||||
* GitLab is not compatible with 32-bit architectures.
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://gitlab.com
|
||||
|
|
17
README_fr.md
17
README_fr.md
|
@ -21,6 +21,23 @@ Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bu
|
|||
|
||||
.png)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Configuration
|
||||
|
||||
Comment configurer GitLab :
|
||||
|
||||
- Avec le panneau d'administration de GitLab.
|
||||
- En éditant le fichier de configuration `/etc/gitlab/gitlab-persistent.rb` et en éxécutant la commande `sudo gitlab-ctl reconfigure` pour réactualiser la configuration.
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
|
||||
* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui**
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
||||
|
||||
## Limitations
|
||||
|
||||
* L'application GitLab n'est pas compatible avec les architectures 32-bit.
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://gitlab.com
|
||||
|
|
Loading…
Add table
Reference in a new issue