Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
-1
votes
1 answer

Git resolves wrong IP for domain

This is a first for me.... I'm trying to clone a repository from our GitLab server to a 3rd server. I have no issues cloning it anywhere else but this server. The output is the following: myuser@localhost ~ $ ssh web@webserver -A Last login: Thu…
Bert
  • 1,028
  • 1
  • 16
  • 33
-1
votes
1 answer

Installing and Using GitLab with remote email server

I want to install GitLab on my personal computer which is on a residential internet network, this means that I cannot run my own email server but I have a hosting plan that comes with its own smtp server that I can remotely connect to. Is it…
Luza
  • 1
-1
votes
1 answer

Gitlab Testhosts for multiple Braches

Does anybody know a way to test webapplications while developing in gitlab? A solution like: branchname.myserver.com uses a automatic exported branch as document root? Specific: Bind it to a Webapplication, so dynamic virual hosts appear if I create…
Enchanter
  • 1
  • 1
-1
votes
1 answer

Ansible versioning on git

I've got a git repo, I've got my playbooks and hosts. Now what? What is the recommended way to get my /etc/ansible folder on my GitLab? I can just create the repo, but then how and when do I pull this? What about the .git folders? I tried keeping a…
Frank Vermeulen
  • 157
  • 2
  • 8
-1
votes
1 answer

Gitlab partially deleted - Recover repo's

I have a private Gitlab server on a Ubuntu machine. Now I, for some reason, accidentally partially uninstalled Gitlab by executing a mistyped apt-get command. I don't know which one exactly, but it started removing Gitlab from the system. I…
Basaa
  • 109
  • 3
-1
votes
1 answer

What permissions should I give to CA Bundle file?

Hi I setup an ssl certificate using godaddy and read the following article: Best location for SSL certificate and private keys on Ubuntu. I am trying to protect an aws ubuntu gitlab instance that uses nginx as a server. My /etc/ssl/private/ has the…
Gobi Dasu
  • 134
  • 1
  • 6
-1
votes
1 answer

how to resolve nginx 403 error on centos 6

I have installed Centos 6.7 on my virtual box along with Gitlab. I set up gitlab to listen on port 8081. Then I set up nginx to listen on port 80. However after googling for hours and tried some solutions I still get 403 when i tried to access my…
under5hell
  • 109
  • 5
-1
votes
1 answer

Gitlab with OpenLDAP secured with TLS

I have a working, secure OpenLDAP server running at: auth..com I also have a reader account that Gitlab can use: cn=Reader Reader,ou=users,dc=auth,dc=,dc=com Our setup is secured with STARTTLS. Our server will accept no…
Andrew M.
  • 9
  • 3
-1
votes
1 answer

How to execute remote commands on linux and update return value?

As part of automation in gitlab ci. I am running a terraform template and creating a linux machine. After that, I need to run few commands on the remote machine. I am running those using the ssh remote command. But at the end, even if it is failure,…
Kalel
  • 134
  • 1
  • 4
  • 16
-1
votes
1 answer

Is Gitlab the only vendor support subgroups level git repos?

Try to evaluate a few SaaS Git providers (e.g., Github, Bitbucket) other than Gitlab, but I don't think any of them support a subgroup level…
samxiao
  • 101
  • 3
-1
votes
1 answer

Why is login with key authentication into gitlab behind a nat not working

I want to use gitlab behind a router doing key authentication. For some reason it does not. It exits already with the command git clone > git clone https://git.example.org/me/project.git c:\Users\me\Documents\Workspace\project --progress Cloning…
Max Muster
  • 337
  • 2
  • 6
  • 27
-1
votes
1 answer

Using Gitlab docker behind nginx proxy manager docker

I try to setup Nginx Proxy Monitor(NGPM) as a reverse proxy for Gitlab and other websites/services. Gitlab itself is running inside a docker container that has it's own IP address. NGPM is also inside a docker container. Both containers run on an…
EaranMaleasi
  • 99
  • 1
  • 2
-2
votes
2 answers

502 GitLab is not responding after change username

In file /etc/gitlab/gitlab.rb I change (need) user['username'] = "gitlab" user['group'] = "gitlab" on user['username'] = "git" user['group'] = "git" and sudo gitlab-ctl reconfigure After this nginx output: 502 GitLab is not responding $ gitlab-ctl…
Nikolay
  • 111
  • 1
  • 4
-2
votes
1 answer

How to write Ansible playbook to commit and push my new updates on gitlab repository

How to write Ansible playbook to commit and push a gitlab repository? I have Ansible tower template to launch my playbook, then playbook must do commit and push on different git repo. This git repo on successful push will trigger jenkins pipeline.
1 2 3
30
31