discourse_docker.git
9 years agodependencies are wrong way around
Sam [Fri, 29 May 2015 05:02:49 +0000 (15:02 +1000)]
dependencies are wrong way around

9 years agofix dependencies
Sam [Fri, 29 May 2015 04:58:08 +0000 (14:58 +1000)]
fix dependencies

9 years agobump version
Sam [Fri, 29 May 2015 04:51:34 +0000 (14:51 +1000)]
bump version

9 years agoremove old unused docker images, update version
Sam [Fri, 29 May 2015 04:51:02 +0000 (14:51 +1000)]
remove old unused docker images, update version

9 years agoUpdate base image
Sam [Fri, 29 May 2015 04:50:21 +0000 (14:50 +1000)]
Update base image

* include all image_optim dependencies
* upgrade jemalloc

9 years agotake stronger action in launcher when people are using an unsupported filesystem
Sam [Fri, 29 May 2015 00:39:28 +0000 (10:39 +1000)]
take stronger action in launcher when people are using an unsupported filesystem

9 years agoMerge pull request #163 from jamielinux/fix-dhparam
Sam [Sat, 23 May 2015 07:18:04 +0000 (17:18 +1000)]
Merge pull request #163 from jamielinux/fix-dhparam

Do not ignore errors when generating DH parameters

9 years agoInvert logic to avoid problems with exit status
Jamie Nguyen [Fri, 22 May 2015 06:50:44 +0000 (07:50 +0100)]
Invert logic to avoid problems with exit status

9 years agoDo not ignore errors when generating DH parameters
Jamie Nguyen [Fri, 22 May 2015 06:05:51 +0000 (07:05 +0100)]
Do not ignore errors when generating DH parameters

9 years agoMerge pull request #161 from jamielinux/update-ciphers
Sam [Fri, 22 May 2015 01:47:55 +0000 (11:47 +1000)]
Merge pull request #161 from jamielinux/update-ciphers

Update cipher list

9 years agoAdd missing semi-colon
Jamie Nguyen [Thu, 21 May 2015 16:49:54 +0000 (17:49 +0100)]
Add missing semi-colon

9 years agoUpdate cipher list
Jamie Nguyen [Thu, 21 May 2015 16:25:49 +0000 (17:25 +0100)]
Update cipher list

9 years agoMerge pull request #160 from riking/patch-4
Sam [Thu, 21 May 2015 02:11:16 +0000 (12:11 +1000)]
Merge pull request #160 from riking/patch-4

Generate unique DHE parameters during bootstrap

9 years agoGenerate unique DHE parameters on first bootstrap
riking [Thu, 21 May 2015 01:40:25 +0000 (18:40 -0700)]
Generate unique DHE parameters on first bootstrap

9 years agoFEATURE: a lot more params for customising pg installs
Sam [Thu, 14 May 2015 06:49:01 +0000 (16:49 +1000)]
FEATURE: a lot more params for customising pg installs

9 years agoFIX: bad SQL in bootstrap
Sam [Thu, 14 May 2015 06:48:42 +0000 (16:48 +1000)]
FIX: bad SQL in bootstrap

9 years agoMerge pull request #157 from ericschoolzilla/master
Sam [Tue, 12 May 2015 06:21:23 +0000 (16:21 +1000)]
Merge pull request #157 from ericschoolzilla/master

Added config name check to prevent docker name errors after build.

9 years agoit should be global
Sam [Tue, 12 May 2015 05:12:13 +0000 (15:12 +1000)]
it should be global

9 years agofastly rule to preserve ip
Sam [Tue, 12 May 2015 05:05:42 +0000 (15:05 +1000)]
fastly rule to preserve ip

9 years agoAdded config name check to prevent docker name errors after build.
Eric Hoxworth [Fri, 8 May 2015 15:04:30 +0000 (10:04 -0500)]
Added config name check to prevent docker name errors after build.

9 years agoMerge pull request #156 from rosshays/master
Régis Hanol [Wed, 6 May 2015 21:28:26 +0000 (23:28 +0200)]
Merge pull request #156 from rosshays/master

Fixing a syntax error with one of the exception handlers in mailtest

9 years agoFixing a syntax error with one of the exception handlers
Ross Hays [Wed, 6 May 2015 19:58:42 +0000 (15:58 -0400)]
Fixing a syntax error with one of the exception handlers

