Commit Graph

376 Commits

Author SHA1 Message Date
Achilleas Pipinellis
3f784a9cf6 Make database info same as official guide 2014-04-21 11:53:22 +03:00
Achilleas Pipinellis
e76bd4acb9 Changes to git info 2014-04-21 11:53:22 +03:00
Achilleas Pipinellis
357424cc3b Remove absolute path to bundle 2014-04-21 11:53:22 +03:00
Achilleas Pipinellis
36ad93e314 Remove sudo where not needed 2014-04-21 11:53:22 +03:00
Achilleas Pipinellis
212a3d1fca Make clear which password to use 2014-04-21 11:53:22 +03:00
Achilleas Pipinellis
3b29d8f80e gcc-c++ git patch are in the Development Tools group 2014-04-21 11:53:22 +03:00
Achilleas Pipinellis
aa12ddeb1d Download PUIAS repo from hosted file 2014-04-21 11:53:22 +03:00
Achilleas Pipinellis
86e56eec5b Merge pull request #216 from pedrokiefer/patch-1
Missing flag for pg build
2014-04-21 11:51:54 +03:00
Achilleas Pipinellis
85c75527cf Merge branch 'nginx_ssl_update' into 'master'
Add nginx strong ssl security
2014-04-18 13:08:11 +00:00
Achilleas Pipinellis
57fb4d42ee Add 2048 key option to self signed certificate 2014-04-18 15:37:10 +03:00
Achilleas Pipinellis
18f6b6439e Minor fixes
- Keep self signed certificates to own directory
- Add comments on OCSP stapling
2014-04-18 15:22:58 +03:00
Achilleas Pipinellis
7cf0fa20b6 Update nginx config to use strong ssl security
https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
2014-04-18 14:09:24 +03:00
Achilleas Pipinellis
cf9c977f4d Merge branch 'master' into 'master'
[NGINX Config] GitLab 6.7 - All OS - NGINX

Added the new 6.7 config parameters.
2014-04-18 08:47:43 +00:00
Pedro Kiefer
ce4f582ffa Update README.md
Missing flag for pg build
2014-04-15 14:35:49 -03:00
Wachiwi
04a6ff6cf8 Added 6.7 changes 2014-04-15 06:35:42 +00:00
Achilleas Pipinellis
5e989d69c8 Merge pull request #215 from SchadLucas/master
Fix typo
2014-04-14 01:26:08 +03:00
Achilleas Pipinellis
1c76c0508c Merge pull request #212 from nukepuppy/master
Ensure we're using at least pgsql 9.1 for extensions to work during gitlab:setup
2014-04-14 01:24:42 +03:00
Lucas Schad
178615aedf Fixed typo 2014-04-14 00:12:19 +02:00
Achilleas Pipinellis
41a03e2b15 Merge branch 'master' of github.com:gitlabhq/gitlab-recipes 2014-04-14 00:55:02 +03:00
Achilleas Pipinellis
0f902b7339 Merge pull request #213 from corin12355/patch-1
Update apache2.4 for forward secrecy/no compression
2014-04-10 21:18:18 +03:00
Corin Simpson-Bryars
7c9cb85390 Update apache2.4 for forward secrecy/no compression
Adds forward secrecy and disables SSL/TLS compression which is potentially exploitable.
2014-04-10 02:44:34 +01:00
Geo
6ff06a9741 fixing readme spacing 2014-04-05 12:13:47 -06:00
Geo
dad1039d04 making fixes to ensure we're telling folks to use at least postgresql-server 9.3 as extenions are not supported in 8.x and therefore bundle exec rake gitlab:setup RAILS_ENV=production would fail otherwise 2014-04-05 12:08:43 -06:00
Achilleas Pipinellis
0c241961d8 Merge branch 'update-ciphers-nginx' into 'master'
Update Ciphers Nginx

