51 Commits

Author SHA1 Message Date
Pieter Meyvaert
005f754a38 Applied patches for gitlab 8.13.0 2016-10-25 10:11:17 +02:00
SolidNerd
6f49e45412 Add GITLAB_SECRETS_SECRET_KEY_BASE and GITLAB_SECRETS_OTP_KEY_BASE 2016-08-23 20:57:13 +02:00
Aurélien Chrétien
2aff87196d Improve OAUTH_GOOGLE_RESTRICT_DOMAIN for mutltiple restricted domains
Since 85cb5635ba the google oauth handle multiple hosted domain validation.
2016-07-28 11:24:36 +02:00
SolidNerd
1056e8a983 Add NGINX_SERVER_NAMES_HASH_BUCKET_SIZE 2016-07-09 12:25:39 +02:00
Martin Gansler
2cae7dd8cd remove variable: NGINX_REGISTRY_PROXY_PORT 2016-06-26 12:16:45 +02:00
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
SolidNerd
607df08b24 Add aws multipart chunk size 2016-06-01 08:29:42 +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
2a5ca84995 Possibility to change the redis database number 2016-04-24 12:33:32 +02:00
Sameer Naik
dff208c70c do not add +%{key} placeholder to GITLAB_INCOMING_EMAIL_ADDRESS by default
Closes #670
2016-04-24 15:51:43 +05:30
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
Mizunashi Mana
a5ab6f41db fix default value 2016-03-21 18:59:41 +09:00
Mizunashi Mana
822074576d add GITLAB_WORKHORSE_TIMEOUT env 2016-03-21 06:17:25 +09:00
Sameer Naik
d58c36f565 expose OAUTH_AUTO_LINK_SAML_USER configuration parameter 2016-02-26 09:16:37 +05:30
Allineer
4eac70c252 Fix typo
`GITLAB_BACKUP` => `GITLAB_BACKUP_SCHEDULE`
2016-01-25 23:49:39 +03:00
Sameer Naik
58cb48e6a0 added GITLAB_TEMP_DIR script macro 2016-01-23 13:37:04 +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
a9caf40b15 expose LDAP_TIMEOUT configuration parameter 2016-01-14 10:11:46 +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
72b18f663f make GITLAB_RELATIVE_URL_ROOT__with_trailing_slash local to nginx_configure_gitlab_relative_url function 2015-12-24 15:02:15 +05:30
Sameer Naik
59238a96c2 removed NGINX_MAX_UPLOAD_SIZE configuration parameter 2015-12-22 11:19:29 +05:30
Sameer Naik
c7059c18a3 expose GITLAB_MAX_OBJECT_SIZE configuration parameter 2015-12-22 11:19:29 +05:30
Sameer Naik
addf64afbb introducing GITLAB_RELATIVE_URL_ROOT__with_trailing_slash script variable 2015-12-22 10:43:10 +05:30
Sameer Naik
208f95e246 relative_url_root should not be set when GITLAB_RELATIVE_URL_ROOT is
not used

Fixes #541
2015-12-22 10:35:56 +05:30
Sameer Naik
6c921ffd4a renamed config GITLAB_BACKUPS to GITLAB_BACKUPS_SCHEDULE 2015-12-19 23:31:36 +05:30
Sameer Naik
a42963c24d fix relative_url access without trailing / in url 2015-12-13 21:15:23 +05:30
Sameer Naik
ac6aa3e84f renamed config GITLAB_HTTPS_HSTS_MAXAGE to NGINX_HSTS_MAXAGE 2015-12-13 12:19:51 +05:30
Sameer Naik
f926494b6d renamed config GITLAB_HTTPS_HSTS_ENABLED to NGINX_HSTS_ENABLED 2015-12-13 12:17:06 +05:30
Sameer Naik
3a36cb730e renamed config CA_CERTIFICATES_PATH to SSL_CA_CERTIFICATES_PATH 2015-12-13 12:09:25 +05:30
Sameer Naik
5ada4c6922 substitute OAUTH_GOOGLE_APPROVAL_PROMPT, OAUTH_GITHUB_SCOPE and OAUTH_GITLAB_SCOPE using replace_placeholders 2015-12-11 22:24:41 +05:30
Sameer Naik
6074fb0041 added GITLAB_BACKUP_PG_SCHEMA configuration parameter
Closes #524
2015-12-10 20:56:41 +05:30
Sameer Naik
6ec7c2ede2 DB_TYPE parameter renamed to DB_ADAPTER with mysql2 and postgresql as accepted values 2015-11-30 11:24:26 +05:30
Sameer Naik
05c42b2e0d added GITLAB_DOWNLOADS_DIR configuration parameter 2015-11-29 20:22:12 +05:30
Sameer Naik
72871900d5 fixed typo. Closes #516 2015-11-27 20:36:25 +05:30
Sameer Naik
d354646899 added GITLAB_ARTIFACTS_DIR configuration parameter 2015-11-26 11:57:37 +05:30
Sameer Naik
a59da2f952 added GITLAB_ARTIFACTS_ENABLED configuration parameter 2015-11-26 11:56:53 +05:30
Dominik Schulz
86196cd522 Add Rack::Attack configuration
This commit adds the configuration for the Rack::Attack
component to the scripts.
2015-11-25 10:59:51 +01:00
Xueshan Feng
0ce641a3bb Added "OAUTH_SAML_LABEL" environment to allow customization. 2015-11-22 22:19:43 -08:00
Sameer Naik
2eafe4318a added GITLAB_LFS_ENABLED configuration parameter 2015-11-22 12:26:40 +05:30
Sameer Naik
3cd493bb58 added GITLAB_PROJECTS_BUILDS configuration parameter 2015-11-22 12:26:40 +05:30
Sameer Naik
d4ffd4133d added GITLAB_LFS_OBJECTS_DIR configuration parameter 2015-11-22 12:26:40 +05:30
Sameer Naik
d87d1e7315 added GITLAB_SHARED_DIR configuration parameter 2015-11-22 12:26:40 +05:30