07 Apr, 2014
9 commits
-
Source: https://github.com/opscode/omnibus-software/blob/0dddef2baefd5f62dd38ff2ae6e5491bfb394479/config/software/runit.rb
-
Upstream now also uses cache.ruby-lang.org.
-
Replace release.sh with a Makefile
-
Update libyaml for CVE-2014-2525
-
Source: ihttps://github.com/opscode/omnibus-software/blob/0dddef2baefd5f62dd38ff2ae6e5491bfb394479/config/software/libyaml.rb
04 Apr, 2014
10 commits
-
Add parameter to tell nginx what IP address to bind on This adds a parameter to set the IP address nginx listens on, so you don't have to dedicate ports 80/443 of all addresses on a box to gitlab. The default is set to '*' which was hard-coded before.
-
This Is Nitpicking
-
Improve Installation Section Of Readme
01 Apr, 2014
5 commits
-
Port https config from upstream Configuration updated based on https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/templates/default/nginx.erb This allows support for https using the /etc/gitlab/gitlab.rb example 1 * add to /etc/gitlab/gitlab.rb: `external_url "https://gitlab.example.com"` * sudo mkdir -p /etc/gitlab/ssl && sudo chmod 700 /etc/gitlab/ssl * users puts gitlab.example.com.crt and gitlab.example.com.key in /etc/gitlab/ssl. example 2 ( enable http redirect to https ) * add to /etc/gitlab/gitlab.rb:` external_url "https://gitlab.example.com" nginx['redirect'] = true nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab.crt" nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab.key"` * sudo mkdir -p /etc/gitlab/ssl && sudo chmod 700 /etc/gitlab/ssl * users puts gitlab.crt and gitlab.key in /etc/gitlab/ssl.
26 Mar, 2014
3 commits
-
Update instructions for 6.7
25 Mar, 2014
3 commits
24 Mar, 2014
8 commits
-
Update Templates
-
Allow Setting Backup Keep Time Added backup_keep_time to allow for the setting of the backup keep_time. Default is set to 0, which is the default if the setting is not in gitlab.yml.
23 Mar, 2014
1 commit
18 Mar, 2014
1 commit