Sameer Naik
ce7b036dec
Revert "nginx" updated configs"
...
This reverts commit 48cf19f9571cc5519908ee2d5ae0df71a9e5871e.
Closes #800
2016-07-26 11:02:19 +05:30
SolidNerd
6614140eae
Fix Host header in nginx configuration
...
This will fix the problem if you don't use the typical HTTP/HTTPS ports otherwise nginx will redirects you with the default ports of HTTP/HTTPS .
2016-07-23 12:35:21 +02:00
Sameer Naik
48cf19f957
nginx" updated configs
2016-07-23 14:08:19 +05:30
Sameer Naik
10c44f0791
configs: cleanup
2016-07-23 14:07:56 +05:30
SolidNerd
52672b5a4e
Update repositories settings of GitLab for 8.10.0
2016-07-22 15:58:33 +02:00
SolidNerd
70dc29de1a
Use tcp for workhorse communication.
...
Signed-off-by: SolidNerd <niclas@mietz.io>
2016-07-17 09:28:24 +02:00
SolidNerd
8868da3c36
Update Information to GITLAB_SECRETS_DB_KEY_BASE
2016-06-27 13:38:22 +02:00
Martin Gansler
2cae7dd8cd
remove variable: NGINX_REGISTRY_PROXY_PORT
2016-06-26 12:16:45 +02:00
Sameer Naik
2c550e1673
fix: mail delivery configuration
2016-06-26 11:30:34 +05:30
SolidNerd
04ce7c9498
Fix smtp_settings to make mail work
...
During RC's of 8.9 some trouble causes mail won't work.
2016-06-25 13:21:30 +02:00
SolidNerd
fd6f96db80
Upgrade to 8.9.0
2016-06-24 12:30:30 +05:30
Peter Suschlik
32081ad8db
Make nginx's SSL ciphers configurable
...
http://bettercrypto.org/ suggests to restrict `ssl_ciphers`.
GitLab allows weaker SSL ciphers due to some Java IDEs.
This commit make SSL ciphers configurable via the environment variable
`SSL_CIPHERS`.
Example in docker-compose.yml:
version: '2'
...
services:
...
gitlab:
...
environment:
- SSL_CIPHERS=EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA256:EECDH:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!IDEA:!ECDSA:kEDH:CAMELLIA128-SHA:AES128-SHA
2016-06-21 10:14:16 +02:00
SolidNerd
56ef421b6e
Add Gitlab Container Registry
2016-06-20 12:45:05 +02:00
Sameer Naik
280b6368ec
added GITLAB_PROJECTS_LIMIT configuration option
...
Closes #717
2016-06-05 15:18:53 +05:30
Sameer Naik
b08eedbec8
oauth: exposed OAUTH_GITHUB_URL and OAUTH_GITHUB_VERIFY_SSL options for users for GitHub Enterprise.
2016-06-01 09:10:35 +05:30
Sameer Naik
8cc288504f
nginx: spdy is now http2
2016-06-01 08:34:15 +05:30
Sameer Naik
c1f8c1373d
updated gitlab vhost nginx configuration templates
2016-06-01 08:33:07 +05:30
Sameer Naik
fcb31c367d
updated gitlab.yml configuration template
2016-06-01 08:32:04 +05:30
Tomi Pakarinen
4e5df64982
Configure SAML attribute statements and external groups
2016-05-05 19:55:50 +03:00
Sameer Naik
fdc4358a0a
Merge branch 'feature-redis_db_number' of https://github.com/SolidNerd/docker-gitlab into SolidNerd-feature-redis_db_number
2016-04-24 22:16:06 +05:30
Sameer Naik
e725f4945c
Exposed GITLAB_TRUSTED_PROXIES configuration parameter
2016-04-24 21:16:26 +05:30
Sameer Naik
54a593f868
OAuth: Added OAUTH_EXTERNAL_PROVIDERS to specify external oauth providers.
2016-04-24 20:17:52 +05:30
Sameer Naik
5cbf70aa47
SSO: OAUTH_ALLOW_SSO now specifies a comma separated list of providers.
2016-04-24 20:12:42 +05:30
SolidNerd
efb7d66d44
Set REDIS_DB_NUMBER in GitLab Shell
2016-04-24 12:45:43 +02:00
SolidNerd
2a5ca84995
Possibility to change the redis database number
2016-04-24 12:33:32 +02:00
Sameer Naik
800840f706
gitlab: upgrade to CE v8.7.0
2016-04-24 12:00:33 +05:30
SolidNerd
ed36b3340f
Set client_body_max_size in gitlab_ci to 0
2016-04-23 18:12:58 +02:00
SolidNerd
8ac510f888
Revert "Add possibility to set the client_body_max_size for gitlab_ci"
...
This reverts commit ac7a6644792fb15036da2ae9e99093a615f69f06.
2016-04-23 18:10:58 +02:00
SolidNerd
ac7a664479
Add possibility to set the client_body_max_size for gitlab_ci
2016-04-23 14:36:12 +02:00
Sameer Naik
db11dbf149
added GITLAB_SIGNUP_ENABLED option to enable/disable signups
...
applicable on the first run only.
Closes #639
2016-04-17 23:39:02 +05:30
Sameer Naik
6eceaf21eb
fixed relative_url support
2016-03-27 11:35:48 +05:30
Sameer Naik
aefad44659
removed nginx hack for relative_url support
2016-03-27 11:18:49 +05:30
Sameer Naik
6cf973a9fd
exposed configuration parameters for auth0 OAUTH support
2016-03-23 16:25:13 +05:30
Sameer Naik
314a21a6c2
gitlab-shell: upgrade to v.2.6.11
2016-03-23 10:37:39 +05:30
Sameer Naik
d58c36f565
expose OAUTH_AUTO_LINK_SAML_USER configuration parameter
2016-02-26 09:16:37 +05:30
Sameer Naik
84004a073c
gitlab: upgrade to CE v8.5.0
2016-02-26 09:08:49 +05:30
Sameer Naik
6c607a4310
assets:precompile moved back to build time
2016-01-23 20:16:16 +05:30
Sameer Naik
6efebdf758
Merge branch 'azure' of https://github.com/jayme-github/docker-gitlab into jayme-github-azure
2016-01-23 13:28:26 +05:30
Sameer Naik
f487ea2cf1
oauth: expose cas3 oauth configuration options
2016-01-23 13:24:19 +05:30
Sameer Naik
df27d2cebb
gitlab: upgrade to CE v8.4.0
2016-01-23 13:24:19 +05:30
Sameer Naik
36d6c7eda8
moved execution of assets:precompile raketask to runtime
...
GitLab 8.4.0 requires a working database connection while executing the
`assets:precompile` raketask. As a result the execution of the rake task
is postponed to execute at runtime with the assets cached in the data
volume. This adds a noticable increase in the container startup time.
2016-01-23 13:23:57 +05:30
Sameer Naik
63c628f895
gitlab-shell: upgrade to v.2.6.10
2016-01-22 18:30:50 +05:30
Sameer Naik
a9caf40b15
expose LDAP_TIMEOUT configuration parameter
2016-01-14 10:11:46 +05:30
Sameer Naik
c3ef733fc8
gitlab: upgrade to CE v8.3.4
2016-01-14 09:56:06 +05:30
jayme-github
da3b1199f6
Add configuration parameters for Azure OAuth2
...
Allow configuration of Omniauth OAuth2 via Microsoft Azure using
https://github.com/KonaTeam/omniauth-azure-oauth2
Will be available with GitLab 8.4, merge request at
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2187
2016-01-07 09:49:34 +01:00
Sameer Naik
5021235fbb
gitlab: upgrade to CE v8.3.1
2015-12-29 09:27:34 +05:30
Sameer Naik
cd18eb156a
proxy pass requests to static assets to gitlab unicorn
...
When relative_url is in used, the links to assets in the
`application.css` file to not have the relative_url prefix. To fix this
we proxy pass asset requests to the upstream gitlab unicorn.
Fixes #521
2015-12-24 15:15:53 +05:30
Sameer Naik
de94d95cee
remove trailing / from location block when relative_url is used
2015-12-24 15:05:32 +05:30
Sameer Naik
60cd3d2572
gitlab-shell: upgrade to v.2.6.9
2015-12-22 12:05:20 +05:30
Sameer Naik
04d298967f
install sample rack_attack.rb template
2015-12-22 11:19:29 +05:30