Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
0 answers

How to have Gitlab send requests to https url?

I have an AWS ELB in charge of the https endpoint of my application. Each request on port 443 get redirected to port 80 of an Ubuntu 14.04 EC2 instance running Gitlab Omnibus version 8.10.4-ce. In gitlab configuration (/etc/gitlab/gitlab.rb), I…
Luc
  • 518
  • 3
  • 5
  • 21
0
votes
0 answers

Gitlab - HTTPS authentication failed

I am upgrading an old Gitlab (manually installed) from 5.0 to 8.0 through 5.1, 6.0, 6.1, 7.14 and 8.0. Every steps were ok except the access through HTTPS with git command lines, in all versions. A git clone over SSH iw working. A git clone over…
lazzio
  • 306
  • 1
  • 2
  • 11
0
votes
1 answer

Attempts to update gitlab fails with error

Context: We're trying to migrate our gitlab server from one provider to another and upgrade it to the latest release and we're trying to find a way to do it in a way that doesn't break everything. I have a VPS with a gitlab version 7.0.0 (omnibus)…
fortesama
  • 15
  • 1
  • 8
0
votes
1 answer

Gitlab (7.10.1) sidekiq not starting

Gitlab is not starting anymore. It was working properly for more then 6 months, but now service gitlab start ends with: Waited 30s for the processes to write their pids, something probably went wrong. sidekiq.log output is:…
0
votes
0 answers

Working with GitLab through DNS server

I'm using GitLab Community Edition 8.6.6 6d3805b, installed on the machine gitlab.somedomain.com. But users can access to this machine only through DNS server git-remote.somedomain.com. All repositories in GitLab have such URLs: ssh:…
VeLKerr
  • 145
  • 6
0
votes
0 answers

GitLab on CentOS 7 (not sending email) after applying recommendations

GitLab not sending mails and GitLab email notifications not sending have been attempted with no success. I have an GIT with GitLab as a web management setup. However, invitation/confirmation emails are not being sent despite using gmail-smtp and…
user192756
0
votes
3 answers

On Git Push to one server, also pull the pushed files using ftp?

Sorry if the title is confusing... So, we have 2 servers. A Root Server for internal Stuff (GitLab, etc) and one managed server where we don't have SSH. Just Plesk and FTP. So basically, I git push my commits to the root server running gitlab. After…
PoTTii
  • 21
  • 1
  • 4
0
votes
1 answer

Gitlab rpm version

It is recommended to installed Gitlab as a Omnibus package. Packages are available for the popular deb and rpm formats. Packages are available here. There is a also script that automates installation. There are the following recent packages…
idobr
  • 103
  • 3
0
votes
1 answer

Upgrade Wheezy -> Jessie, Gitlab index page not working

I installed gitlab on my Debian Wheezy server a few days ago and I managed to get it working with: Apache Relative URL (/gitlab) HTTPS I installed it from source following the official installation guide. I just upgraded to Debian Jessie and after…
Holt
  • 181
  • 2
  • 8
0
votes
1 answer

Gitlab omnibus fails to add ssh key

tldr: there is no /home/git directory where .ssh/authorized_keys should be. Is this the expected with Omnibus installs? System is Debian 8.2 I'm trying to set up ssh keys for my gitlab user. I can add it into the webui, but on the admin>background…
danielr
  • 1
  • 2
0
votes
1 answer

How to merge Git and GitLab users

I am running a new GitLab 8.3 installation and I have imported my old/existing Git repositories. For commits that were created before switching to GitLab, it displays a link to that person's email address but not a link to their profile. Is there a…
0
votes
0 answers

Using GitLab Omnibus behind Nginx

I installed the omnibus package in my Debian server. The thing is, I actually have Nginx installed, used to serve some other services. How can I redirect, e.g. myserver.com/gitlab to the Gitlab's own Nginx? I don't know if there's another way to do…
0
votes
1 answer

Configure Gitlab to work with a non bundled Nginx server using different port than 80

I have an Ubuntu 14.4 server which has Nginx on it, I installed Gitlab omnibus package on it which is bundled with it's own Nginx server, So for the sake of using only one Nginx server to save resources i configured Gitlab to use the non bundled…
0
votes
0 answers

Using gitlab with apache2

I'm trying to install GitLab on my Debian 8 server while using apache2 instead of nginx. Problem is that I get Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET…
ProfGhost
  • 145
  • 1
  • 6
0
votes
1 answer

Why I have a 302 redirect after changing SSL certificate?

I have a VPS with Ubuntu Server 14.04 and I installed GitLab with different sites served by Apache2. The GitLab version is Omnibus package 7.14.1. I had successfully configured GitLab with HTTPS and with a self-signed certificate for testing (say…
sgy
  • 101
  • 1