Sam [Mon, 25 Aug 2014 04:37:04 +0000 (14:37 +1000)]
bump version
Sam [Mon, 25 Aug 2014 04:36:40 +0000 (14:36 +1000)]
stop contorting with buggy awk code
Sam [Mon, 25 Aug 2014 02:26:04 +0000 (12:26 +1000)]
FIX: add anacron to ensure jobs run if restarting containers a lot
Sam [Mon, 25 Aug 2014 02:22:19 +0000 (12:22 +1000)]
FIX: use chpst to avoid extra process that interferes with signals
Sam [Fri, 22 Aug 2014 07:28:07 +0000 (17:28 +1000)]
Remove temporary code, add rate limited initial template
Sam [Fri, 22 Aug 2014 02:41:50 +0000 (12:41 +1000)]
new image
Sam [Fri, 22 Aug 2014 01:41:56 +0000 (11:41 +1000)]
update to 1.0.1
Sam [Thu, 21 Aug 2014 23:40:01 +0000 (09:40 +1000)]
Merge pull request #83 from Supermathie/v1run
Big cleanup of discourse docker environment
Michael Brown [Wed, 20 Aug 2014 08:40:49 +0000 (04:40 -0400)]
Big cleanup of discourse docker environment
* try to avoid sudo
* streamline image build
* remove constant 'duplicate source' warnings
* update samples to be consistent with each other
* add TODO lines to alert the user to important items to configure
Sam [Wed, 20 Aug 2014 07:16:14 +0000 (17:16 +1000)]
fix
Sam [Wed, 20 Aug 2014 03:17:08 +0000 (13:17 +1000)]
- Update base image
- Update discourse image
- Include cron and rsyslogd in base image
- Mount /var/log on host so we have access to nginx logs
- Introduce log rotation
- Correct symlink creation so it works with admin/upgrade
- All sample paths are /var/discourse
Jeff Atwood [Mon, 18 Aug 2014 08:00:30 +0000 (01:00 -0700)]
Bring readme up to date
Sam [Thu, 7 Aug 2014 08:14:51 +0000 (18:14 +1000)]
Update postgres.template.yml
Sam [Thu, 7 Aug 2014 03:11:37 +0000 (13:11 +1000)]
FEATURE: allow tweaking more pg setup options
Sam [Mon, 4 Aug 2014 06:59:13 +0000 (16:59 +1000)]
Merge pull request #74 from jgehrcke/patch-1
scripts/mailtest: fix socket family check.
Sam [Mon, 4 Aug 2014 06:58:47 +0000 (16:58 +1000)]
Merge pull request #80 from Supermathie/v1run
Add a few troubleshooting suggestions to readme
Michael Brown [Sun, 3 Aug 2014 04:32:19 +0000 (00:32 -0400)]
Add more suggestions for troubleshooting.
Michael Brown [Sun, 3 Aug 2014 04:11:44 +0000 (00:11 -0400)]
Add suggestion from #38 for setting proxy information in the container
Sam [Fri, 1 Aug 2014 22:56:33 +0000 (08:56 +1000)]
Update standalone.yml
Sam [Fri, 1 Aug 2014 00:12:40 +0000 (10:12 +1000)]
Merge pull request #78 from Supermathie/v1run
Avoid the Neil error
Michael Brown [Thu, 31 Jul 2014 21:41:25 +0000 (17:41 -0400)]
Avoid the Neil error
Sam [Thu, 31 Jul 2014 05:32:07 +0000 (15:32 +1000)]
Merge pull request #77 from Supermathie/v1run
move copy_env to runit stage 1 and make launcher only self-update on master branch
Michael Brown [Thu, 31 Jul 2014 05:22:55 +0000 (01:22 -0400)]
launcher: only try to self-update if we're on master branch
Michael Brown [Thu, 31 Jul 2014 04:40:39 +0000 (00:40 -0400)]
Handle copy_env in runit stage 1 and simplify
Sam [Thu, 31 Jul 2014 05:12:18 +0000 (15:12 +1000)]
Merge pull request #76 from Supermathie/v1run
breakout syslog into its own template, simplify copy_env
Michael Brown [Thu, 31 Jul 2014 05:03:57 +0000 (01:03 -0400)]
Move syslog into its own template, not cron
* create syslog.template.yml
* disable klog syslog source (thanks phusion/baseimage-docker)
Michael Brown [Thu, 31 Jul 2014 04:40:39 +0000 (00:40 -0400)]
Handle copy_env nicely, simplify
Sam [Fri, 25 Jul 2014 06:52:41 +0000 (16:52 +1000)]
Merge pull request #75 from Supermathie/master
add a few preflight checks
Michael Brown [Thu, 24 Jul 2014 18:03:27 +0000 (14:03 -0400)]
Ensure /shared/log/rails is owned by discourse user
Michael Brown [Thu, 24 Jul 2014 17:55:29 +0000 (13:55 -0400)]
nginx startup: mkdir -p /var/log/nginx
nginx will error out if it tries to start up and /var/log/nginx isn't there
Jan-Philip Gehrcke [Tue, 22 Jul 2014 14:14:41 +0000 (16:14 +0200)]
scripts/mailtest: fix socket family check.
There is no AddressFamily attribute:
Traceback (most recent call last):
File "/var/docker/scripts/mailtest", line 140, in <module>
do_tls(smtp,smtp_sslv)
File "/var/docker/scripts/mailtest", line 44, in do_tls
if conn.sock.family == socket.AddressFamily.AF_INET:
AttributeError: 'module' object has no attribute 'AddressFamily'
However, there is `socket.AF_INET` etc.
Jeff Atwood [Tue, 22 Jul 2014 05:55:54 +0000 (22:55 -0700)]
improve multiple email example in standalone.yml
Sam [Mon, 21 Jul 2014 05:30:11 +0000 (15:30 +1000)]
fix default
Robin Ward [Thu, 17 Jul 2014 18:38:25 +0000 (14:38 -0400)]
Merge pull request #70 from riking/patch-2
Supporting Discourse projects are MIT license
Kane York [Thu, 17 Jul 2014 18:34:15 +0000 (11:34 -0700)]
Supporting Discourse projects are MIT license
Régis Hanol [Thu, 17 Jul 2014 18:21:38 +0000 (20:21 +0200)]
Merge pull request #65 from eflynn/patch-1
Fix typo on Ubuntu version
Sam [Tue, 15 Jul 2014 00:41:18 +0000 (10:41 +1000)]
FIX: have "rebuild" update discourse docker
Sam [Tue, 15 Jul 2014 00:16:53 +0000 (10:16 +1000)]
Add nginx cache directory
Régis Hanol [Mon, 14 Jul 2014 13:21:11 +0000 (15:21 +0200)]
Revert "add fuzzystrmatch extension"
This reverts commit
80863b2363bb973f712675be7bf250f8674b0948.
That extension was causing more trouble than needed...
Régis Hanol [Fri, 11 Jul 2014 13:33:15 +0000 (15:33 +0200)]
add fuzzystrmatch extension
Evan Flynn [Wed, 9 Jul 2014 00:51:19 +0000 (20:51 -0400)]
Fix typo on Ubuntu version
Jeff Atwood [Tue, 8 Jul 2014 18:25:16 +0000 (11:25 -0700)]
remove ubuntu 13 in favor of ubuntu 14
Sam [Mon, 7 Jul 2014 04:07:58 +0000 (14:07 +1000)]
Merge pull request #52 from cauerego/patch-1
remove commented lines of code leading space
Sam [Mon, 7 Jul 2014 04:06:55 +0000 (14:06 +1000)]
Merge pull request #64 from riking/configurable-upload-size
Add easy configuration for max file upload size
riking [Sat, 5 Jul 2014 20:30:12 +0000 (13:30 -0700)]
Add easy configuration for max file upload size
Example, in app.yml:
params:
version: tests-passed
upload_size: 10m
Jeff Atwood [Fri, 4 Jul 2014 19:11:31 +0000 (12:11 -0700)]
Merge pull request #63 from discourse/add-pngout
FEATURE: add pngout to the base images
Régis Hanol [Fri, 4 Jul 2014 11:27:44 +0000 (13:27 +0200)]
FEATURE: add pngout to the base images
Sam [Tue, 1 Jul 2014 11:27:12 +0000 (21:27 +1000)]
Update Dockerfile
Sam [Tue, 1 Jul 2014 11:26:49 +0000 (21:26 +1000)]
Update Dockerfile
Sam [Tue, 1 Jul 2014 11:22:21 +0000 (21:22 +1000)]
allow to correctly track head if needed
Sam [Tue, 1 Jul 2014 05:51:07 +0000 (15:51 +1000)]
FIX: checkout correct branch in base image.
Sam [Tue, 1 Jul 2014 00:32:52 +0000 (10:32 +1000)]
FIX: correct branch stuff
Sam [Tue, 1 Jul 2014 00:27:56 +0000 (10:27 +1000)]
FIX: ensure we are tracking the branch
Sam [Tue, 1 Jul 2014 00:22:44 +0000 (10:22 +1000)]
FIX: track tests-passed, not master
Sam [Fri, 27 Jun 2014 05:57:12 +0000 (15:57 +1000)]
FEATURE: ./launcher enter <CONTAINER>
Sam [Fri, 27 Jun 2014 04:14:53 +0000 (14:14 +1000)]
BUGFIX: ensure a locale is set correctly
Sam [Fri, 27 Jun 2014 04:14:22 +0000 (14:14 +1000)]
add phantom to base image
Sam [Fri, 20 Jun 2014 01:36:01 +0000 (11:36 +1000)]
Add phantomjs to base image, bump up to 0.2.4
Sam [Thu, 19 Jun 2014 23:34:48 +0000 (09:34 +1000)]
change entrypoint for cleaner updates
Sam [Thu, 19 Jun 2014 06:10:43 +0000 (16:10 +1000)]
FEATURE: test container
Sam [Wed, 18 Jun 2014 05:39:14 +0000 (15:39 +1000)]
vendor bundle business only causes trouble. might as well re-download
Jeff Atwood [Tue, 17 Jun 2014 21:06:20 +0000 (14:06 -0700)]
slightly improve YAML error message
Sam [Fri, 13 Jun 2014 01:22:20 +0000 (11:22 +1000)]
Work in progress, a dev image for Sam
Sam [Fri, 13 Jun 2014 01:21:58 +0000 (11:21 +1000)]
UPGRADE: base image to 14.04
Sam [Fri, 13 Jun 2014 01:21:11 +0000 (11:21 +1000)]
FEATURE: list containers when making a typo
Sam [Thu, 12 Jun 2014 05:53:28 +0000 (15:53 +1000)]
Merge branch 'runit-init' of https://github.com/Supermathie/discourse_docker
Sam [Sun, 8 Jun 2014 06:38:39 +0000 (16:38 +1000)]
Burn version 0.12.0 , it is totally bust.
Caue Rego [Sat, 7 Jun 2014 12:22:13 +0000 (09:22 -0300)]
remove commented lines of code leading space
I had problems with the installer because I wasn't used to YAML nor with its required indentation. IMHO, this way it would have been intuitively clear to me it needs it that way.
Jeff Atwood [Fri, 6 Jun 2014 23:46:18 +0000 (16:46 -0700)]
Merge pull request #51 from riking/yamlerror
Print a specific message on YML syntax error
riking [Fri, 6 Jun 2014 20:33:21 +0000 (13:33 -0700)]
Print message on YML syntax error
Sam [Fri, 30 May 2014 02:44:30 +0000 (12:44 +1000)]
Merge pull request #46 from Supermathie/emailtest
Clarify SSL verification warning
Sam [Fri, 30 May 2014 02:44:17 +0000 (12:44 +1000)]
Merge pull request #48 from riking/patch-1
Update 'rails' script to load Pry
Kane York [Sat, 17 May 2014 19:53:12 +0000 (12:53 -0700)]
Update 'rails' script to load Pry
Requires discourse/discourse@
c03866a5bced768ebdfe479c2d2931cda7289518 to function
Michael Brown [Thu, 15 May 2014 03:44:52 +0000 (23:44 -0400)]
Use runit instead of runsvdir in container
* switch to using runit as 'init' as intended
* Update image version to 0.2.2
Sam [Thu, 15 May 2014 03:34:04 +0000 (13:34 +1000)]
* re-enable SPDY
* update nginx to 1.6 (remove obsolete comments)
* update ruby to 2.0 p481
* update base image to 0.2.1
Sam [Wed, 14 May 2014 01:14:08 +0000 (11:14 +1000)]
another version out today :)
Sam [Tue, 13 May 2014 21:48:20 +0000 (07:48 +1000)]
UPDATE to Ruby 2.1.2
Sam [Tue, 13 May 2014 21:47:16 +0000 (07:47 +1000)]
Revert "Add how to configure ssh access into the container"
This reverts commit
5c7d0d2768a1af29ad5372f1e364c9d23a455172.
Sam [Tue, 13 May 2014 21:46:45 +0000 (07:46 +1000)]
Merge pull request #25 from alexdong/patch-2
Add how to configure ssh access into the container
Michael Brown [Sat, 10 May 2014 05:41:57 +0000 (01:41 -0400)]
Clarify SSL verification warning
Jeff Atwood [Thu, 8 May 2014 07:25:29 +0000 (00:25 -0700)]
clarify language about SSH key generation
Sam [Thu, 8 May 2014 07:06:11 +0000 (17:06 +1000)]
default is wrong here, we really need an ssh key, its critical
Sam [Thu, 8 May 2014 01:33:45 +0000 (11:33 +1000)]
Update launcher
0.11 is out
Sam [Thu, 8 May 2014 01:33:05 +0000 (11:33 +1000)]
Merge pull request #40 from Stealthii/version-code
Better logic to determine required Docker version
Sam [Sat, 3 May 2014 06:36:30 +0000 (16:36 +1000)]
Ruby 2.1 version
Daniel Porter [Mon, 28 Apr 2014 18:26:59 +0000 (19:26 +0100)]
Better logic to determine required Docker version
This commit adds support for both a minimum Docker version, and the
version currently recommended by Docker development team. If the user is
not running the minimum version, the script will not continue. User is
warned if they have any version prior to the currently recommended
version.
Régis Hanol [Fri, 25 Apr 2014 07:40:44 +0000 (09:40 +0200)]
Merge pull request #37 from Supermathie/mailtest-1204
Check before using ssl.create_default_context
Michael Brown [Fri, 25 Apr 2014 06:18:54 +0000 (02:18 -0400)]
Check before using ssl.create_default_context
Sam [Thu, 24 Apr 2014 02:49:51 +0000 (12:49 +1000)]
Merge pull request #35 from albertogg/fix-gemrc
Fix gem configuration path
albertogg [Thu, 24 Apr 2014 01:24:05 +0000 (20:54 -0430)]
Fix gem configuration path
Stop gem from installing gems documentation globally.
Sam [Wed, 23 Apr 2014 23:55:32 +0000 (09:55 +1000)]
missed a few templates
Sam [Wed, 23 Apr 2014 23:51:55 +0000 (09:51 +1000)]
Use new forking trick as opposed to seperate sidekiq process
(saves 7% memory)
Sam [Wed, 23 Apr 2014 06:49:24 +0000 (16:49 +1000)]
BUGFIX: remove blank strings from ENV passing
Sam [Tue, 22 Apr 2014 21:52:12 +0000 (07:52 +1000)]
Merge pull request #34 from Supermathie/mkswap
Add script to easily make a swapfile
Michael Brown [Tue, 22 Apr 2014 17:50:52 +0000 (13:50 -0400)]
mk_swapfile: add option to specify size in GB
Michael Brown [Tue, 22 Apr 2014 17:06:36 +0000 (13:06 -0400)]
Modify swapfile size from 512MiB to 1GiB
Michael Brown [Tue, 22 Apr 2014 13:54:18 +0000 (09:54 -0400)]
Add script to easily make a swapfile
Régis Hanol [Tue, 22 Apr 2014 09:22:56 +0000 (11:22 +0200)]
Merge pull request #33 from Supermathie/emailtest
mailtest enhancements
Michael Brown [Tue, 22 Apr 2014 02:31:48 +0000 (22:31 -0400)]
Add suggestions to mailtest script
* add output colorization if available
* add list of 'known good settings'
* add suggestions based on port used
Michael Brown [Tue, 22 Apr 2014 01:11:24 +0000 (21:11 -0400)]
Search for docker.io command (Ubuntu) as well