I'm trying to set up a CI environment to build and push a Docker image for a project. The Docker registry I'm trying to push to is a private registry that requires me to log in. I can log in to the registry using the docker login my-registry…
Today I tried to enable SSL for a gitlab instalation so I made the following changes in /etc/gitlab/gitlab.rb
external_url 'https://our.server'
nginx['redirect_hhtp_to_https'] = true
nginx['ssl_certificate'] =…
I restored a gitlab backup to my local computer just to see if i could make it work with another ldap server. Installed the same gitlab omnibus version to my machine, changed external url in gitlab.rb and restored the backup. Everything went…
I am trying to run gitlab on Google Cloud Platform. I followed this tutorial: https://docs.gitlab.com/ce/install/google_cloud_platform/index.html but now I am at the point when I cannot push the commit to the remote.
git@33.22.33.22: Permission…
When I run gitlab-rake gitlab:backup:create I have this issue
database locale is incompatible with operating system
How can I manually back up gitlab repositories and database?
I backed up
/opt/gitlab
/etc/gitlab
/var/opt/gitlab
so far.
Are…
I've got Gitlab (Omnibus) installed on an Ubuntu 16.04LTS box with all the latest updates etc as of today and whatever the latest Gitlab version is. It's a VMWare virtual machine with 4GB RAM and 2 cores.
My Gitlab installation has only two users…
I'm having problem setting Gitlab with Auth0 authentication. I followed this tutorial https://gitlab.com/help/integration/auth0.md. When I try to sign in with Auth0, I'm redirected back to Gitlab, but there is an error message 'Signing in using your…
I installed the GitLab CE Docker image per these instructions. I'm running HTTP on a non-standard port while I experiment with it and ran into some strange problems trying to configure a different HTTP IP & port.
Per the instructions, I mapped the…
When importing a project in Gitlab web-interface from ssh://git@example.com/example
I get the error Host key verification failed.
I logged in on the Gitlab server directly via SSH and added the host to the known hosts and verified it by running a…
in a project I´m working I got the task of being responsible for our gitlab server. In the gitlab.rb of this existing service I found the following line:
nginx['custom_gitlab_server_config'] = "location ^~ /.well-known { root /var/www/letsencrypt;…
At present, GitLab is running as an omnibus docker (includes both postgres and redis as part of single container) and the size of data directory is 500 MB after 2 months of usage. We have around 70 developers. I have to move from the current setup…
I've configured accidentally that every logged out user will be redirected to x domain, this was done by using the admin panel in the web interface.
Now, I only can access things via SSH like modifying gitlab.rb, I've even tried to access the…
I would like to update my Gitlab from version 8.12.7 ( installed from sources / MySQL version) to 9.X ( package version with PostgreSQL )
To do it, I installed a Gitlab-ce on the same version with PostgreSQL , did my backup as recommenced on the…
In my GitLab CI script, I am creating a new user which then executes a command. I'm noticing that when the command is executed as this user, the CI environment variables aren't available.
Below is what I do:
before_script:
- useradd -U -d…
I'm encountering a very weird issue with gitlab-ce installed on a server with ubuntu server (I've tried this with ubuntu server 16.04 and 17.04) , which runs on my local network. I'm using gitlab with apache2, with the following set up:
My…