I have a technical question, I have an on premise Gitlab on a private network and I would like to have an integration (Localize), there documentation says that I have to whitelist a range of IP adresses, Localize also have to use a domain name so…
I'm trying to run GitLab's omnibus installer and use my organization's SSL certificate, but SSL clients complain that the certificate issuer is unknown. How am I supposed to configure intermediate certificates in the trust chain?
My set up starts…
I'm using ansible and i'm wondering. Is it possible to rewrite a local ssh key to a remote machine? I need to clone a repository using my private key on a remote machine. I cannot add the key from the machine in this case )this key will vary…
My company has a certificate for https://data.ddl.at, which has, among others, a SAN (Subject Alternative Name) for gitlab.ddl.at.
This Gitlab-Server is internal, and the domain name is only resolved by our internal DNS-Server.
For reference, there…
Good evening,
I'm currently trying to get my hands a bit more deeper into linux then im familiar with.
Lets get straight to my problem:
First, lets talk about my setup.
I have 3 servers, with each having a public IP.
Each server is part of a…
I use a scaleway kubernetes cluster v1.21.1 managed by gitlab.
To do this, I created a Cluster Management Project with the default template.
https://docs.gitlab.com/ee/user/clusters/management_project_template.html
(only ingress & certmanager…
I'm working on a personal project with some friends and it is becoming quite large, so I'm considering to self-host a GitLab instance to help preventing the development to go to complete chaos.
However, I discovered that GitLab's privacy policy…
When deploying from CI, as the user who started PM2, pm2 restart appname always results in [PM2][ERROR] Process or Namespace appname not found
whoami/who on deployment shows the correct user.
Tried switching users, as well as PM2's…
We have a gitlab server running on a GCP instance. Currently this instance has a mapped internet IP and a proper DNS name. Recently we have desired to remove this internet IP and force all access through authenticated tunnels.
For other instances in…
I've been working to get a monorepo for Terraform up and running. Terraform is executed inside a container. However, when I try to init the backend for http pointing towards my self-hosted Gitlab, it comes back as requiring auth:
Successfully…
I've installed GitLab ee on Docker. I'd like to use authentication via ssh instead password but each time I try to authenticate, connection is closed. SSH Port is 1122->22 so I'm connecting with git@gitlab.example -p 1122. I also enabled the port in…
I want to integrate GitLab CI with Kubernetes and I need to fill up the config.toml file. Do you have any idea how can I generate these certificates?
cert_file: Optional Kubernetes apiserver user auth certificate
key_file: Optional Kubernetes…
Given a Docker Engine client (GitLab Runner) which creates and destroys containers dynamically through the Docker Engine API.
Constraints
The HostConfig.LogConfig.Type is always set to json-file and can not be changed; see also…
I am not a server admin, so I do not configure Apache Servers on a daily basis.
But I want to use Gitlab on our server with SSL and Apache 2.4.6. (httpd on CentOS 7).
So far I have added the certificates (.pem) and turned on SSL.
head -30…
I've followed the popular Dockerised Nginx reverse proxy setup for my VPS to host multiple sites or apps in a containerised fashion. Currently, it works fine and I can serve my static content.
Although, at the moment, I'm in the process of setting…