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…
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…
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…
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…
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…
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…
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…
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…
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,…
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…
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…
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…
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.