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
0
votes
1 answer

How do I make nginx accept unencrypted http traffic on the local network?

I'm running nginx bundled with gitlab, and it has a ssl cert, but the ssl cert is only for the public domain, so now nginx wont accept traffic that isn't encrypted, and because of this I cant access my server from the local network (which is my home…
chabad360
  • 640
  • 1
  • 8
  • 16
0
votes
1 answer

Where to store the ssh public key for connecting GitLab to Bitbucket?

I'd like to connect (an Omnibus install of) GitLab to Bitbucket. According to the documentation, I need to create and store a public key for it: GitLab will automatically register your public key with Bitbucket as a deploy key for the…
marcv
  • 1,874
  • 4
  • 24
  • 45
0
votes
1 answer

How to restore the backup from gitlab omnibus to gitlab when installed from source

I have read the documentation about backup and restore gitlab but I have problem with my existing server when I have 1 server installed gitlab omnibus and 1 server gitlab installed from source. It's possible to restore backup files from gitlab…
0
votes
2 answers

Gitlab 8.0.3 with Apache2 / Nginx

Background Ubuntu 15.10 Apache/2.4.10 (Ubuntu) Module dependencies are all enabled : mod_rewrite mod_proxy mod_proxy_http GitLab Community Edition 8.0.3 GitLab docroot : /opt/gitlab/embedded/service/gitlab-rails/public I install GitLab this way :…
noraj
  • 3,964
  • 1
  • 30
  • 38
0
votes
1 answer

Gitlab (AWS) authentication using on-premise LDAP (Win 2008 R2)

I have installed GitLab Omnibus Community Edition 8.0.2 for evaluation purpose. I am trying to connect Gitlab (Linux AMI on AWS) with our on-premise LDAP server running on Win 2008 R2. However, i am unable to do so. I am getting following error…
Technext
  • 7,887
  • 9
  • 48
  • 76
0
votes
1 answer

Gitlab ci omnibus access rights

i have gitlab omnibus, 8.0.4 version, installed on private server, we need to remove access right from reporter to read/pull/download code, so we dont want reporter to viewer the source code I think it can be done through editing some file on the…
aissa
  • 13
  • 6
0
votes
1 answer

Restore GitLab 6.9.1 backup to new GitLab 7.14 instance

I'm in the process of building a new server to upgrade from GitLab 6.9.1 to the latest version of GitLab (7.14.1) on Ubuntu 14.04 LTS. I've created a backup of the GitLab instance using the following command: sudo gitlab-rake…
dspencer
  • 918
  • 2
  • 8
  • 38
0
votes
2 answers

Chef with omnibus using 3rd party gems

Could someone please help with a question regarding use of a 3rd party gem with an omnibus installation running Chef recipes? I would like to use a 'p4ruby' gem that has been packaged up with omnibus and should be available for use in a recipe using…
ScottW
  • 1
0
votes
1 answer

Testing project deployment ci-runner

Good afternoon I started working with gitlab recently trying to figure out if it will fit with a need we have on an UX administration team. I've created 3 servers on our cloud for testing as follows: Server_1 Gitlab and Gitlab-CI Server_2 Gitlab…
Colin Moreno Burgess
  • 1,432
  • 1
  • 12
  • 17
-1
votes
0 answers

GITLAB: Not able to restore all repositories gitlab

I am trying restore GITLAB from old to new server. The issue is some repositories are skipping. It seems like rep which have general successfully restore. I am following the offical docs…
-1
votes
1 answer

How do I run gitlab on kubernetes?

The task I carreid out ↓ Hyper-V, Ubuntu 20.04, k8s 1.23.6, Docker 20.10.14 Installation Set up a K8s Cluster(Control Plane 1EA, Worker node 1EA) kubectl apply nginx deployment, nginx service (for test gitlab on k8s) nginx-svc.yaml apiVersion:…
-1
votes
1 answer

Gitlab pipeline fails

self hosted 13.2.2-ee My pipeline is failing, and I am not sure why. I looked in /var/log/gitlab/gitlab-rails/kubernetes.log but didn’t see anything My stages for building and sending my docker images to the repo are working, but for the review…
-1
votes
1 answer

what should i set the "external_url" for gitlab server in ubuntu on my desktop

I'm trying to install gitlab server on ubuntu 18.04. But now i need to setup the external_url so as to run the gitlab on my system. I want to run the gitlab server on my local network. How to go about this ?
user8144524
-1
votes
1 answer

Deploy GitLab with Helm. Nginx-ingress pods can't start

Call install: helm install --name gitlab1 -f values.yaml gitlab/gitlab-omnibus I see Pods can't start. And I see error:no service with name nginx-ingress/default-http-backend found: services "default-http-backend" is forbidden: User…
Ivan
  • 173
  • 1
  • 4
  • 18
-1
votes
2 answers

GitLab: lost gitlab-secrets.json - CipherError (bad decrypt)

I have reinstalled GitLab and forgot to back up the gitlab-secrets.json file. Now I cannot enable 2FA (was disabled) and I'm seeing this error in the production.log file: Completed 500 Internal Server Error in 15ms (ActiveRecord:…
SEB
  • 59
  • 1
  • 9
1 2 3
23
24