The current suggested Ciphers do not qualify anymore as completely safe, see for instance [here.](https://community.qualys.com/blogs/securitylabs/2013/03/19/rc4-in-tls-is-broken-now-what)

This updates the ciphers, following [Remy's advise](https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html).
2014-04-02 23:33:54 +00:00
Achilleas Pipinellis
ec5e905897 Merge pull request #206 from codr/patch-1
Update README.md
2014-04-02 21:15:15 +03:00
Job van der Voort
8786e59e9b use modern, safe and fast ciphers 2014-04-02 16:00:38 +02:00
Achilleas Pipinellis
238caac13d Merge pull request #207 from codr/patch-2
Update README.md
2014-03-28 22:04:52 +02:00
Cody Coljee-Gray
eebc96dcc9 Update README.md 2014-03-28 10:14:18 -07:00
Cody Coljee-Gray
850e1b5bef Update README.md
Changed logging in and out again to instead recommend sourcing the .bash_profile
2014-03-27 10:49:09 -07:00
Achilleas Pipinellis
a047e1e8ab Merge pull request #204 from rexcze/patch-1
change in gitlab-shell/config.yml
2014-03-25 20:44:50 +02:00
rexcze
11738bdef4 change in gitlab-shell/config.yml
Because later in this recipe it is suggested to set port 80 to 443 (ssl) redirection I recommend to advice user to set https in config.yml file. It takes me some time to find this as problem when accessing gitlab api (https://github.com/gitlabhq/gitlabhq/issues/3483)
2014-03-24 18:35:03 +01:00
Achilleas Pipinellis
5a9ddd7a92 Merge pull request #203 from gitlabhq/deprecate-old-and-duplicate-content
Remove installer for 4.0 since it is a security risk
2014-03-24 13:26:50 +02:00
dosire
ddcf1aff65 Remove installer for 4.0 since it is a security risk and do nothave empty directories since it is not clear which OS's have documentation. 2014-03-24 10:44:57 +01:00
Achilleas Pipinellis
d35f8be310 Merge pull request #202 from gitlabhq/import-top-level
Importing is important and should be a toplevel thing.
2014-03-24 11:05:25 +02:00
dosire
04eee783b1 Importing is important and should be a toplevel thing. 2014-03-24 09:48:33 +01:00
Achilleas Pipinellis
69294c8552 Merge pull request #194 from patschi/patch-1
Update gitlab-ssl
2014-03-24 00:44:21 +02:00
Achilleas Pipinellis
70b6442130 Merge pull request #201 from skarllot/master
Fixed SELinux modifications for Apache
2014-03-24 00:39:27 +02:00
Fabrício Godoy
2a7a7a2346 Fixed SELinux modifications for Apache
The boolean httpd_enable_homedirs isn't needed. httpd_read_user_content is enough (http://serverfault.com/a/461738).
All file context rules can be applied in one transaction (http://danwalsh.livejournal.com/41593.html).
2014-03-23 19:17:19 -03:00
Achilleas Pipinellis
716eaa7297 Merge pull request #200 from nszceta/master
[Guide] Update Gitlab Stable to to 6-7-stable
2014-03-23 22:41:54 +02:00
Adam Gradzki
bceef87e71 Update Gitlab Stable to to 6-7-stable 2014-03-23 16:30:25 -04:00
Achilleas Pipinellis
ac2078dc3a Merge branch 'master' of gitlab.com:gitlab-org/gitlab-recipes 2014-03-23 22:18:52 +02:00
Achilleas Pipinellis
521543ee4f Merge pull request #198 from Philzen/master
Added FreeBsd Installation Bumps / Troubleshooting Guide
2014-03-23 22:15:55 +02:00
Achilleas Pipinellis
671bf66135 Merge pull request #195 from nszceta/master
[Guide Update] Gitlab 6.6 - CentOS 6.5 Installation
2014-03-23 22:06:51 +02:00
Adam Gradzki
eea985edda Update Gitlab-Shell 1.9.1 support 2014-03-23 15:52:05 -04:00
Adam Gradzki
cfd6340db8 Gitlab only supports Ruby 2.0.x releases 2014-03-23 15:50:19 -04:00
Achilleas Pipinellis
d7c5b44432 Merge pull request #199 from skarllot/master
Fixed some typos
2014-03-23 21:43:58 +02:00
Fabrício Godoy
4a6294f608 Fixed some typo 2014-03-23 16:36:17 -03:00
Philzen
9b2541befb + Added fix for failing Rugged Gem failing to install
+ TOC
2014-03-22 14:27:35 +01:00
Philzen
072b3033ba + charlock holmes installation troubleshooting 2014-03-22 13:10:20 +01:00
Philzen
1ff47e6697 Merge pull request #1 from gitlabhq/master
Sync with origin
2014-03-22 12:52:02 +01:00