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-05-15 15:34:39 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:47:12 +02:00
conf 13.11.1 2021-04-23 14:18:25 +02:00
scripts Do not crash if we can't add more swap 2021-05-15 15:34:39 +02: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 fix ssh 2021-05-15 11:00:03 +02:00
README.md 13.11.2 2021-04-28 19:30:30 +02:00
README_fr.md 13.11.2 2021-04-28 19:30:30 +02:00
upgrade-versions.sh Add arm64 support 2021-03-29 11:46:48 +02: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.11.2

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