How do I change gitlab's default port 80 to a custom port number?
There are two approaches I've tried:
Set the port in /etc/gitlab/gitlab.rb
external_port "8888"
Then run reconfigure:
gitlab-ctl reconfigure
Set port in…
I have installed Gitlab using omnibus installation package.
I took a backup using below command
sudo gitlab-rake gitlab:backup:create
Backup was successfully created. But I am not sure where to find the backup file. Where are all the Gitlab backups…
I use the GitLab API to fetch a list of the projects I have access to (URL /api/v3/projects/all?private_token=xxx), but there are 6-7 projects that are not included in the list for some reason.
EDIT: My user is an administrator, and I want to list…
In a local gitlab I created a copy of project nova (https://github.com/openstack/nova).
How do I keep the local nova repo in sync with github, updating maybe once per hour or per day?
I would like a solution similar to what is described here for…
I am using Gitlab on one server and would like to push my git repository on commit of the master branch to another webserver. So when I push a new version of the website the production server gets updated. I know this should be possible with hooks…
I'm trying to setup gitlab (6.5.1) on a fresh clean server. Everything appears to work, but git is unable to push to any project. Following the commands from the newly created project page and pushing to the remote via ssh gives:
$ git push -u…
When asking Gitlab support on how to do a 3TB backup on ones on-premise Gitlab they reply use our tool that produces a tarball.
This just seams wrong to me on all levels. This tarball contains the postgres dump, docker images, repo data, GIT LFS,…
We are working on migrating from gitolite to gitlab , But have encountered a problem with subgroups which are created on git. It looks like there is no feature in gitlab to create a subgroup
eg:
in…
I use the rake task to create backups for GitLab 6.8.2.
gitlab-rake gitlab:backup:create
In /etc/gitlab/gitlab.rb I added the following line:
gitlab_rails['backup_keep_time'] = 60
This is supposed to prune backups older than 60 seconds. My…
I have a Gitlab environment using Gitlab CI, for a new project to testify about the compiled files and copy via rsync to a production server.
The machine where the build of these resources is exec is an image of docker (node 6), but now I have to…
Install
I installed the gitlab package through the omnibus package on debian 7 (version7.8.1-omnibus-1_amd64.deb) ;
change the settings as describe in Using a non-bundled web-server
run the reconfigure command: sudo gitlab-ctl reconfigure…
I am having issues with Gitlab. I used the following guide to install and configure Gitlab https://github.com/gitlabhq/gitlab-recipes/blob/master/install/centos/README.md. The installation seemed to go well and all. The web application seems to be…
I have a problem with my Gitlab installation running on a small Ubuntu LTS 16.04. I have to point out that I don't have much experience with Linux or Gitlab.
My Gitlab installation with a few personal projects (only 4) was running Ok, though pushing…
In our Ubuntu Server we are able to clone as Nginx user in /usr/share/nginx/www that has www-data:www-data ownership getting a warning as
” warning: unable to access '/root/.config/git/attributes': Permission
denied”
We are executing the…