1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
GitLab package for YunoHost
Find a file
2021-01-19 01:59:31 +01:00
conf add attributes to ldap config 2021-01-19 01:59:31 +01:00
scripts add attributes to ldap config 2021-01-19 01:59:31 +01:00
.gitlab-ci.yml Add CI 2018-12-16 23:01:36 +01:00
actions.json Use new permission system 2019-11-06 21:50:16 +09:00
check_process Upgarde to 13.7.0 2020-12-23 16:58:58 +01:00
config_panel.json Merge branch 'testing' into new-permissions-system 2021-01-19 01:13:42 +01:00
LICENSE Update LICENSE 2018-12-17 18:36:20 +01:00
manifest.json Merge branch 'testing' into new-permissions-system 2021-01-19 01:13:42 +01:00
pull_request_template.md Update pull_request_template.md 2019-06-02 23:08:21 +02:00
README.md 13.7.4 2021-01-15 11:36:43 +01:00
README_fr.md 13.7.4 2021-01-15 11:36:43 +01:00
upgrade-versions.sh add attributes to ldap config 2021-01-19 01:59:31 +01:00

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

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