1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
gitlab_ynh/README.md
2020-10-23 09:23:12 +02:00

2.5 KiB

GitLab for YunoHost

Integration level
Install GitLab with YunoHost

Lire ce readme en français.

This package allow you to install GitLab quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

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.

Shipped version: 13.5.0

Screenshots

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).

Documentation

YunoHost specific features

Multi-users support

  • Are LDAP and HTTP auth supported? Yes
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • GitLab is not compatible with 32-bit architectures.

Developers info

Please do your pull request to the testing branch.

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