9 years agoMerge pull request #155 from spicyj/patch-1
Sam [Wed, 6 May 2015 02:35:01 +0000 (12:35 +1000)]
Merge pull request #155 from spicyj/patch-1

Fix INSTALL instructions link in README

9 years agoFix INSTALL instructions link in README
Ben Alpert [Wed, 6 May 2015 00:33:01 +0000 (17:33 -0700)]
Fix INSTALL instructions link in README

9 years agoMerge pull request #154 from hayeah/fix-rails-arguments-expansion
Sam [Mon, 4 May 2015 00:05:41 +0000 (10:05 +1000)]
Merge pull request #154 from hayeah/fix-rails-arguments-expansion

Fix rails wrapper's arguments expansion problem.

9 years agoFix rails wrapper's arguments expansion problem.
Howard Yeh [Sat, 2 May 2015 13:35:46 +0000 (21:35 +0800)]
Fix rails wrapper's arguments expansion problem.

"$@" expands to multiple words, and breaks `[` if there are multiple
arguments. Use "$*" == "console" instead, since this expands all the
arguments to a single word, which is what we want instead.

9 years agoMerge pull request #148 from rata/master
Sam [Tue, 28 Apr 2015 00:36:27 +0000 (10:36 +1000)]
Merge pull request #148 from rata/master

Revert templates/web.sssl.template.yml: Disable spdy header compression

9 years agoRevert "templates/web.sssl.template.yml: Disable spdy header compression"
Rodrigo Campos [Mon, 27 Apr 2015 14:26:22 +0000 (11:26 -0300)]
Revert "templates/web.sssl.template.yml: Disable spdy header compression"

This reverts commit c0ed494c3acf1acf629379f33f413d7660183855. It was late and I
misread the info here:

https://github.com/18F/tls-standards/issues/24

The first comment clearly states that the server *can* compress spdy header, as
the attack is on request headers (not responses). And modern browsers disable
compression on requests (or chrome, maybe even smarter tricks in newer
versions). In fact, Chrome 21 and Firefox 15 switched off SPDY header
compression[1] and the requirements page on discourse:

https://github.com/discourse/discourse#requirements

shows newer browsers than those are needed. So it seems safe to enable spdy
header compression on the server.

[1]: https://www.imperialviolet.org/2012/09/21/crime.html

9 years agoMerge pull request #147 from rata/master
Sam [Tue, 21 Apr 2015 14:04:52 +0000 (00:04 +1000)]
Merge pull request #147 from rata/master

templates/web.sssl.template.yml: Disable spdy header compression

9 years agotemplates/web.sssl.template.yml: Enable TLS session resumption
rata [Tue, 21 Apr 2015 00:57:08 +0000 (21:57 -0300)]
templates/web.sssl.template.yml: Enable TLS session resumption

This is totally safe to enable, as the cache default is 5m, and should reduce CPU usage on the server

9 years agotemplates/web.sssl.template.yml: Disable spdy header compression
rata [Tue, 21 Apr 2015 00:43:45 +0000 (21:43 -0300)]
templates/web.sssl.template.yml: Disable spdy header compression

As explained here:

https://github.com/18F/tls-standards/issues/24

We shouldn't use spdy header compression with spdy 1.3 (the one packaged with nginx).So, just disable it.

9 years agoversion bump
Sam [Thu, 16 Apr 2015 02:54:27 +0000 (12:54 +1000)]
version bump

9 years agoupdate ruby 2.2 to latest
Sam [Thu, 16 Apr 2015 01:51:14 +0000 (11:51 +1000)]
update ruby 2.2 to latest

9 years agoversion bump
Sam [Thu, 16 Apr 2015 01:47:03 +0000 (11:47 +1000)]
version bump

9 years agoupdate ruby
Sam [Thu, 16 Apr 2015 01:30:57 +0000 (11:30 +1000)]
update ruby

9 years agoFIX: broken nginx log file rotation
Sam [Thu, 16 Apr 2015 01:30:37 +0000 (11:30 +1000)]
FIX: broken nginx log file rotation

9 years agoupdate pngout to latest version
Régis Hanol [Wed, 15 Apr 2015 09:30:39 +0000 (11:30 +0200)]
update pngout to latest version

9 years agoMerge pull request #144 from tgxworld/fix_readme
Sam [Thu, 9 Apr 2015 01:51:53 +0000 (11:51 +1000)]
Merge pull request #144 from tgxworld/fix_readme

