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…
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…
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, >=…
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…
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:…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…