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

redirect www request to raspberry pi nginx server using ubuntu gitlab ce omnibus package on vm

I have the Gitlab CE installed on a Ubuntu Virtual machine. I have purchased a domain that directs traffic like gitlab.mydomain.com to the ubuntu server running gitlab. Now I am going to also send every request to mydomain to the same Ubuntu. I…
0
votes
0 answers

Can't run gitlab using exising Nginx installation

I have installed Gitlab through omnibus installation with existing NGINX installation. I was following the docs guide, installed Passenger using this guide (it also updated my installed nginx):…
Alexander Kim
  • 17,304
  • 23
  • 100
  • 157
0
votes
1 answer

Gitlab CE remote postgres ssl_mode

I'm trying to set up gitlab omnibus with a remote postgresql database. The connection between gitlab and postgres should be encrypted but I'm having trouble with the configuration. gitlab_rails['db_adapter'] =…
Tamwyn
  • 312
  • 4
  • 16
0
votes
1 answer

Gitlab Pages delivers random content

I am experiencing weird behavior with the Pages feature of GitLab Omnibus package running on an Ubuntu 16.04 virtual machine. Some projects use Pages with Jekyll built by GitLab CI, which has been working as expected since it was first published…
mcnesium
  • 1,423
  • 2
  • 16
  • 21
0
votes
1 answer

GitLab backup auto-cleanup

So I have GitLab installed on our server and I also followed their guide on how to setup the backups. Goal [Source] Create a cron task to backup the data every Tuesday - Saturday at 2:00 AM [Source] Upload the created backup file to a Windows…
dokgu
  • 4,957
  • 3
  • 39
  • 77
0
votes
1 answer

Gitlab CE password synchronized with Active Directory

I've configured Gitlab CE 9.1.2 with OmniAuth and a CAS server (Single sign on) that authenticates against an Active Directory. The login process is working fine with the auto_create option to make the automatic signup, etc... but when the user is…
Bahe
  • 31
  • 5
0
votes
1 answer

GitLab set up to send invite Email to new members

I'm new to setting up Gitlab. I have used the VSHN puppet module to install Gitlab in AWS. The Gitlab server is running fine but the email invite is not working for anyone. I have used the following configuration in site.pp file. node…
Chandresh Mishra
  • 1,081
  • 3
  • 24
  • 45
0
votes
1 answer

GitLab CE (omnibus) - Apache Letsencrypt

i am running GitLab under apache as per documentation and instructions. Now i would like to secure it with letsencrypt, but have no idea hot to let certbot/letsencrypt access /.well-known which is needed to have it issue an certificate by that…
Mitja Čebokli
  • 385
  • 4
  • 14
0
votes
1 answer

LDAP Configuration not working on Gitlab CE 8.12

We are trying to integrate our local Gitlab CE installation (omnibus, version 8.12) with our LDAP server. Unfortunately, after several changes to the following configuration, we have not been able to figure out the right…
0
votes
1 answer

update gitlab source to omnibus: no rpm?

I'm attempting to migrate from a GitLab 7.1.0 (Source) installation (on Centos6) to latest omnibus (on Centos7) using these…
jph
  • 2,181
  • 3
  • 30
  • 55
0
votes
1 answer

Run GitLab API only?

I am considering using GitLab as an authentication and Git repo service (for my open hardware electronics site kitnic.it). I don't need the front-end at all as I want to write my own front-end that makes use of the API. I am aware that I can…
kasbah
  • 903
  • 5
  • 23
0
votes
2 answers

Loop redirect with '/' in nginx proxying Gitlab CE in Omnibus package

I'm configuring a non-bundled nginx server for the Gitlab-Omnibus instance with (1) redirection of HTTP traffic to HTTPS and (2) self-signed certificate. I am permanently getting loop redirect with the root location. Here is what curl…
wl2776
  • 4,099
  • 4
  • 35
  • 77
0
votes
2 answers

Error 500 when accessing Gitlab browser interface

I'm running an instance of Gitlab Omnibus CE, version 8.15.2, on CentOS 7.3.1611. Upgrading from the 8.14 release family didn't go quite according to plan; since doing that, I've been unable to access the Gitlab browser interface. When I try to…
0
votes
1 answer

How to move from gitalb source base to gitlab omnibus?

I am trying to move gitlab-ce 8.5 source base to gitlab-ce 8.15 omnibus. We were using MySQL in source base but now we have to use thepsql with gitlab-ce omnibus`. When I was trying to take a backup so it was failing due to some empty repo.…
0
votes
1 answer

Can I use gitlab-rails to create a new rails app?

I have installed gitlab with the omnibus package on a Ubuntu-based machine, on which I'm trying to develop a rails app as well. Since gitlab installs ruby and the rails framework for itself, could I be able to use it to create new rails…