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…
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…
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)…
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:…
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:…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…