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…
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…
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 …
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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 ✓…