Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
1 answer

GITLAB: Porting repositories from old gitlab to a Docker-based gitlab

I had Gitlab on a RaspberryPi for a few years. Now I want to move the repositories to a docker based Gitlab. Best with all settings. I have read the instructions and tried the following regarding the data: I copied the content…
Alex44
  • 181
  • 1
  • 9
0
votes
1 answer

Modify an installed docker container

I am using a Synology KMU NAS. On that NAS I have installed the GitLab Docker container that seems to have a bug. That bug causes the Software to refuse to send administrative e-mails without authentication. There is an environment variable…
Silicomancer
  • 182
  • 7
0
votes
1 answer

Why do I have 502 error with my GitLab server on Ubuntu?

I installed GitLab using digital ocean tutorial I got 502 error I open 8081 port,and edit my gitlab.rb file properly unicorn[‘port’] = 8081 How to fix this? Why is Nginx showing Bad Gateway? My netstat output tcp 0 0 127.0.0.1:8080 …
MikiBelavista
  • 333
  • 2
  • 5
  • 12
0
votes
1 answer

Jenkins and Gitlab bundled with Redis and/or nginx?

I'm establishing some monitoring on a few servers running jenkins and GitLab. My Monitoring agent auto discovers lots of metrics and identifies processes. On all of my Jenkins and GitLab servers, I see nginx and Redis running as well. So my…
0
votes
1 answer

Add server side repository specific hook to gitlab with gitaly

I have a private gitlab repository in our company and we had a code verification script on pre-receive in order to assure that no code syntax errors(php) were pushed to the repo. Recently we've decided to update the gitlab version to a newer one…
Sinjuice
  • 131
  • 1
  • 7
0
votes
1 answer

GitLab: Global (instance-level) variables for CI builds

How can I set up global environment variables in GitLab that are not project-specific, but apply to all projects? Classic use cases are deployment keys, docker registry credentials and connect proxy information. People have been asking about it for…
uav
  • 534
  • 5
  • 20
0
votes
1 answer

Set up https/SSL certificate for private Gitlab instance without custom domain

I set up my private Gitlab server. It works fine and when I enter my IP I can access it. I do not have a custom domain and I also do not want one since I don't want to make the server accessible from the outside. Most of the guides only show how to…
Micromegas
  • 231
  • 3
  • 12
0
votes
1 answer

Individual Gitlab Accounts become able to log in but receive invalid tokens

A total of 3 accounts on my Gitlab instance have now become 'soft locked'. Some months ago my colleague reported being unable to log into Gitlab (they see a 403 error after entering credentials). All looked good from the admin screen and we…
Aswan
  • 1
  • 3
0
votes
2 answers

GitLab backup job consumes entire CPU/RAM

We have a server with 8 core CPU and 32 gigs RAM. About 1200 active users. We use GitLab rake task for the backups.. sudo gitlab-rake gitlab:backup:create This process takes around 80 minutes and GitLab is unsuable during this time intermittently as…
Koshur
  • 101
  • 2
0
votes
1 answer

Gitlab Down After Update (Deploy in progress)

On a CentOS 7 machine that I manage myself, I am/was running Gitlab 12.0.1. Before a few updates back, everything was buttery smooth but an update broke my installation that whenever I go to my front page, I get the Deploy in progress message. I did…
Can Sürmeli
  • 173
  • 1
  • 14
0
votes
1 answer

Cannot connect GitLab to GKE Cluster

I am trying to create a CI Pipeline for my GitLab project to deploy my microservices automatically on a Google Kubernetes Engine cluster. Sadly I am unable to use the build-In native Google Cloud Integration from GitLab as it isn't properly…
0
votes
0 answers

GitLab installation has obscured all the other sites on Apache

I have Apache used also as a reverse proxy for a couple of web applications, both in HTTP and HTTPS, but after installing GitLab, it has obscured them all, and if I go to https://myapp.domain.com I'm always redirected to https://git.domain.com. The…
Giox
  • 133
  • 1
  • 6
0
votes
0 answers

restore centos with recovered files

The file system of our centOS 7 was broken and could not be fixed (we tried lots of ways, all failed). Luckily we got most of the files (maybe some is missing) with a disk recovery tool. Now we have files under / and /home in an USB hard disk. We…
Han He
  • 101
  • 1
0
votes
0 answers

Only one bucket for object store on Gitlab

Gitlab allow to store artifacts, git lfs, uploads, packages, external diffs and backups directly on a S3's Bucket but according to documentation is one bucket for artifacts, another for git lfs, other for uploads, etc, etc... Is possible to use only…
Rodrigo Moreno
  • 243
  • 1
  • 2
  • 11
0
votes
1 answer

Gitlab filesystemuser messed up

I have inherited a server with an installed GitLab, but it is unable to run. After a few lookarounds, I've found, it might had a user who got deleted, and the original user to run gitlab was him. I say this, because I have the following: 0 ✓…
Bert
  • 1,028
  • 1
  • 16
  • 33