solidnerd
d49d4b2dae
Again fixes for #1128
2017-03-18 19:06:43 +01:00
solidnerd
54a094ed98
Deploy gitlab-pages only if it's enabled
2017-03-18 14:41:24 +01:00
solidnerd
cd635cd57e
Add GitLab Pages
2017-03-18 11:51:49 +01:00
ayapapa
153eece62f
fixed backup issue
2017-02-28 22:03:45 +09:00
Paolo Mainardi
7b22b77566
Fix logical check of booleans
2017-02-18 15:37:37 +01:00
Paolo Mainardi
8d925d9a34
Add google cloud storage support ( #1030 )
...
* add google cloud storage support
* add documentation of paramenters
* use the same key for both providers
* use the same key for both providers
2017-02-15 20:08:10 +01:00
solidnerd
f0021000dd
FIX OAUTH_AUTHENTIQ configuration proccess
2016-12-25 22:51:23 +08:00
solidnerd
ea679665e8
Add OAUTH Authentiq support
...
Signed-off-by: solidnerd <niclas@mietz.io>
2016-12-25 22:50:27 +08:00
solidnerd
4b70522f37
Add GITLAB_MATTERMOST_ENABLED and GITLAB_MATTERMOST_URL
...
Signed-off-by: solidnerd <niclas@mietz.io>
2016-12-25 22:50:27 +08:00
Alex Brausewetter
93acbe0dd8
With MySQL run gitlab:setup before db:migrate
...
Fixes an issue where starting a new MySQL based container would failed
due to foreign key constraints.
2016-11-26 13:15:57 +01:00
solidnerd
9ec8d20e91
Add IMAP_TIMEOUT
...
Allows configuration of idle_timeout for incoming email
Signed-off-by: solidnerd <niclas@mietz.io>
2016-11-22 21:49:35 +01:00
Pieter Meyvaert
005f754a38
Applied patches for gitlab 8.13.0
2016-10-25 10:11:17 +02:00
Gert-Jan Timmer
c80bd87662
UID/GID non-unique fix
...
Complete details for PR: https://github.com/sameersbn/docker-postgresql/pull/78
allow non-unique id's, because the gid selected by the user may already be in use within the container. This fix solves that issue.
Docker error log:
```
Adapting uid and gid for postgres:postgres to 1024:101
groupmod: GID '101' already exists
```
Error within log means that GID: 101 is already in use within the container.
By using groupmod with option ```-o``` it will be allowed.
2016-08-31 15:25:16 +02:00
SolidNerd
6f49e45412
Add GITLAB_SECRETS_SECRET_KEY_BASE and GITLAB_SECRETS_OTP_KEY_BASE
2016-08-23 20:57:13 +02:00
SolidNerd
15e1a8f8c9
Improve error message when ssl key, ssl certificate or dhparam were not found
2016-08-05 22:00:12 +02:00
SolidNerd
078735183f
Fix Google OAuth multiple restricted domains configuration
...
This fixes a bug that occured during the implementation of 2aff87196d .
It was not possible to get it working without restricted domains. This fixes it.
2016-08-01 23:10:56 +02:00
Sameer Naik
10c44f0791
configs: cleanup
2016-07-23 14:07:56 +05:30
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
Sameer Naik
aa64c67330
do gitlab:setup after db:migrate
2016-06-01 08:29:42 +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
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
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
eade4fe5bf
recompile assets when GITLAB_RELATIVE_URL_ROOT is used
2016-03-27 11:06:07 +05:30
Sameer Naik
6cf973a9fd
exposed configuration parameters for auth0 OAUTH support
2016-03-23 16:25:13 +05:30
Mizunashi Mana
822074576d
add GITLAB_WORKHORSE_TIMEOUT env
2016-03-21 06:17:25 +09:00
Sameer Naik
c215498248
Merge pull request #610 from naotaco/support-skip-option
...
Support to set `SKIP` option for backup
2016-03-12 11:42:50 +05:30
Sameer Naik
891a04a703
remove stale unix domain sockets
2016-02-26 19:46:10 +05:30
Sameer Naik
d58c36f565
expose OAUTH_AUTO_LINK_SAML_USER configuration parameter
2016-02-26 09:16:37 +05:30
Sameer Naik
e308de3091
firstrun: expose GITLAB_ROOT_EMAIL configuration option
2016-02-26 09:12:39 +05:30
Sameer Naik
84004a073c
gitlab: upgrade to CE v8.5.0
2016-02-26 09:08:49 +05:30
Nao Taco
efe3c658a3
Support to set SKIP option for backup
2016-02-19 01:17:29 +09:00
Allineer
3c37f50366
rack_attack.rb wrong place
2016-02-03 23:07:54 +03:00
Sameer Naik
6c607a4310
assets:precompile moved back to build time
2016-01-23 20:16:16 +05:30
Sameer Naik
58cb48e6a0
added GITLAB_TEMP_DIR script macro
2016-01-23 13:37:04 +05:30
Sameer Naik
001ba77fb2
sanitize ${GITLAB_DATA_DIR}/tmp
2016-01-23 13:34:48 +05:30
Sameer Naik
78da0e291a
fix azure oauth integration
2016-01-23 13:29:35 +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