Questions tagged [gitlab-omnibus]

Omnibus Gitlab creates platform-specific, full-stack downloadable packages for GitLab.

This is a fork of the original Omnibus project, designed to work specifically with GitLab.

Supported platforms (as of June, 2016) include:

  • CentOS 6 (and RedHat/Oracle/Scientific Linux 6)
  • CentOS 7 (and RedHat/Oracle/Scientific Linux 7)
  • Debian 7
  • Debian 8
  • Ubuntu 12.04
  • Ubuntu 14.04
  • Ubuntu 16.04
  • Raspian on Raspberry PI 2
352 questions
6
votes
2 answers

Resolving Errors With Git Index Too Small

I recently updated the development server that hosts our code repos to a newer version of Ubuntu (18.04). As part of the process git was upgraded to version 2.23.0. The actual application servers where the code gets deployed to need to be able to…
pbuchheit
  • 1,371
  • 1
  • 20
  • 47
6
votes
3 answers

Why Gitlab fails importing repository from local network with status code 128?

I have recently installed GitLab with Docker in a server within a local network. I am trying to migrate a repository I mantained locally in my PC. I exposed it through a local HTTP server within my local network as a workaround, just to be able to…
SebasSBM
  • 860
  • 2
  • 8
  • 32
6
votes
1 answer

Gitlab docker not working if external_url is set

I've been struggling for a while with a problem that I'm still unable to solve. Help would be much appreciated! What I did: 1) Install Gitlab-CE using the docker image (8.9.6-ce.0) on an Ubuntu 16.04.1 LTS virtual machine in my server following…
neneItaly
  • 263
  • 2
  • 9
6
votes
1 answer

How to use GitLab and Gitlab-Mattermost on one machine?

My conf-file: external_url "http://192.168.3.23" # note the use of a dotted ip gitlab_rails['gitlab_email_enabled'] = true gitlab_rails['gitlab_email_from'] = 'gitlab@myhome.com' gitlab_rails['gitlab_email_display_name'] =…
scientistnik
  • 343
  • 4
  • 19
5
votes
0 answers

Gitlab EE - Gitlab Pages setup without wildcard domain

I can't figure out how to setup Gitlab Pages on my self-hosted Gitlab instance without wildcard domains. For example, I have 1 server with 3 public IP addresses and domain names: 10.8.0.10 (git.example.com) - main GitLab instance 10.8.0.11…
5
votes
3 answers

Login to docker registry located in Gitlab

I created a docker registry and want to connect it with GitLab. I followed this documentation https://docs.gitlab.com/ce/user/project/container_registry.html. After that I tried to login to docker, but I received 401 or Access denied, do you know…
Krasimir
  • 1,806
  • 2
  • 18
  • 31
5
votes
2 answers

Install Gitlab on AWS

My company has a master codebase and several instances of the same codebase i.e company.com/instance1, company.com/instance2, company.com/instance3 and so on running on AWS and a mysql database. I thought it would help if we install gitlab on AWS as…
sunshine
  • 371
  • 1
  • 4
  • 18
5
votes
3 answers

What permissions does nginx need for the Gitlab-workhorse socket?

I've been trying to get this sorted all day. I'm running an omnibus install of GitLab on Ubuntu 14.04, using an existing nginx install. I can login, create projects, issues, etc. but I cannot push/pull, clone or anything to a project from the…
RyGuy
  • 508
  • 6
  • 18
4
votes
1 answer

connection to gitlab container registry refused

I have enabled the Continer Registry on Gitlab under the gitlab.yml file where I have set the registry_external_url to look like this http://registry.domain. I have configured my .gitlab-ci.yml to log in Docker this way: docker login -u…
4
votes
2 answers

using api gitlab to download file

EDIT 2: It's working I have added raw parameter Thanks a lot to Arty-chan. curl --insecure --request GET --header 'PRIVATE-TOKEN: Y_F8YP3nUnFbzhxkQvgo'…
rab
  • 133
  • 2
  • 13
4
votes
2 answers

Restrict access to gitlab container registry

I want to be able to let the users push a docker file along with code to gitlab and let the gitlab build the image, that can then be pulled by authenticated user of the project. The problem is , I want to make sure the users dont push docker images…
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73
4
votes
2 answers

Is it possible to install gitlab using local IP address of machine instead of domain name?

Is it possible to install Gitlab using the local IP address of the machine instead of domain name? If yes then how?
4
votes
1 answer

Gitlab-runner permissions

Trying out gitlab and trying to build a simple create-react-app project. However, I'm having issues with the gitlab-runner. I'm running gitlab on an EC2 instance using the AMI from gitlab that's in the amazon marketplace. by yml is really…
bluegreymouse
  • 137
  • 1
  • 11
4
votes
1 answer

GitLab installation fail on Debian

I'm trying to install GitLab on a Debian 8.5.0. I folow the installation guide but the last step fail and I don't find any information in documentation. The gitlab-ctl reconfigure finish by Running handlers: Running handlers complete Chef Client…
Techniv
  • 1,967
  • 15
  • 22
4
votes
0 answers

Where are ALL GitLab's user data stored?

I'm learning to find my way through a GitLab CE installation, in anticipation of automating its deployment into our infrastructure. We codify our deployments so that we can easily redeploy or upgrade: bytes are either put in place by the deployment…
Sander Verhagen
  • 8,540
  • 4
  • 41
  • 63
1 2
3
23 24