2022-06-02 13:50:49 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-06-08 17:46:46 +02:00
# GitLab pour YunoHost
2022-06-02 13:50:49 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/gitlab.svg )](https://dash.yunohost.org/appci/app/gitlab) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/gitlab.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/gitlab.maintain.svg )
2021-05-28 17:18:32 +02:00
[![Installer GitLab avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=gitlab)
2020-06-08 17:46:46 +02:00
2021-05-28 17:18:32 +02:00
*[Read this readme in english.](./README.md)*
2020-06-08 17:46:46 +02:00
2021-05-30 16:47:11 +02:00
> *Ce package vous permet d'installer GitLab rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
2020-06-08 17:46:46 +02:00
## Vue d'ensemble
2021-12-09 15:11:37 +01:00
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD
2020-06-08 17:46:46 +02:00
2022-07-22 17:39:03 +02:00
**Version incluse :** 15.2.0~ynh1
2020-06-08 17:46:46 +02:00
2021-05-30 16:47:11 +02:00
**Démo :** https://gitlab.com/explore
2020-06-08 17:46:46 +02:00
2021-05-28 17:18:32 +02:00
## Captures d'écran
2020-06-08 17:46:46 +02:00
2022-06-02 13:50:49 +02:00
![Capture d'écran de GitLab ](./doc/screenshots/GitLab_running_11.0_(2018-07 ).png)
2020-06-08 17:46:46 +02:00
2021-05-30 17:17:35 +02:00
## Avertissements / informations importantes
2021-05-30 17:19:06 +02:00
### Configuration
2021-05-30 17:17:35 +02:00
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.
2021-05-30 17:19:06 +02:00
### Support multi-utilisateurs
2021-05-30 17:17:35 +02:00
* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
2021-05-30 17:19:06 +02:00
### Limitations
2021-05-30 17:17:35 +02:00
* L'application GitLab n'est pas compatible avec les architectures 32-bit.
2021-05-30 20:25:22 +02:00
2021-05-28 17:18:32 +02:00
## Documentations et ressources
2020-06-08 17:46:46 +02:00
2022-06-02 13:50:49 +02:00
* Site officiel de l'app : < https: // gitlab . com >
* Documentation officielle de l'admin : < https: // docs . gitlab . com />
* Dépôt de code officiel de l'app : < https: // gitlab . com / gitlab-org / omnibus-gitlab - https: // gitlab . com / gitlab-org / gitlab >
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_gitlab >
* Signaler un bug : < https: // github . com / YunoHost-Apps / gitlab_ynh / issues >
2020-06-08 17:46:46 +02:00
2020-12-23 17:08:21 +01:00
## Informations pour les développeurs
2020-06-08 17:46:46 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-06-02 13:50:49 +02:00
``` bash
2020-06-08 17:46:46 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
2021-05-30 16:47:11 +02:00
ou
2020-06-08 17:46:46 +02:00
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
```
2021-05-28 17:18:32 +02:00
2022-06-02 13:50:49 +02:00
**Plus d'infos sur le packaging d'applications :** < https: / / yunohost . org / packaging_apps >