Update README.

9 years agoUpdate README.
Guo Xiang Tan [Thu, 9 Apr 2015 01:40:22 +0000 (09:40 +0800)]
Update README.

Follow up to https://github.com/discourse/discourse_docker/commit/8b4382c7aa3a92440f292d7abdd4bce5b29ee405.

9 years agooops
Sam [Wed, 8 Apr 2015 07:20:30 +0000 (17:20 +1000)]
oops

9 years agoadd fast switch to build
Sam [Wed, 8 Apr 2015 06:13:43 +0000 (16:13 +1000)]
add fast switch to build

9 years agocreate an image for quickly switching ruby versions
Sam [Wed, 8 Apr 2015 05:06:53 +0000 (15:06 +1000)]
create an image for quickly switching ruby versions

9 years agoMerge pull request #143 from tgxworld/add_links_readme
Sam [Wed, 8 Apr 2015 03:00:35 +0000 (13:00 +1000)]
Merge pull request #143 from tgxworld/add_links_readme

Add documentation for links.

9 years agoAdd documentation for links.
Guo Xiang Tan [Wed, 8 Apr 2015 02:52:28 +0000 (10:52 +0800)]
Add documentation for links.

9 years agobump
Sam [Tue, 7 Apr 2015 03:39:55 +0000 (13:39 +1000)]
bump

9 years agoadd ghostscript
Sam [Tue, 7 Apr 2015 02:22:25 +0000 (12:22 +1000)]
add ghostscript

9 years agoAdd gsfonts needed for letter avatars
Sam [Tue, 7 Apr 2015 01:29:34 +0000 (11:29 +1000)]
Add gsfonts needed for letter avatars

9 years agoMerge pull request #131 from Meeco/web_config_sample_typo
Sam [Mon, 6 Apr 2015 04:19:41 +0000 (14:19 +1000)]
Merge pull request #131 from Meeco/web_config_sample_typo

Change web_only sample database username variable to what discourse is expecting

9 years agoversion bump
Sam [Fri, 3 Apr 2015 23:23:55 +0000 (10:23 +1100)]
version bump

9 years agonew version of ruby new imagemagick
Sam [Fri, 3 Apr 2015 22:06:04 +0000 (09:06 +1100)]
new version of ruby new imagemagick

9 years agoadd comments about shared buffer and db work mem
Sam [Wed, 1 Apr 2015 21:07:22 +0000 (08:07 +1100)]
add comments about shared buffer and db work mem

9 years agoMerge pull request #132 from riking/socketed
Robin Ward [Tue, 31 Mar 2015 18:54:31 +0000 (14:54 -0400)]
Merge pull request #132 from riking/socketed

Add web.socketed.template.yml for nginx sockets

9 years agoleft over exit
Sam [Tue, 31 Mar 2015 05:18:41 +0000 (16:18 +1100)]
left over exit

9 years agoadd warning if base image is missing
Sam [Tue, 31 Mar 2015 05:18:16 +0000 (16:18 +1100)]
add warning if base image is missing

9 years agoAdded a 2.2 image and updated test to use it
Sam [Mon, 30 Mar 2015 01:20:40 +0000 (12:20 +1100)]
Added a 2.2 image and updated test to use it

9 years agoMerge pull request #135 from tgxworld/allow_db_name_to_be_set_in_params
Sam [Mon, 23 Mar 2015 07:19:43 +0000 (18:19 +1100)]
Merge pull request #135 from tgxworld/allow_db_name_to_be_set_in_params

Allow database name and user to be set by params.

9 years agoAllow database name and user to be set by params.
Guo Xiang Tan [Mon, 23 Mar 2015 07:12:33 +0000 (15:12 +0800)]
Allow database name and user to be set by params.

9 years agoMerge pull request #134 from tgxworld/typo
Régis Hanol [Thu, 19 Mar 2015 14:54:10 +0000 (15:54 +0100)]
Merge pull request #134 from tgxworld/typo

Fix type in README.

9 years agoFix type in README.
Guo Xiang Tan [Thu, 19 Mar 2015 14:28:10 +0000 (22:28 +0800)]
Fix type in README.

