I just updated to the most recent version of gitlab-omnibus (I believe 10.1, but I’m not positive). None of my users can login now, and I'm not seeing anything incredibly useful in the error logs.
I’m not 100% certain which version of gitlab-omnibus…
I'm trying to set up my own gitlab using https inside a docker-container.
Well, as long as I dont try to use https everything works fine!
Now my problem starts.
According to my logs, gitlab cannot load the sub.domain.com.crt file because of…
Is it possible to set up GitLab to use external SMTP server which configured to accept connection only with client SSL certificate?
I have no idea which parameter can I use in GitLab smtp configuration to setup client certificate file path. I tryed…
I've been tinkering with GitLab and Azure ActiveDirectory with OAuth and allowing AD users to connect to GitLab accounts. This is set up and works just fine. However, GitLab won't create users for AD users on the first login - they have to create…
TLDR; I have gitlab running on a GCE vm. Occasionally the vm stops accepting traffic as though there is some external firewall in play. resetting the vm fixes things. I can use google's tooling to ssh in. From the inside everything looks fine.
My…
I can't find anything in the documentation about changing where LFS is storing binary files on the repository. I'm running the latest GitLab.
The .lsconfig file does not mention a parameter for changing the location.…
I am running gitlab omnibus installation on local server.
There are certain incidents which happened and would like to see the logs in gitlab-workhorse.
The files in /var/log/gitlab/gitlab-workhorse from previous day are named something like the…
I´ve been trying since two days to make tomcat and gitlab work on the same top level domain. my tomcat is running on port 8080 and my gitlab is running on 8081. when I type mywebsite.com:8081 I successfully get redirected to gitlab and when I type…
For the longest time I ran GitLab on HTTP and my Tomcat on HTTPS, but now I would like to run both of them on HTTPS.
I own a website url, lets say its called https://www.example.com. I would like to let my tomcat instance handle everything that is…
I have a situation where I need to set up GitLab behind an IIS.
The GitLab instance is working perfectly fine within the LAN, but trying to set it up through IIS reverse proxy doesn't work.
I get 502 / Bad Gateway no matter what I try.
Any idea…
Maybe I'm looking at this the wrong way, but I'm trying to setup my gitlab ci to be able to autodeploy code on push. Seems like a fairly simple process, and I've successfully gotten most of it working. I may be completely misunderstanding how…
this is my first time exploring webhook & autodeploy from gitlab to production server ( digital ocean )
I'll trigger an url ( http://example.com/git/hook/pull-master.php ) on webhook whenever I pushed files from my local machine.
and below are the…
I want to run Gitlab CI Runner in a docker container while also using the docker executor to run my builds in their own docker containers, all of that on top of CoreOS.
Is this even possible? Every documentation I've found so far assumes that Gitlab…
we have a virtualized server (esxi) with the typical configuration:
[Client] https -> [pfsense -> haproxy] - http -> [vm]
And now I am trying to configure a new virtual server with gitlab, and I can not find the correct configuration, inside the…
Aim
The aim is to deploy software once the build passed using Ansible and Gitlab.
Problem
ansible-playbook playbook.yml -u root --private-key=key.pem
deploys the software, but
sudo -u gitlab-runner ansible-playbook playbook.yml -u root…