226 Commits

Author SHA1 Message Date
Sameer Naik
24193e9c26 init: added LDAP_BLOCK_AUTO_CREATED_USERS configuration option 2015-04-22 21:19:35 +05:30
Sameer Naik
adedff0d0d init: added GITLAB_EMAIL_REPLY_TO configuration option 2015-04-22 21:19:35 +05:30
Sameer Naik
f4b6fd9706 init: removed ENV variables to configure *External Issue Tracker* integration
External issue trackers can now be integrated from the "Service
Templates" section of the settings panel.
2015-04-22 21:19:35 +05:30
Andrew Forward
6376a587d4 Create app:init to separate initialization from starting
This feature allows an install script to initialize much of the
gitlab requirements without actually starting it.  It is useful
for deployment scripts so that the first start up does not have to
do this work itself.  app:start calls app:init, so no change
in functionality for app:start.
2015-04-19 16:38:59 -04:00
Sameer Naik
cdbd87250c config: cleanup gitlab.yml 2015-04-13 17:24:41 +05:30
Sameer Naik
0e300880cd Merge branch 'master' of https://github.com/mlewe/docker-gitlab into mlewe-master 2015-04-13 17:08:44 +05:30
Sameer Naik
f8209dafca init: cosmetic changes 2015-04-13 16:58:14 +05:30
Sameer Naik
3fec682532 init: disable proxy_buffering and X-Accel-Buffering by default
Closes #226
2015-04-13 16:57:05 +05:30
Sameer Naik
eea0a43971 nginx: removed proxy_max_temp_file_size configuration from vhost configuration 2015-04-13 16:55:42 +05:30
Sameer Naik
3c3eebaf26 Merge branch 'master' of https://github.com/ulrichSchreiner/docker-gitlab into ulrichSchreiner-master 2015-04-13 16:46:34 +05:30
Marius Lewerenz
088a58d2ce init: added gravatar configuration options. 2015-04-09 14:03:01 +02:00
Sameer Naik
62249474e6 init: set default value of SMTP_OPENSSL_VERIFY_MODE to none.
The mailer does not seem to be able to verify SSL certificates when
`SMTP_OPENSSL_VERIFY_MODE` is set to `peer`. We set the default value to
`none` until the issue can be resolved.

Closes #282
2015-03-26 16:28:26 +05:30
Sameer Naik
26e35c6c33 init: silence assets compilation output (too much noise). 2015-03-23 16:25:03 +05:30
Sameer Naik
f3ea1cf84a init: added GITLAB_EMAIL_DISPLAY_NAME configuration option 2015-03-23 16:21:30 +05:30
Sameer Naik
0645a511ca init: added BitBucket OAuth configuration support 2015-03-23 16:16:45 +05:30
Sameer Naik
5cb1374295 init: removed GITLAB_RESTRICTED_VISIBILITY configuration option, can be set from the UI 2015-03-23 16:15:06 +05:30
Sameer Naik
92fe898c7e init: set default value of SMTP_OPENSSL_VERIFY_MODE to peer 2015-03-23 16:05:24 +05:30
Sameer Naik
1cbb71c958 init: set default value of UNICORN_WORKERS to 3 2015-03-23 16:04:55 +05:30
Russell Sim
c09210adde Allow setting of the root password 2015-03-12 19:13:12 +11:00
Ulrich Schreiner
4bc41ee487 replace values in nginx config 2015-02-28 15:30:36 +01:00
Ulrich Schreiner
59a9065537 possibility to disable proxy buffering in nginx or in a frontend nginx 2015-02-28 15:01:39 +01:00
Sameer Naik
d31c1f959c init: added gitlab oauth configuration support 2015-02-22 13:50:19 +05:30
Sameer Naik
8d17f600df init: set LDAP_METHOD default value to plain 2015-02-22 13:49:41 +05:30
Sameer Naik
478254df93 init: set LDAP_PORT default value to 389 2015-02-22 13:49:00 +05:30
Sameer Naik
a0be956f9c removed GITLAB_GRAVATAR_ENABLED configuration option, can be set from gitlab ui 2015-02-07 12:46:13 +05:30
Sameer Naik
c37d3d6856 removed GITLAB_PROJECTS_LIMIT configuration option, can be set from gitlab ui 2015-02-07 12:45:57 +05:30
Sameer Naik
f7a65eb52c removed GITLAB_SIGNIN configuration option, can be set from gitlab ui 2015-02-07 12:45:23 +05:30
Sameer Naik
03df844b9c removed GITLAB_SIGNUP configuration option, can be set from gitlab ui 2015-02-07 12:44:26 +05:30
Sameer Naik
6165bd81f8 init: check if GITLAB_BACKUPS have been enabled 2015-02-07 12:40:57 +05:30
Sameer Naik
31ffe82597 start: do not silence additional command errors
Refer #252
2015-02-04 16:27:38 +05:30
Sameer Naik
fa4fc26743 init: do not silence command errors
Closes #252
2015-02-04 16:04:42 +05:30
Michal Galet
6d5fd8afb0 Adding configuration options for default project features: issues, merge_requests, wiki, snippets 2015-01-25 22:07:26 +01:00
Sameer Naik
818df74e1c Merge pull request #236 from chrta/add_mantis_bugtracker
Add support for mantis issue tracker
2015-01-13 10:24:42 +05:30
Michael Merickel
16104fb6e8 support linking with official postgres image 2015-01-09 17:15:31 -06:00
Christian Taedcke
bb6f264e01 added support for mantis issue tracker 2015-01-06 10:53:09 +01:00
Sameer Naik
9782b573e8 init: added GOOGLE_ANALYTICS_ID configuration option
Closes #230
2015-01-05 11:31:20 +05:30
Sameer Naik
a951b94043 init: added GITLAB_BACKUP_TIME configuration option
Refer #77
2014-12-24 20:48:13 +05:30
Sameer Naik
1d152b52c3 Disable IPv6 for SSL as well 2014-12-23 19:23:22 +05:30
Ahmet Demir
7cfaee3ec5 Disable IPv6 support for Nginx
On some servers, IPv6 is not available, so Nginx can't listen on  [::]:80 

	2014/12/19 07:18:32 [emerg] 484#0: socket() [::]:80 failed (97: Address family not supported by protocol)

