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..…
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…
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…
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…
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…
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…
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…
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…
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…
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.…
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…
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…
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,…
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…