Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
0 answers

Pointing a gitlab install to a domain name

What I am trying to do is have a web url on another hosted domain, point to a gitlab omni install on another server, on another network. The crux, is that I don't want to work under an IP, but the IP should resolve into the subdomain pointed at it..…
BobbleHead
  • 21
  • 4
0
votes
1 answer

ERR_SSL_PROTOCOL_ERROR apache hosting gitlab

I am hosting Gitlab on digital ocean and I have setup Gitlab to use Apache. When I create a VirtualHost for gitlab I get SSL. It works when VirtualHost is set to but then when I change it to my domain I get an error in chrome…
declan.marks
  • 1
  • 1
  • 3
0
votes
2 answers

command not found when using docker container

I use a docker container in my gitlab ci to login into a server via ssh. When I login into the server via my computer is it possible to run php70 or /usr/bin/php71 without errors. Also there is the typical user@pc:path on the left side. When I use…
fibis
  • 21
  • 1
  • 1
0
votes
0 answers

Cannot push to gitlab with ssh through a jump host

I'm trying to push a git repo from my local machine to a gitlab server that's behind a firewall. I can ssh to a machine that's behind the firewall so I have configured ~/.ssh/config so that connections to gitlab go through the second machine as a…
bj0
  • 101
  • 2
0
votes
1 answer

Gitlab fails to upgrade to 9th version

This is what I have, [git]~> dpkg -l | grep gitlab rc gitlab 7.7.2-omnibus.5.4.2.ci-1 amd64 The full stack of gitlab iF gitlab-ce 9.0.0-ce.0 amd64 …
Edik Mkoyan
  • 115
  • 5
0
votes
1 answer

Restart tomcat using gitlab-runner

I have .gitlab-ci.yml configuration with: deploy-integration: stage: deploy script: - cp target/example.war /var/webapps - service tomcat7 restart But execution wasn't successful because of: $ service tomcat7 restart You need root…
Justas
  • 221
  • 1
  • 6
  • 12
0
votes
1 answer

updating ssl cert for gitlab using certbot & lets encrypt

I am running gitlab on ubuntu 14. The previously configured cert has expired (no cron entry was setup for renewal). I am trying to setup certbot (with let's encrypt) to renew the cert and then setup the crontab entry for auto renewals. When I run…
ali haider
  • 1,140
  • 3
  • 16
  • 29
0
votes
1 answer

OpenSSH relay for specific host

at the moment I take care of a network for a company which has different subdomains pointing all at the same IP-address for different purposes. We have example.com for their website and gitlab.example.com for their Gitlab instance. Currently we want…
0
votes
1 answer

Gitlab error 502 on plesk server

On a VPS running on CentOS 6.8 with Plesk 12.0.18 I installed Gitlab Omnibus 8.12.7 - after few configuration it worked great for Plesk and Git (I was able to access plesk and websites managed by it, and to push/pull on the git server). I just had…
vard
  • 103
  • 5
0
votes
1 answer

GitLab: SMTP mail works from console only

I have a Linux Ubuntu 16.04.1 installed on a VM. I have installed GitLab 8.12.6 using the instructions from the GitLab site, and encountered problems in making Gitlab to send mails. I want to use an SMTP server with another domain name than the…
KooDooMoo
  • 101
  • 3
0
votes
0 answers

gitlab-runner with docker+machine (to AWS) not working

I have a question regarding gitlab-runner, docker+machine and AWS. I have setup gitlab-ce (works great, as usual), and a second server with gitlab-runner. The gitlab-runner server is configured to use docker+machine which should connect to AWS.…
Peter van Arkel
  • 123
  • 2
  • 6
0
votes
2 answers

Access Docker URL from within a VM

I have setup a gitlab-ce docker container inside a VM(running Ubuntu 14.4). Once I run the docker image, I am able to access it on my network as 'machinename.local' where machinename is my VM. However, I would like to(if possible) access the docker…
0
votes
2 answers

Setup GitLab behind nginx with https and responding on different port

Dear serverfault community, I have recently installed bundled GitLab on my VPS running Ubuntu14.04. To get it running, I have used nginx, which is routing one particular subdomain to GitLab over http. So far so good, it works fine and does not…
olhur
  • 3
  • 4
0
votes
1 answer

How to force gitlab-ctl to show the installation-type prompt?

When gitlab-ctl reconfigure is run for the first time, a menu is shown. I would like to choose another setup, but when the command is run again it immediately starts without showing the menu: root@host:~# gitlab-ctl reconfigure Starting Chef Client,…
030
  • 5,901
  • 13
  • 68
  • 110
0
votes
1 answer

Jenkins+Gitlab plugin stopped sending emails on failures after upgrading Jenkins to v2

We have a Jenkins server with the Gitlab plugin installed. It was working fine before -- a push to Gitlab would tell Jenkins to build, and if there were any errors, Gitlab was notified and the person who pushed would get an email notification. After…
Greg
  • 1,423
  • 2
  • 13
  • 13