Jose Diaz-Gonzalez
3dccf814e8
Add deployed-app-image-repo plugin hook
...
This hook will allow users to modify the repo in use for deployed applications. An example use case would be one where the image being deployed is from a remote docker registry where the `dokku` username is taken and the app will be deployed from a separate username.
2016-07-05 02:34:13 -04:00
Jose Diaz-Gonzalez
905b3028b4
Add an example plugin trigger for cache busting Dockerfile builds
...
Closes #2288
2016-07-05 02:16:37 -04:00
Jose Diaz-Gonzalez
62143b1fa1
Document that REV is optional
...
[ci skip]
2016-06-22 14:39:52 -04:00
Jose Diaz-Gonzalez
01f370ab82
Add docs for new repository-related tags
...
Closes #2249
[ci skip]
2016-06-18 01:31:51 -04:00
Michael Hobbs
c1ae280a78
[ci skip] clarify triggers being called by internal functions
2016-06-17 19:30:25 -07:00
Michael Hobbs
ce3aa4b93e
remove calls to dokku binary for build/receive/release
2016-06-17 16:40:35 -07:00
Michael Hobbs
2b19881f01
[ci skip] port mapping docs
2016-06-16 16:04:44 -07:00
Jose Diaz-Gonzalez
668437a9e5
Clarify when certain plugin triggers are invoked.
...
Closes #2179
[ci skip]
2016-05-14 15:04:47 -04:00
Phan Chuong
989ea72490
Update plugin-triggers.md
2016-05-13 09:05:11 -07:00
Phan Chuong
e30c01c234
Update plugin-triggers.md
...
add missing trigger
2016-05-12 20:53:51 -07:00
Jose Diaz-Gonzalez
8b93d9bf54
Alphabetize plugin triggers
...
This will make editing them later easier
2016-04-16 14:46:24 -04:00
Justin Clark
14a1d06c03
Collapse help into expandable command topics
2016-03-22 10:50:20 -07:00
Justin Clark
86b4987588
Depreciate and remove dokku backup plugin, replace with documentation
2016-03-02 15:56:33 -08:00
Michael Hobbs
48f2dc074c
support scripts.dokku in app.json. closes #1824
2016-02-19 13:29:42 -08:00
Michael Hobbs
17e7869150
label all dokku containers
2016-01-05 11:55:07 -08:00
Michael Hobbs
8b879079e4
updates for moving of dokku sshcommand and plugn repos
2015-12-17 11:40:32 -08: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
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
Michael Hobbs
2c34a60a8d
filter incompatible docker option when building dockerfile vs herokuish apps. closes #1609
2015-11-25 09:09:11 -08:00
Jose Diaz-Gonzalez
fc125d41e8
Add user-auth plugin trigger
...
This plugin trigger should allow users to pair down the available commands for a given user. While this does not affect help output - or any output at all - this is a good first step in allowing administrative access to certain commands while still allowing users to deploy/manage given applications.
Note that because of how dokku works, all parsing of commands must be done within the pluginhook, and we cannot give visibility into the actual command or application that will be affected by a given run.
2015-11-08 15:36:04 -05:00
Jose Diaz-Gonzalez
0eab678fcc
add documentation to example ci skip
...
[ci skip]
2015-11-08 15:33:57 -05:00
Michael Hobbs
95a7a93cb9
[ci skip] update docs
2015-11-05 18:46:18 -08:00
Kamil Domański
f705004975
Add post-stop plugn trigger
2015-10-26 17:57:18 +01:00
Jose Diaz-Gonzalez
18d6e1be3b
Add special case commands for instances where we are running dokku in debian
...
Refs #976
2015-10-24 23:12:38 -04:00
Jose Diaz-Gonzalez
c793dca61a
Add documentation for pre-receive-app trigger
...
[ci skip]
2015-10-24 00:20:54 -04:00
Jose Diaz-Gonzalez
c929edfbe5
Source plugins from $PLUGIN_AVAILABLE_PATH when not using common plugin
...
This will allow us to override any core plugin
2015-09-15 02:22:08 -07:00
Jose Diaz-Gonzalez
cadba248b6
Fix source paths for common functions
...
[ci skip]
2015-09-15 02:17:28 -07:00
Michael Hobbs
424f9f1e5b
only use plugn when referring to the project or command. otherwise use plugin
2015-09-15 02:17:28 -07:00