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
a32aa7da37
2 changed files with 6 additions and 6 deletions
|
@ -27,19 +27,19 @@ Git-repository manager providing wiki, issue-tracking and CI/CD pipeline feature
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Configuration
|
### Configuration
|
||||||
|
|
||||||
How to configure GitLab:
|
How to configure GitLab:
|
||||||
|
|
||||||
- With the GitLab admin panel.
|
- 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).
|
- By editing the configuration file `/etc/gitlab/gitlab-persistent.rb` (use `sudo gitlab-ctl reconfigure` after any modification of this file).
|
||||||
|
|
||||||
#### Multi-users support
|
### Multi-users support
|
||||||
|
|
||||||
* Are LDAP and HTTP auth supported? **Yes**
|
* Are LDAP and HTTP auth supported? **Yes**
|
||||||
* Can the app be used by multiple users? **Yes**
|
* Can the app be used by multiple users? **Yes**
|
||||||
|
|
||||||
## Limitations
|
### Limitations
|
||||||
|
|
||||||
* GitLab is not compatible with 32-bit architectures.
|
* GitLab is not compatible with 32-bit architectures.
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -23,19 +23,19 @@ Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bu
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Configuration
|
### Configuration
|
||||||
|
|
||||||
Comment configurer GitLab :
|
Comment configurer GitLab :
|
||||||
|
|
||||||
- Avec le panneau d'administration de 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.
|
- 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
|
### Support multi-utilisateurs
|
||||||
|
|
||||||
* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui**
|
* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui**
|
||||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
||||||
|
|
||||||
## Limitations
|
### Limitations
|
||||||
|
|
||||||
* L'application GitLab n'est pas compatible avec les architectures 32-bit.
|
* L'application GitLab n'est pas compatible avec les architectures 32-bit.
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
Loading…
Reference in a new issue