Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
1 answer

How to use nohup properly within an ssh session invoked by gitlab-runner?

I use gitlab runner's ssh executor to access an embedded device via ssh. I want to run a script there. Basically the script invokes an upgrade routine on the device using dbus. Simple enough, isn't it? #!/bin/bash dbus-send --session --print-reply…
0
votes
2 answers

Securing ssh on a server with git

To prevent ssh brute-force attacks on our department servers I can firewall them from the greater internet and allow access from our campus subnet only. I can still get to them from the outside either via VPN or through a centrally-managed gateway…
Spacedman
  • 101
  • 4
0
votes
0 answers

gitlab installation failing on debian 9.6

I'm having a issue on Debian 9.6. When installing gitlab an error is returned: Setting up gitlab (8.13.11+dfsg1-8+deb9u3) ... Creating/updating gitlab user account... Making gitlab owner of /var/lib/gitlab... Could not find gem 'rails (~> 4.2, >=…
Fabrizio Mazzoni
  • 671
  • 1
  • 9
  • 24
0
votes
1 answer

GitLab OpenID Connect Provider - User info missing email claim

I have asked this question on the GitLab forum as well: https://forum.gitlab.com/t/openid-connect-user-info-missing-email-claim/21902 I’m not familiar with OAuth or OpenID Connect. I’m having trouble using GitLab as OpenID Connect provider. The…
0
votes
1 answer

Postfix not starting in gitlab docker container

I am trying to get postfix running on the gitlab/gitlab-ce:9.3.6-ce.0 docker container and it doesn't seem to work startup I get the following error: postfix start postfix/postfix-script: starting the Postfix mail system postfix/postfix-script:…
0
votes
1 answer

PHP app under subdomain of Gitlab's nginx

I have set up Gitlab using Omnibus. It has embedded nginx. It works fine on ports 80 and 443. On 8083 I also have installed VestaCP. VestaCP has Softaculous. Using Softaculous I have installed a PHP application under a subdomain. Unfortunately, when…
spam
  • 101
  • 2
0
votes
1 answer

Gitlab uninstall issue

I am using Redhat linux in my web server and I had git repositories manually setup in one ip called 192.168.0.100. This was installed under a user called git. I have been accessing git by calling like: git clone…
prakash
  • 3
  • 1
0
votes
0 answers

How to connect jenkins to a gitlab which required a client ssl?

I need to work with a self hosted gitlab repository protected by 2 way ssl authentication. So to connect aside git's own credentials, the request to git should come with a client ssl. From the browser point of view. When the pfx certificate is…
black sensei
  • 609
  • 3
  • 10
  • 25
0
votes
1 answer

Dockerized Gitlab-runner can't find Gitlab container

Beginner here :) I’ve set up a Gitlab instance on my company’s local network. It is hosted in a docker container, running on a dedicated server, whose hostname is “devserver” This Gitlab instance is reachable via “https://mycompanygit”, because the…
Munshine
  • 101
  • 1
0
votes
1 answer

nginx proxy pass not

I have a Nginx web server working as a proxy server. It proxy two different web servers one IIS and the other GitLab server. The first virtual address works with no problems but the second does not work. I have included my config below. This config…
0
votes
0 answers

Gitlab Runner installation Docker in Docker

Alright, so I am trying to install, register and successfully use a Gitlab Runner as a container in docker with the executor docker, basically docker in docker. I had some problems with it but was able to solve them on my own. I am running gitlab-ce…
0
votes
1 answer

Gitlab Verify return code: 21 (unable to verify the first certificate)

I'm having some problems that I hadn't before with Gitlab and Git. I updated my SSL on my Debian server as I usually do each year and git doesn't work as intended anymore Apache Web Server and Gitlab CE hosted website are working well with HTTPS. I…
Otto
  • 145
  • 2
  • 10
0
votes
0 answers

Gitlab mails are not received

I've installed gitlab on a centOS 7 server with omnibus package but when I try to create an user on gitlab the mails are not sent. I've opened the post 25 with : sudo firewall-cmd --add-port=25/tcp But I'm not sure about the psotfix…
afdi2
  • 3
  • 2
0
votes
1 answer

Cannot acces to gitlab on my own CentOS 7 server

I've installed gitlab on centos 7 and I can't access to the login page ,I think I could be a problem with some port.In the server is installed apache too. I've setted the external_url external_url 'http://192.168.0.6:8082' But when I try to…
afdi2
  • 3
  • 2
0
votes
1 answer

Apache subdomain setup

I am using Apache 2.4, on Debian 9. I can access all my subdomains from my mobile phone. However on my local network, from separate clients (windows 8, Debian (not the server), and Mac OS 10.10), from different browsers (Firefox, Chrome, Brave), I…