2020-06-08 17:46:46 +02:00
# GitLab for YunoHost
2017-06-10 10:10:31 +02:00
2020-03-28 21:28:44 +01:00
[![Integration level ](https://dash.yunohost.org/integration/gitlab.svg )](https://dash.yunohost.org/appci/app/gitlab) ![](https://ci-apps.yunohost.org/ci/badges/gitlab.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/gitlab.maintain.svg)
2020-12-23 16:58:58 +01:00
[![Install GitLab with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=gitlab)
2017-06-10 10:10:31 +02:00
2020-06-08 17:46:46 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install GitLab quickly and simply on a YunoHost server.
2018-12-17 12:45:00 +01:00
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
2017-06-10 10:10:31 +02:00
2018-12-17 12:45:00 +01:00
## Overview
2017-06-10 10:10:31 +02:00
2018-12-17 12:45:00 +01:00
GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc.
2021-05-28 14:04:03 +02:00
**Shipped version:** 13.12.1
2018-12-17 12:45:00 +01:00
## Screenshots
2020-06-08 17:50:32 +02:00
![](https://upload.wikimedia.org/wikipedia/commons/9/9a/GitLab_running_11.0_%282018-07%29.png)
2018-12-17 12:45:00 +01:00
## Configuration
2020-06-08 17:46:46 +02:00
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).
2018-12-17 12:45:00 +01:00
## Documentation
* Official documentation: https://docs.gitlab.com/ce/README.html
2020-06-08 17:46:46 +02:00
* YunoHost documentation: https://yunohost.org/#/app_gitlab
2018-12-17 12:45:00 +01:00
## YunoHost specific features
#### Multi-users support
2020-06-08 17:46:46 +02:00
* Are LDAP and HTTP auth supported? **Yes**
* Can the app be used by multiple users? **Yes**
2018-12-17 12:45:00 +01:00
#### Supported architectures
2020-06-08 17:46:46 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/gitlab%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/gitlab/)
2019-05-03 09:47:57 +02:00
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/gitlab%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/)
2018-12-17 12:45:00 +01:00
## Limitations
2020-06-08 17:46:46 +02:00
* GitLab is not compatible with 32-bit architectures.
2018-12-17 12:45:00 +01:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/gitlab_ynh/issues
* App website: https://gitlab.com
2019-05-11 01:23:40 +02:00
* Upstream app repository: https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab-ce
2018-12-17 12:45:00 +01:00
* YunoHost website: https://yunohost.org/
---
2020-12-23 17:08:21 +01:00
## Developers info
2018-12-17 12:45:00 +01:00
Please do your pull request to the [testing branch ](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing ).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
or
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
```