Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
0 answers

Run dotnet database update against non-public kuberentes resource from gitlab-ci pipeline

Context In a kubernetes cluster, I have a postrgreSQL pod running, exposed to the cluster via a ClusterIP service. I use the integrated DNS resolution to reach it from an other pod (.NET Core) within the same namespace. My deployments are done…
0
votes
0 answers

Nginx: Rewrite links on website to different domain

Background: We have a Gitlab instance running, which is reachable over 2 different domains from 2 different networks (that is mandated by the network structure and cannot be changed). Gitlab supports only 1 domain. In the past it worked out of the…
chrisl
  • 157
  • 2
  • 10
0
votes
1 answer

Deploying GitLab from GCP Marketplace: BackoffLimitExceeded

I am trying to deploy an instance of GitLab from the GCP Marketplace but have run into a problem. Unfortunately, I am a mere front-end developer so this Kubernetes stuff is alien to me. After creating the cluster, all of the components appear to…
0
votes
1 answer

Recurring pod crashes in microk8s gitlab deployment

I've deployed a Gitlab 12.10 instance on microk8s 1.18 on my Ubuntu 19.10 server. I've noticed repeatedly that some of the pods go into status CrashBackoffLoop or Init:CrashBackoffLoop with error messages like the following: Message: failed to…
Jens
  • 1
  • 1
0
votes
1 answer

Git: trying to remove a local branch, but permission denied because of a locked file

On my Linux server there were several git branches I wanted to remove. I used git branch -D branche_name and deleted all these branches except for one. For this one branch called feat/implement-h I get the error: “error: cannot lock ref…
Nick
  • 67
  • 1
  • 1
  • 9
0
votes
2 answers

How to specify gitlab url after installing apache server

I installed first the gitlab-ce on my local desktop ubuntu (used as a server) and it was okay and able to connect to it through IP address http://192.168.1.6/ from other computers on the same network of course Now and after installing the apache…
0
votes
1 answer

How to give docker container access to each others?

So far I made 2 docker container using Docker Engine and Docker Compose for a CI proof of concept. The first one is Jenkins and the other one is Gitlab CE. Here are the version Docker version 19.03.6 docker-compose version 1.25.4 and I have a…
Ced
  • 101
  • 2
0
votes
1 answer

Move Gitlab to new ip-adress, lfs stop working. How to fix?

We have GitLab 11.2.1-ee installation in our local network It had ip-address 192.168.1.100 before We use Git LFS in our projects And all work fine before we changed ip address of Gitlab machine. We changed the ip-adress of Gitlab machine to…
Petr
  • 103
  • 5
0
votes
2 answers

Redirect Apache to a different service in subfolder

I have a CentOS 6.9 server that is running a DokuWiki under Apache/HTTPD 2.2. This wiki is installed in /var/www/html/dokuwiki. Therefore, when you type myserver.com/dokuwiki, it enters the wiki. If you type myserver.com, a simple index.html file…
fern17
  • 103
  • 3
0
votes
1 answer

Nginx config to allow git clone via http

Background to my server: I have everything put into docker container. There is a docker network. All of the docker container are on the same network. And I use aliases to address my container. My container aliases for gitlab is gitlab.docker. The…
0
votes
1 answer

centos 7 handling gitlab and mailserver

i'm quite noob with servers so here i'm asking a question. i just installed a centos 7 on a vps. I installed gitlab and postfix on it. is it safe to handle both mail server and gitlab on it? everytime i log via ssh i get a message like this There…
AnjaDell
  • 3
  • 2
0
votes
1 answer

Gitlab uses wrong url when browsing repositories

I've installed Gitlab EE behind nginx proxy. The external address is https://git.myserver.com After that, I had to change the external URL according to this page: https://docs.gitlab.com/omnibus/settings/configuration.html I've changed external_url…
NeplatnyUdaj
  • 131
  • 1
  • 4
0
votes
1 answer

changing gitlab's user-presented docker container names

I have GitLab Omnibus running in a Kubernetes cluster, with NodePort ports for web (80) and the docker container registry (5050). I've setup Ingress URLs (www.gitlab.xxx.yyy, registry.gitlab.xxx.yyy) so that clients don't have to know the NodePort…
paleozogt
  • 269
  • 2
  • 9
-1
votes
1 answer

How do I install GitLabe CE on Bitnami Mattermost AMI Image

On Amazon EC2 I have already installed the Bitnami Mattermost Team Edition image from the market place. Now I wish to install GitLab CE on this image. I can launch another EC2 Bitname Gitlabe CE instance. But if I want to install Bitnami Gitlab CE…
Nina Sonbolian
  • 109
  • 2
  • 8
-1
votes
1 answer

gitlab vs trac: disk usage footprint

I just ragequitted GitHub. I'm considering between hosting my own issues tracker, or embrace any of gitlab.com, Bitbucket, Sourcehut, etc. I sorta think either gitlab or trac would be nice, and I couldn't ask which one to choose, in order to avoid…
178024
  • 36
  • 3
  • 15
1 2 3
30
31