Axilleas Pipinellis
2288f8beb8
Merge pull request #160 from tuxone/patch-1
...
Update README.md
2013-11-10 10:11:49 -08:00
Alessandro Loffredo
1e7cbaa2d0
Update README.md
...
add tips to solve two errors:
$git push -u origin master
Access denied.
fatal: Could not read from remote repository.
and:
$ git push -u origin master
/usr/local/lib/ruby/2.0.0/net/http.rb:918:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
from /usr/local/lib/ruby/2.0.0/net/http.rb:918:in `block in connect'
from /usr/local/lib/ruby/2.0.0/timeout.rb:52:in `timeout'
from /usr/local/lib/ruby/2.0.0/net/http.rb:918:in `connect'
from /usr/local/lib/ruby/2.0.0/net/http.rb:862:in `do_start'
from /usr/local/lib/ruby/2.0.0/net/http.rb:851:in `start'
from /home/git/gitlab-shell/lib/gitlab_net.rb:62:in `get'
from /home/git/gitlab-shell/lib/gitlab_net.rb:17:in `allowed?'
from /home/git/gitlab-shell/lib/gitlab_shell.rb:60:in `validate_access'
from /home/git/gitlab-shell/lib/gitlab_shell.rb:24:in `exec'
from /home/git/gitlab-shell/bin/gitlab-shell:16:in `<main>'
fatal: Could not read from remote repository.
2013-11-10 18:16:04 +01:00
Axilleas Pipinellis
501b896254
Merge pull request #158 from codeling/patch-1
...
Incorporate fix for incorrect http redirect
2013-11-09 04:28:14 -08:00
codeling
61f39093fe
Incorporate fix for incorrect http redirect
...
Incorporates fix from https://github.com/gitlabhq/gitlabhq/issues/715 to make gitlab properly redirect to https instead of http when configured for https
2013-11-09 11:50:07 +01:00
Axilleas Pipinellis
52bafa5f13
Merge pull request #157 from JCID/master
...
Added instructions for the implementation of an SSL certificate
2013-11-07 04:38:49 -08:00
Jeffrey Cafferata
bec5d3ee94
Added instructions for the implementation of an SSL certificate
2013-11-07 13:12:12 +01:00
Achilleas Pipinellis
3888f54786
Add new misc dir
2013-11-07 13:31:07 +02:00
Axilleas Pipinellis
e14fc7bdb6
Merge pull request #156 from gitlabhq/github-import
...
Add github import script
2013-11-06 08:46:34 -08:00
Sytse Sijbrandij
4decb28428
Also add import script to the recipies repo.
2013-11-06 08:32:06 -08:00
Jacob Vosmaer
bd77099802
Merge pull request #155 from xystudioo/master
...
Changing gitlab-shell version from 1.7.0 to 1.7.4
2013-11-06 02:51:35 -08:00
Xiaoyu Tai
7d46699449
Changing gitlab-shell version from 1.7.0 to 1.7.4
...
gitllab 6.2 needed gitlab-shell version >= 1.7.4
2013-11-06 18:45:09 +08:00
Axilleas Pipinellis
40b2fdf7dc
Merge pull request #154 from cangelis/patch-1
...
Change branch name 6-0-stable to 6-2-stable
2013-11-05 11:46:36 -08:00
Can Geliş
6cf84c3f85
Changed branch name 6-0-stable to 6-2-stable
...
Because the latest version of init script is not compatible with the version 6.0
2013-11-05 14:12:16 +02:00
Axilleas Pipinellis
9c2ae25e43
Merge pull request #149 from sag47/better-plain-proxy-conf
...
Apache config - better based on SSL config
2013-10-30 17:18:14 -07:00
Sam Gleske
54314ecabc
Apache config - better based on SSL config
...
This is a better proxy config which is based on the
gitlab-ssl.conf.
2013-10-30 15:30:41 -04:00
Axilleas Pipinellis
8675ce06c4
Merge pull request #146 from jhollingsworth/centos-init-fix
...
Update init.d for CentOS 6.4 and GitLab 6.2
2013-10-26 00:25:28 -07:00
Axilleas Pipinellis
dccc277ba8
Merge pull request #147 from boeserwolf91/update_service_files
...
Update service files for use with Gitlab 6.2
2013-10-26 00:16:31 -07:00
Stefan Wolf
c27af79bd0
updated service files for use with Gitlab 6.2
2013-10-24 19:15:47 +02:00
Jason Hollingsworth
61b2699d7b
This uses the git users PATH when starting unicorn and sidekiq.
...
Set RAILS_ENV via variable.
Also includes changes from PR #138 and #145 .
2013-10-24 11:20:09 -05:00
Axilleas Pipinellis
919e129a34
Merge pull request #142 from jesseward/centos-wget-fedoraproject-fix
...
Fix certificate error when wget fetches EPEL gpg key
2013-10-17 17:44:26 -07:00
Axilleas Pipinellis
cd1594034e
Merge pull request #143 from jesseward/centos-install-postgresql
...
Update centos install guide with postgresql details
2013-10-17 17:38:08 -07:00
jesseward
f7c3e640af
Changes to centos install guide that offer support for a PostgreSQL backend.
2013-10-17 14:38:54 -04:00
jesseward
cb59799219
Fix for the CERT warning when wget fetches GPG key.
...
sudo wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 https://fedoraproject.org/static/0608B895.txt --no-check-certificate
--2013-10-17 08:35:40-- https://fedoraproject.org/static/0608B895.txt
Resolving fedoraproject.org... 209.132.181.16, 66.35.62.166, 66.135.62.201, ...
Connecting to fedoraproject.org|209.132.181.16|:443... connected.
WARNING: certificate common name “*.fedoraproject.org” doesn’t match requested host name “fedoraproject.org”.
substitute fedoraproject.org for www.fedoraproject.org which provides a 301 redirect to fedoraproject.org, but covered by their wildcard SSL cert.
2013-10-17 08:55:17 -04:00
Axilleas Pipinellis
197cd283a4
Merge branch 'master' of github.com:gitlabhq/gitlab-recipes
2013-10-14 04:49:45 +03:00
Axilleas Pipinellis
bda511ebc8
Add ebuild github wiki page
2013-10-14 04:49:00 +03:00
Axilleas Pipinellis
e08dc6634f
Merge pull request #137 from semiosis/master
...
Simplify & improve apache proxy config for SSL
2013-10-05 13:52:15 -07:00
semiosis
eeea95da07
Changed the http-https redirect rule
...
As per comments by @sag47 here:
https://github.com/gitlabhq/gitlabhq/issues/4997#issuecomment-25738169
2013-10-04 21:10:35 -04:00
semiosis
98153fb3cc
Fixing rewriterule
...
The (.*) regex didn't work with gitlab 6.1 so I switched back to using REQUEST_URI.
2013-10-03 22:29:52 -04:00
semiosis
29410935c8
Updated with suggestions from sag47
...
Made changes as per comments by @sag47
- Added ProxyPassReverse http://127.0.0.1:8080
Though I'm not sure what that's for.
- Simplified regex in rewriterule
- Put back in comments with links to external docs (nginx try)
2013-10-03 20:33:25 -04:00
semiosis
c4445b83bb
Changed port from 9292 (puma) to 8080 (unicorn)
...
Fixed port in the proxy backend address for unicorn on port 8080 instead of puma on port 9292.
2013-10-03 13:40:17 -04:00
semiosis
05acc57c33
Simplified & improved apache proxy config
...
Previously there was an unnecessary redirect before & after sign-in to http. This new configuration eliminates that leak, and is easier to read.
2013-10-03 13:27:24 -04:00
Axilleas Pipinellis
eba9ccf0e0
Merge pull request #134 from yorn/firewall
...
[CentOS] Simpler firewall instructions
2013-09-27 13:40:55 -07:00
yorn
4cdf27f0dd
Simplified firewall configuration
...
lokkit edits iptables, ip6tables and system-config-firewall in /etc/sysconfig and is available in a minimal CentOS installation.
2013-09-27 15:22:33 +02:00
yorn
8083200fa8
Added myself to contributors
2013-09-27 15:21:38 +02:00
Axilleas Pipinellis
ed76508d2d
Merge pull request #132 from sag47/docs-apache_grammar
...
apache README grammar corrections
2013-09-25 12:42:58 -07:00
Sam Gleske
0a5b0e1b4e
apache config README update
...
Replace instances of gitlab.conf with gitlab-ssl.conf. The docs
should be more consistent on what it recommends.
2013-09-25 14:29:43 -04:00
Sam Gleske
003c15500b
apache README grammar fix
...
changed system to environment
2013-09-25 14:18:40 -04:00
Sam Gleske
10b00585f3
apache README grammar corrections
2013-09-25 14:16:13 -04:00
Axilleas Pipinellis
e67fcfd400
Merge pull request #131 from sag47/docs-manage_ssl
...
Major readme overhaul for apache httpd
2013-09-25 10:26:08 -07:00
Sam Gleske
ab4a23742f
apache README grammar fix
2013-09-25 12:34:36 -04:00
Sam Gleske
97ad192492
Updating apache README
...
to reflect changes for gitlab.conf and gitlab-ssl.conf
2013-09-25 10:47:17 -04:00
Sam Gleske
303fe32a02
SSL and non-SSL apache configurations
2013-09-25 10:42:02 -04:00
Sam Gleske
d02b957565
Impersonal changes
2013-09-25 10:40:20 -04:00
Sam Gleske
4c9f3b7d2a
Merge branch 'master' into docs-manage_ssl
2013-09-25 09:46:44 -04:00
Axilleas Pipinellis
3dc8944be2
Merge pull request #130 from sag47/feature-error_documents
...
More secure SSL and defined errordocuments
2013-09-25 01:37:50 -07:00
Sam Gleske
2de38c67a2
Grammar correction in httpd README
2013-09-24 17:03:40 -04:00
Sam Gleske
f071d62fbd
Grammar correction in httpd README
2013-09-24 17:01:45 -04:00
Sam Gleske
c1d4ca0bd0
httpd security recommendations added
...
Recommendations for disabling mod_suexec and mod_deflate modules.
2013-09-24 16:23:32 -04:00
Sam Gleske
e57b0bf0b1
Major readme overhaul for apache httpd
2013-09-24 16:10:02 -04:00
Sam Gleske
7b5ff94cfc
Modified CA to be more generic
2013-09-24 15:25:48 -04:00