Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
1
vote
1 answer

Gitlab: migrating uploaded files to S3

I'm hosting my own Gitlab instance and after some time using it, I'm willing to move the uploaded files (files attached to issues/comments) to S3. I know I can configure Gitlab to use an S3 bucket as object storage, but that won't move the files…
alexandernst
  • 534
  • 3
  • 9
  • 21
1
vote
1 answer

No prometheus in Gitlab Omnibus

Setup: Ubuntu 14.04 with all recent updates, Gitlab Omnibus version 11.7.3 (latest) ~$ sudo grep prometheus /etc/gitlab/gitlab.rb prometheus_monitoring['enable'] = true prometheus['enable'] = true prometheus['listen_address'] = ':9090' The…
wl2776
  • 181
  • 1
  • 9
1
vote
1 answer

accessing a centos7 server from a centos6 machine

My Background: I have been tasked with upgrading our task management from Trac/BZR to Git/GitLab. I’m not familiar with servers, and although I’ve worked with Linux machines for several years I’ve never done anything as backend as this. Forgive me…
DrewAtWork
  • 13
  • 2
1
vote
3 answers

Automatically block Gitlab users, removed from LDAP

I've migrated this question from StackOverflow. I'm administering a Gitlab-Omnibus (Community Edition) instance in our company as an additional duty. Gitlab uses company's Active Directory server for authentication. Our network managers create AD…
wl2776
  • 181
  • 1
  • 9
1
vote
1 answer

SSO between gitlab and azure AD doesnt work

### OmniAuth Settings ###! Docs: https://docs.gitlab.com/ce/integration/omniauth.html gitlab_rails['omniauth_enabled'] = true gitlab_rails['omniauth_allow_single_sign_on'] = ['azure_oauth2'] # gitlab_rails['omniauth_sync_email_from_provider'] =…
1
vote
1 answer

How to configure gitlab omnibus installation to use mysql instead of postgresql

I'm trying to install gitlab (omnibus) latest version on ubuntu 18.04. And my earlier version is gitlab (source) is using mysql. I want to manually copy the tables from the old version and hence want this installation this to use mysql. Any…
Electrix
  • 23
  • 3
1
vote
1 answer

Run Redmine and Gitlab on unique apache server

I work on a project where im supposed to run simultaneously GitLab and Redmine on the same virtual machine using apache2. I started to install omnibus-GitLab (documented here https://about.gitlab.com/installation/#ubuntu) and edited the gitlab.rb to…
dAdOuCx
  • 11
  • 2
1
vote
0 answers

Nginx Configuration for GitLab as a subdirectory of a domain

I am trying to configure Nginx on one server to route to a default GitLab installation on another server (192.168.1.3) through reverse proxy such that GitLab would work at the path http://myserver/gitlab, https://myserver/gitlab, http://192.168.1.3,…
Ice Drake
  • 25
  • 1
  • 3
  • 9
1
vote
0 answers

how to manage Multiple User Acceptance Tests at once

Our current setup has the following environments: development testing staging production We are finding that things are being held back at the testing phase due to UAT taking longer than expected due to time available of the user. I was thinking…
David
  • 841
  • 3
  • 14
  • 31
1
vote
2 answers

Change name of running container with host Ubuntu 16.04.4 LTS

My host: » lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial My docker: » docker --version Docker version 17.05.0-ce, build 89658be What I tried: 1) Setting…
blueFast
  • 4,200
  • 13
  • 37
  • 54
1
vote
0 answers

Gitlab - routing LFS traffic through LAN

Gitlab (10.2.1) running on a local server (ubuntu 16.04). Goal is to grant remote contractors public access (https://gitlab.example.com) while those on premises route through lan for best performance (a huge repo with many large binaries) We have a…
1
vote
1 answer

how to set the image volume in gitlab-runner with docker executor

Okay, so I've researched all over for this and can't seem to find a definitive answer. I want to know how gitlab-runner docker executor sets the volumes for the image. I see from the second URL I posted you can put the directory on the host to be…
Caperneoignis
  • 111
  • 1
  • 6
1
vote
0 answers

Port forwarding to a Gitlab server running on a Docker container

I am trying to setup a gitlab server in my local server and open it to internet access. I followed these steps: 1) Container created using the image at https://github.com/sameersbn/docker-gitlab, by running wget…
1
vote
0 answers

Gitlab SSH shell in Docker behind an ELB

I'm wondering what is the best solution to following case: I'm running Gitlab CE on EC2 instance with Docker (Gitlab shell port is 2222) and Gitlab is behind an ELB. How should I proxy trafic to Gitlab ssh shell ? Throught the ELB or in some other…
pgrzesik
  • 131
  • 3
1
vote
0 answers

Use Gitlab oauth service for Nexus3

I've a brand new Nexus Repository Manager version 3.6.1 and a Gitlab 10.0.3. I'ld like to use Gitlab as a oauth provider for authentification (I'm already doing that for Jenkins & SonarQube). Seems it was possible with a plugin for Nexus 2, and…
Rémy
  • 286
  • 1
  • 2
  • 8