9 years agoMerge pull request #133 from tgxworld/fix_typo_in_readme
Sam [Thu, 19 Mar 2015 06:25:21 +0000 (17:25 +1100)]
Merge pull request #133 from tgxworld/fix_typo_in_readme

Fix typo.

9 years agoFix typo.
Guo Xiang Tan [Thu, 19 Mar 2015 06:05:08 +0000 (14:05 +0800)]
Fix typo.

[CI SKIP]

9 years agoFIX: need a leading space here...
Sam [Tue, 17 Mar 2015 06:04:50 +0000 (17:04 +1100)]
FIX: need a leading space here...

9 years agowe don't care about ssh these days
Sam [Mon, 16 Mar 2015 01:33:05 +0000 (12:33 +1100)]
we don't care about ssh these days

9 years ago- stop using cid files
Sam [Mon, 16 Mar 2015 01:01:07 +0000 (12:01 +1100)]
- stop using cid files
- clean up cleanup command
- be more verbose when starting an image to ease debugging

9 years agoAdd web.socketed.template.yml for nginx sockets
riking [Fri, 13 Mar 2015 22:08:27 +0000 (15:08 -0700)]
Add web.socketed.template.yml for nginx sockets

9 years agoChange sample database username variable to what discourse is expecting
Luke Fielke [Tue, 10 Mar 2015 23:23:14 +0000 (09:53 +1030)]
Change sample database username variable to what discourse is expecting

9 years agoMerge pull request #130 from audreyt/master
Sam [Tue, 10 Mar 2015 23:00:25 +0000 (10:00 +1100)]
Merge pull request #130 from audreyt/master

* Set default encoding to UTF8, not SQL_ASCII

9 years ago* Set default encoding to UTF8, not SQL_ASCII
Audrey Tang [Tue, 10 Mar 2015 07:42:06 +0000 (15:42 +0800)]
* Set default encoding to UTF8, not SQL_ASCII

  This is a cleaned-up patch as suggested by @SamSaffron in #119.

9 years agoversion bump
Sam [Tue, 10 Mar 2015 04:49:53 +0000 (15:49 +1100)]
version bump

9 years agoclean up comments
Sam [Tue, 10 Mar 2015 04:48:53 +0000 (15:48 +1100)]
clean up comments

9 years agoMerge branch 'master' of github.com:discourse/discourse_docker
Sam [Tue, 10 Mar 2015 04:48:05 +0000 (15:48 +1100)]
Merge branch 'master' of github.com:discourse/discourse_docker

9 years agore-exec self if we are out of date
Sam [Tue, 10 Mar 2015 04:47:55 +0000 (15:47 +1100)]
re-exec self if we are out of date

9 years agofix pg missing dir
Sam [Tue, 10 Mar 2015 04:21:43 +0000 (15:21 +1100)]
fix pg missing dir

9 years agosome ignores
Sam [Tue, 10 Mar 2015 02:20:44 +0000 (13:20 +1100)]
some ignores

9 years agoBuild script and bump up to version 1.0.8
Sam [Tue, 10 Mar 2015 02:19:11 +0000 (13:19 +1100)]
Build script and bump up to version 1.0.8

9 years agoMerge pull request #72 from riking/notify-email
Sam [Mon, 9 Mar 2015 23:31:50 +0000 (10:31 +1100)]
Merge pull request #72 from riking/notify-email

Add instructions to bootstrap with a notification email

9 years agoMerge pull request #89 from Supermathie/v1run
Sam [Mon, 9 Mar 2015 23:31:22 +0000 (10:31 +1100)]
Merge pull request #89 from Supermathie/v1run

BUGFIX: if one of runit's 1.d scripts fails, abort the startup

9 years agosample for start tls
Sam [Mon, 9 Mar 2015 23:28:28 +0000 (10:28 +1100)]
sample for start tls

9 years agowhois added to base image.
Sam [Mon, 9 Mar 2015 23:26:32 +0000 (10:26 +1100)]
whois added to base image.

9 years agoMerge pull request #109 from fantasticfears/ref
Sam [Mon, 9 Mar 2015 23:23:46 +0000 (10:23 +1100)]
Merge pull request #109 from fantasticfears/ref

add reference about rubygems china mirror in advanced section

9 years agoMerge pull request #126 from riking/patch-3
Sam [Mon, 9 Mar 2015 23:17:53 +0000 (10:17 +1100)]
Merge pull request #126 from riking/patch-3

