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…
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…
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…
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…
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…
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,…
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…
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…
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…
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…
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…
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…
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…