I removed the line and the container start successfully.
2014-12-23 14:31:30 +01:00
Ziirish
1b89fe4b8e fix: PIWIK_URL sed delimiter 2014-12-15 16:38:13 +01:00
Ziirish
2426d07958 add: Piwik support 2014-12-15 16:30:13 +01:00
Sameer Naik
823b1464e1 init: do not run gitlab:satellites:create rake task at startup 2014-12-04 20:01:06 +05:30
Sameer Naik
283bba3d2d rake: accept BACKUP parameter while running the restore rake task, closes #220 2014-12-03 22:38:53 +05:30
Max Nordlund
42636a5e6e Change db wait message into a progress bar
This decreases the noise from, potentially 60, "Waiting for database server to accept connections..." messages. These are replaced by a mere ".", but written on the same line, forming a basic progress bar.
2014-11-23 21:51:37 +01:00
Sameer Naik
3671d0b5fd init: added GITLAB_EMAIL_ENABLED configuration option 2014-11-23 13:41:48 +05:30
Sameer Naik
059f7d1329 init: added GITLAB_TIMEZONE configuration option 2014-11-23 13:40:18 +05:30
Sameer Naik
34f74108c9 expand path variables using GITLAB_HOME script variable 2014-11-20 13:10:36 +05:30
Sameer Naik
d4da37b1f6 added GITLAB_LOG_DIR script variable 2014-11-20 13:09:51 +05:30
Sameer Naik
f7d5f080e2 init: fix find command to correctly ignore the GITLAB_DATA_DIR in uid mapping 2014-11-20 12:16:40 +05:30
Christian Fetzer
9952b2d999 init: uid/gid adaption
To this day, Docker does not support mapping user/group ids from the
host to the container. Hence, all files created on the mounted volumes
are owned by git:git (1000:1000). On the host that uid/gid possibly
belongs to a different user/group.

With this change the container will adapt the uid/gid of git in
/etc/passwd and /etc/group to the environment variables USERMAP_UID and
USERMAP_GID if specified.

In addition all files in /home/git and /var/log/gitlab have to be
adapted to reflect those changes. This can be a time consuming process
which can be improved by committing the container after the first run.

Idea from: http://chapeau.freevariable.com/2014/08/docker-uid.html
2014-11-19 20:59:51 +01:00