Michael Hobbs
9842d7498b
nginx-vhosts rewrite
2016-02-18 18:38:54 -08:00
Paul McLanahan
6a01abb905
Fix #1564 : Use Procfile for process types in Dockerfile apps
...
* Document new Procfile feature
* Add and update tests
* Fix a typo in generate_scale_file (ref #1923 )
2016-02-18 21:22:26 -05:00
Jose Diaz-Gonzalez
8e297cd38e
Release 0.4.14
2016-02-18 18:52:53 -05:00
Michael Hobbs
964c1ee983
[ci skip] document appropriate crontab usage
2016-02-12 16:36:30 -08:00
Jose Diaz-Gonzalez
a6d79b20bd
Add note that phases must be comma-separated sans spaces
...
Closes #1893
[ci skip]
2016-01-31 16:27:06 -05:00
Jose Diaz-Gonzalez
bfcf834b07
Add a note to warn users to peg to specific versions of buildpacks
...
This should avoid users blaming dokku for not realizing that multi-buildpacks by default will install latest if you don't peg to a version.
[ci skip]
2016-01-25 11:42:45 -05:00
Jose Diaz-Gonzalez
8a0b299af7
Release 0.4.13
2016-01-20 22:59:29 -05:00
Jose Diaz-Gonzalez
a0e1416027
Release 0.4.12
2016-01-16 17:21:44 -05:00
Jose Diaz-Gonzalez
db300f06da
Release 0.4.11
2016-01-14 19:59:11 -05:00
Jose Diaz-Gonzalez
a2b775af42
Merge pull request #1855 from jvanbaarsen/add-skip-keyfile
...
Add skip_keyfile option for deb package
2016-01-14 17:53:56 -05:00
Jeroen van Baarsen
2a4155aefc
Add skip_keyfile option for deb package
...
There are cases where we don't want the check for keyfile, this will add a
config option, that allows you to skip this particular check.
Fixes #1851
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com >
2016-01-12 17:11:13 +01:00
Francesco Negri
7eeb6a2b95
Fix command for debconf-set-selections
2016-01-12 13:00:06 +00:00
madflow
0ad650fb91
Fixed dead documentation link
2016-01-11 17:04:46 +01:00
Mikhail Fedosov
546522264e
Update year in footer (2013-2016)
2016-01-10 22:03:23 +03:00
Stefan Seemayer
88b0fc5d22
Move let's encrypt plugin to official plugins
2016-01-07 21:22:11 +01:00
Augusts Bautra
fde47dfa80
Fixed typo
2016-01-07 13:21:43 +02:00
Jose Diaz-Gonzalez
f7e8c9be90
Release 0.4.10
2016-01-07 01:14:09 -05:00
Michael Hobbs
729a2246c6
[ci skip] cleanup some language in test docs. add reference to copyfile target. closes #1833
2016-01-06 08:11:50 -08:00
Michael Hobbs
fdefff329a
[ci skip] docs cleanu
2016-01-05 12:23:29 -08:00
Michael Hobbs
17e7869150
label all dokku containers
2016-01-05 11:55:07 -08:00
Michael Hobbs
fc512b3231
implement plugn update and allow plugin:install to accept committish. closes #1531
2016-01-05 10:47:27 -08:00
Cyril Mougel
16365a5a44
--no-restart option after config:set not before
2016-01-04 22:52:04 +01:00
Jose Diaz-Gonzalez
b22b366fb1
Release 0.4.9
2016-01-03 10:19:17 -05:00
Jose Diaz-Gonzalez
7c88cecad4
Plugin documentation formatting
2016-01-01 22:26:46 -05:00
Jose Diaz-Gonzalez
6c50e62f32
Add dokku haproxy to plugins
...
[ci skip]
2016-01-01 20:21:29 -05:00
Jose Diaz-Gonzalez
2b624ac485
Release 0.4.8
2015-12-31 07:04:55 -05:00
Jose Diaz-Gonzalez
e3b5024ca3
Remove non-zero downtime version of letsencrypt plugin
...
[ci skip]
2015-12-31 06:04:19 -05:00
Jose Diaz-Gonzalez
35dc92fb3f
Release 0.4.7
2015-12-23 07:16:49 -05:00
Jose Diaz-Gonzalez
e323770f89
Replace dokku-installer.rb with dokku-installer.py
...
The python version should allow us to remove any ruby dependencies and should also slightly speed up dokku installation. All LSB-compliant distributions should have python, so we should be okay depending upon it.
Closes #1783
Closes #1786
2015-12-22 01:59:23 -05:00
Michael Hobbs
32f1bc5396
Merge pull request #1789 from lvillani/skip-deploy
...
Make it possible to skip a deploy
2015-12-21 17:11:21 -08:00
Lorenzo Villani
30118d1b32
Make it possible to skip a deploy
2015-12-21 17:45:24 +01:00
Jose Diaz-Gonzalez
2955150dfe
Merge pull request #1670 from zachfeldman/add-apps-rename
...
Add apps rename
2015-12-18 13:40:39 -05:00
Michael Hobbs
8b879079e4
updates for moving of dokku sshcommand and plugn repos
2015-12-17 11:40:32 -08:00
Mikhail Dubov
a06166c08b
Tiny fix in SSL documentation
2015-12-17 00:33:19 +00:00
Jeroen van Baarsen
66e255a396
Add documentation for the new domain plugin hooks
...
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com >
2015-12-16 20:22:34 +01:00
Stefan Seemayer
1286529c6e
Add sseemayer/dokku-letsencrypt plugin to docs
2015-12-16 09:26:22 +01:00
Jose Diaz-Gonzalez
715e51b80c
Release 0.4.6
2015-12-14 16:52:42 -05:00
Jose Diaz-Gonzalez
1c33159dcd
Fix link to docker-options documentation
...
[ci skip]
2015-12-09 15:34:57 -05:00
Jose Diaz-Gonzalez
80dc4cc3b6
Update all links to dokku repo
...
[ci skip]
2015-12-06 04:55:11 -05:00
Hugh Francis
37db940d1f
Add .ca-bundle information to SSL docs
2015-12-04 16:40:36 -05:00
Donal Byrne
244fd15d48
Moved dokku-nats into official plugins section
2015-12-04 20:40:45 +01:00
Jose Diaz-Gonzalez
6d58c8af40
Merge pull request #1748 from byrnedo/master
...
Added unofficial Nats plugin to plugins.md
2015-12-04 12:45:24 -05:00
jlachowski
c1dfb46bf0
New graphite & statsd plugin with grafana frontend added
2015-12-04 14:23:28 +01:00
Donal Byrne
3fd4f519bf
Added unofficial Nats plugin to plugins.md
2015-12-04 14:09:06 +01:00
Jose Diaz-Gonzalez
f8f9aa7b1b
Add Lets Encrypt plugin
...
[ci skip]
2015-12-03 15:23:26 -05:00
Michael Hobbs
783cf417a0
[ci skip] clarify location of nginx.conf.template in app repo
2015-12-02 09:07:43 -08:00
Zach Feldman
f0b260d7dc
Adds dokku apps:rename function, closes #1440 .
...
Adds unit test for new apps:rename function.
Add example in the docs for new apps:rename function.
Add apps:rename command to help command.
Delete cache directory before copying old app directory to new app directory.
deploy_app instead of create_app for apps:rename testing.
Change app url to match new name. Fix unit tests.
Add some more tests, plugn triggers.
2015-11-30 16:27:10 -05:00
Jose Diaz-Gonzalez
8e9d04ae36
Add post-create hook
...
Note that this is invoked *before* the application is deployed, so it's usage is quite different than a potential post-successful-create hook.
2015-11-26 15:47:59 -05:00
Jose Diaz-Gonzalez
9c73cfa452
Release 0.4.5
2015-11-25 17:47:21 -05:00
Michael Hobbs
2c34a60a8d
filter incompatible docker option when building dockerfile vs herokuish apps. closes #1609
2015-11-25 09:09:11 -08:00