gitlab-recipes
gitlab-recipes copied to clipboard
Mostly unofficial GitLab recipes for setup on different platforms, update etc...
My server is running an ISPConfig control panel on port 8080, so I am trying to configure a proxy for Gitlab on port 9000, however, I am getting a 502...
I am not a server admin, so I do not configure Apache Servers on a daily basis. But I want to use Gitlab on our server with SSL and Apache...
I'm unsuccessfully trying to make caddy work with gitlab using given recipe. However, i'm currently stuck at 502 and searching and finding the same configurations of caddy and gitlab through...
Checked without error, but 500 error in browser. Another logs empty. What's wrong? CentOS 6.5 + nginx Manual: https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md sidekiq.log ``` 2014-10-21T09:16:41Z 8590 TID-ovpxvajes INFO: Booting Sidekiq 2.17.0 with redis...
[This](https://github.com/gitlabhq/gitlab-recipes/blob/master/install/freebsd/freebsd-10.md) has some very detailed instructions on how to install and setup GitLab on FreeBSD but there is a port available as well (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202468 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208511). Should the above page just...
@winniehell you reenabled the `NE` flags in apache2 configs recently but with that config we had problems opening whitespaces filenames. Apache returned 400. You added them here: https://github.com/gitlabhq/gitlab-recipes/commit/fbd343f7253aee677bf0726b984b10be2d2418b2 can you...
since around 8.14 there is a config file defining the available queues for sidekiq to listen on. please update the service file to run sidekiq like this: ``` diff --git...
I've got a redirect loop with this recipe. Problem description is in the [SO](http://stackoverflow.com/questions/42071108/loop-redirect-with-in-nginx-proxying-gitlab-ce-in-omnibus-package)
The suggested configuration here does not work for the Omnibus installation as some of the folders have changed. This file works for me on Ubuntu 14.04 LTS with Omnibus 1.1...