Add prompt when running on device mapper

9 years agoMerge pull request #128 from LuaTenshi/patch-1
Sam [Mon, 9 Mar 2015 22:59:36 +0000 (09:59 +1100)]
Merge pull request #128 from LuaTenshi/patch-1

Added cleanup command by Supermathie

9 years agoConfirm dialogue added, updated cleanup command
LuaTenshi [Thu, 5 Mar 2015 23:47:33 +0000 (18:47 -0500)]
Confirm dialogue added, updated cleanup command

Added a confirm dialogue to the Cleanup Command, and the ability to show how much space was cleared after running the cleanup command.

9 years agoAdded cleanup command by Supermathie
LuaTenshi [Sun, 1 Mar 2015 05:24:45 +0000 (00:24 -0500)]
Added cleanup command by Supermathie

Added a the cleanup command to the launcher as suggested by Sam on https://meta.discourse.org/t/adding-an-easy-discourse-command/25841/2

The original code was written by Supermathie on https://meta.discourse.org/t/low-on-disk-space-cleaning-up-old-docker-containers/15792/18

9 years agoadd gifsicle to base images
Régis Hanol [Wed, 25 Feb 2015 13:20:31 +0000 (14:20 +0100)]
add gifsicle to base images

9 years agoUpdate web.template.yml
Sam [Sun, 22 Feb 2015 23:50:47 +0000 (10:50 +1100)]
Update web.template.yml

9 years agoMerge pull request #127 from kewubenduben/patch-1
Sam [Mon, 16 Feb 2015 21:29:00 +0000 (08:29 +1100)]
Merge pull request #127 from kewubenduben/patch-1

Update launcher

9 years agoUpdate launcher
Ker Ruben Ramos [Mon, 16 Feb 2015 20:57:32 +0000 (04:57 +0800)]
Update launcher

just a typo

9 years agoAdded container for monitoring memory and cpu on all docker containers
Sam [Fri, 13 Feb 2015 06:53:38 +0000 (17:53 +1100)]
Added container for monitoring memory and cpu on all docker containers

9 years agoAdd prompt when running on device mapper
riking [Mon, 9 Feb 2015 21:57:14 +0000 (13:57 -0800)]
Add prompt when running on device mapper

9 years agoMerge pull request #125 from riking/patch-1
Sam [Mon, 9 Feb 2015 21:15:12 +0000 (08:15 +1100)]
Merge pull request #125 from riking/patch-1

Add Discourse locale to samples/standalone.yml

9 years agoAdd Discourse locale to samples/standalone.yml
riking [Mon, 9 Feb 2015 19:19:37 +0000 (11:19 -0800)]
Add Discourse locale to samples/standalone.yml

9 years agoMerge pull request #122 from Supermathie/master
Sam [Wed, 28 Jan 2015 05:25:46 +0000 (16:25 +1100)]
Merge pull request #122 from Supermathie/master

anacron: invoke directly instead of triggering the upstart job (which wo...

9 years agoanacron: invoke directly instead of triggering the upstart job (which won't fire)
Michael Brown [Wed, 28 Jan 2015 03:52:32 +0000 (22:52 -0500)]
anacron: invoke directly instead of triggering the upstart job (which won't fire)

9 years agoMerge pull request #105 from SAMdroid-apps/docker-options
Sam [Tue, 6 Jan 2015 23:31:04 +0000 (10:31 +1100)]
Merge pull request #105 from SAMdroid-apps/docker-options

Add --docker-args option to the launcher script

9 years agoAdd --docker-args option to the launcher script
Sam P [Sun, 9 Nov 2014 09:29:37 +0000 (04:29 -0500)]
Add --docker-args option to the launcher script

9 years agobump version
Sam [Mon, 15 Dec 2014 02:22:29 +0000 (13:22 +1100)]
bump version

9 years agoversion bump
Sam [Mon, 15 Dec 2014 02:21:39 +0000 (13:21 +1100)]
version bump

9 years agoFEATURE: Add nodejs and uglifyjs to the image
Sam [Sun, 14 Dec 2014 23:27:34 +0000 (10:27 +1100)]
FEATURE: Add nodejs and uglifyjs to the image
FEATURE: compile ruby with gcc  4.9

9 years agoremove rc4
Sam [Thu, 11 Dec 2014 01:13:27 +0000 (12:13 +1100)]
remove rc4