From 5caf2ab6e360346ab6c89298c6de17496c676b57 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 17 Nov 2014 17:03:22 -0500 Subject: [PATCH 1/4] Reorganized list of available datastore plugins --- docs/plugins.md | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/docs/plugins.md b/docs/plugins.md index c9207f96b..2018dc7ef 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -75,30 +75,47 @@ Note: The following plugins have been supplied by our community and may not have ### Datastores +#### Relational + | Plugin | Author | Compatibility | | --- | --- | --- | -| [CouchDB](https://github.com/racehub/dokku-couchdb-plugin) | [RaceHub](https://github.com/racehub) | Compatible with 0.2.0 | | [MariaDB](https://github.com/Kloadut/dokku-md-plugin) | [Kloadut][] | Compatible with 0.2.0 | | [MariaDB (single container)](https://github.com/ohardy/dokku-mariadb) | [ohardy][] | Compatible with 0.2.0 | -| [MongoDB (single container)](https://github.com/jeffutter/dokku-mongodb-plugin) | [jeffutter][] | | +| [MySQL](https://github.com/hughfletcher/dokku-mysql-plugin) | [hughfletcher][] | | | [PostgreSQL](https://github.com/Kloadut/dokku-pg-plugin) | [Kloadut][] | Compatible with 0.2.0 | | [PostgreSQL (single container)](https://github.com/jeffutter/dokku-postgresql-plugin) | [jeffutter][] | This plugin creates a single postgresql container that all your apps can use. Thus only one instance of postgresql running (good for servers without a ton of memory). | | [PostgreSQL](https://github.com/jezdez/dokku-postgres-plugin) | [jezdez][] | Compatible with 0.2.0 | | [PostgreSQL (single container)](https://github.com/ohardy/dokku-psql) | [ohardy][] | Compatible with 0.2.0 | +| [Postgresql](https://github.com/jlachowski/dokku-pg-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| | [PostGIS](https://github.com/fermuch/dokku-pg-plugin) | [fermuch][] | | + +#### Caching + +| Plugin | Author | Compatibility | +| --- | --- | --- | +| [Memcached](https://github.com/jezdez/dokku-memcached-plugin) | [jezdez][] | Compatible with 0.2.0 | +| [Memcached](https://github.com/jlachowski/dokku-memcached-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| | [Redis](https://github.com/jezdez/dokku-redis-plugin) | [jezdez][] | Requires https://github.com/rlaneve/dokku-link; compatible with 0.2.0 | | [Redis](https://github.com/luxifer/dokku-redis-plugin) | [luxifer][] | | | [Redis (single container)](https://github.com/ohardy/dokku-redis) | [ohardy][] | Compatible with 0.2.0 | -| [RethinkDB](https://github.com/stuartpb/dokku-rethinkdb-plugin) | [stuartpb][] | 2014-02-22: targeting dokku @ [latest][217d00a]; will fail with Dokku earlier than [28de3ec][]. | -| [RiakCS (single container)](https://github.com/jeffutter/dokku-riakcs-plugin) | [jeffutter][] | Incompatible with 0.2.0 (checked at [dccee02][]) | -| [MySQL](https://github.com/hughfletcher/dokku-mysql-plugin) | [hughfletcher][] | | -| [Memcached](https://github.com/jezdez/dokku-memcached-plugin) | [jezdez][] | Compatible with 0.2.0 | -| [Neo4j](https://github.com/Aomitayo/dokku-neo4j-plugin) | [Aomitayo][] | | +| [Varnish](https://github.com/Zenedith/dokku-varnish-plugin) | [Zenedith][] | Varnish cache between nginx and application with base configuration| + +#### Queuing + +| Plugin | Author | Compatibility | +| --- | --- | --- | | [RabbitMQ](https://github.com/jlachowski/dokku-rabbitmq-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| | [RabbitMQ (single container)](https://github.com/jlachowski/dokku-rabbitmq-single-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| -| [Postgresql](https://github.com/jlachowski/dokku-pg-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| -| [Memcached](https://github.com/jlachowski/dokku-memcached-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| -| [Varnish](https://github.com/Zenedith/dokku-varnish-plugin) | [Zenedith][] | Varnish cache between nginx and application with base configuration| + +#### Other + +| Plugin | Author | Compatibility | +| --- | --- | --- | +| [CouchDB](https://github.com/racehub/dokku-couchdb-plugin) | [RaceHub](https://github.com/racehub) | Compatible with 0.2.0 | +| [MongoDB (single container)](https://github.com/jeffutter/dokku-mongodb-plugin) | [jeffutter][] | | +| [RethinkDB](https://github.com/stuartpb/dokku-rethinkdb-plugin) | [stuartpb][] | 2014-02-22: targeting dokku @ [latest][217d00a]; will fail with Dokku earlier than [28de3ec][]. | +| [RiakCS (single container)](https://github.com/jeffutter/dokku-riakcs-plugin) | [jeffutter][] | Incompatible with 0.2.0 (checked at [dccee02][]) | +| [Neo4j](https://github.com/Aomitayo/dokku-neo4j-plugin) | [Aomitayo][] | | [dccee02]: https://github.com/jeffutter/dokku-riakcs-plugin/commit/dccee02702e7001851917b7814e78a99148fb709 From ac84ef68cc9cc1ac9dd0458bd578728845111ca4 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 17 Nov 2014 17:11:00 -0500 Subject: [PATCH 2/4] Change tables to be left aligned --- docs/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/template.html b/docs/template.html index a66d9b40b..03404017c 100644 --- a/docs/template.html +++ b/docs/template.html @@ -55,7 +55,7 @@ padding-left: 20px; } tr, td { - text-align: center; + text-align: left; } #gistbody h1:first-child { border-bottom: 1px solid #dadada; From ab012063517e0ad4167d5ef661c185dcd25807ae Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 22 Nov 2014 15:37:29 -0500 Subject: [PATCH 3/4] Better formatting of plugin tables --- docs/plugins.md | 238 +++++++++++++++++++++++++----------------------- 1 file changed, 122 insertions(+), 116 deletions(-) diff --git a/docs/plugins.md b/docs/plugins.md index 2018dc7ef..52605a2ef 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -32,138 +32,144 @@ If you create your own plugin: Note: The following plugins have been supplied by our community and may not have been tested by dokku maintainers. -[Kloadut]: https://github.com/Kloadut -[jeffutter]: https://github.com/jeffutter -[jezdez]: https://github.com/jezdez -[blag]: https://github.com/blag -[luxifer]: https://github.com/luxifer -[stuartpb]: https://github.com/stuartpb -[hughfletcher]: https://github.com/hughfletcher -[Aomitayo]: https://github.com/Aomitayo -[jlachowski]: https://github.com/jlachowski -[apmorton]: https://github.com/apmorton -[statianzo]: https://github.com/statianzo -[sehrope]: https://github.com/sehrope -[wmluke]: https://github.com/wmluke -[krisrang]: https://github.com/krisrang -[scottatron]: https://github.com/scottatron -[pauldub]: https://github.com/pauldub -[dyson]: https://github.com/dyson -[musicglue]: https://github.com/musicglue -[motin]: https://github.com/motin -[neam]: https://github.com/neam -[cedricziel]: https://github.com/cedricziel -[pnegahdar]: https://github.com/pnegahdar -[fgrehm]: https://github.com/fgrehm -[alexanderbeletsky]: https://github.com/alexanderbeletsky -[thrashr888]: https://github.com/thrashr888 -[robv]: https://github.com/robv -[rlaneve]: https://github.com/rlaneve -[cef]: https://github.com/cef +[agco-adm]: https://github.com/agco-adm +[ademuk]: https://github.com/ademuk [alex-sherwin]: https://github.com/alex-sherwin +[alexanderbeletsky]: https://github.com/alexanderbeletsky +[Aomitayo]: https://github.com/Aomitayo +[apmorton]: https://github.com/apmorton +[blag]: https://github.com/blag +[cameron-martin]: https://github.com/cameron-martin +[cedricziel]: https://github.com/cedricziel +[cef]: https://github.com/cef +[darkpixel]: https://github.com/darkpixel +[dyson]: https://github.com/dyson [F4-Group]: https://github.com/F4-Group [fermuch]: https://github.com/fermuch -[Zenedith]: https://github.com/Zenedith +[fgrehm]: https://github.com/fgrehm +[gdi2290]: https://github.com/gdi2290 [heichblatt]: https://github.com/heichblatt -[michaelshobbs]: https://github.com/michaelshobbs +[hughfletcher]: https://github.com/hughfletcher [iskandar]: https://github.com/iskandar -[mikexstudios]: https://github.com/mikexstudios -[cameron-martin]: https://github.com/cameron-martin +[jeffutter]: https://github.com/jeffutter +[jezdez]: https://github.com/jezdez +[jlachowski]: https://github.com/jlachowski +[krisrang]: https://github.com/krisrang +[Kloadut]: https://github.com/Kloadut +[luxifer]: https://github.com/luxifer +[mlebkowski]: https://github.com/mlebkowski [matto1990]: https://github.com/matto1990 +[michaelshobbs]: https://github.com/michaelshobbs +[mikecsh]: https://github.com/mikecsh +[mikexstudios]: https://github.com/mikexstudios +[motin]: https://github.com/motin +[musicglue]: https://github.com/musicglue +[neam]: https://github.com/neam +[nornagon]: https://github.com/nornagon [ohardy]: https://github.com/ohardy -[agco-adm]: https://github.com/agco-adm +[pauldub]: https://github.com/pauldub +[pnegahdar]: https://github.com/pnegahdar +[RaceHub]: https://github.com/racehub +[rlaneve]: https://github.com/rlaneve +[robv]: https://github.com/robv +[scottatron]: https://github.com/scottatron +[sehrope]: https://github.com/sehrope +[statianzo]: https://github.com/statianzo +[stuartpb]: https://github.com/stuartpb +[thrashr888]: https://github.com/thrashr888 +[wmluke]: https://github.com/wmluke +[Zenedith]: https://github.com/Zenedith ### Datastores #### Relational -| Plugin | Author | Compatibility | -| --- | --- | --- | -| [MariaDB](https://github.com/Kloadut/dokku-md-plugin) | [Kloadut][] | Compatible with 0.2.0 | -| [MariaDB (single container)](https://github.com/ohardy/dokku-mariadb) | [ohardy][] | Compatible with 0.2.0 | -| [MySQL](https://github.com/hughfletcher/dokku-mysql-plugin) | [hughfletcher][] | | -| [PostgreSQL](https://github.com/Kloadut/dokku-pg-plugin) | [Kloadut][] | Compatible with 0.2.0 | -| [PostgreSQL (single container)](https://github.com/jeffutter/dokku-postgresql-plugin) | [jeffutter][] | This plugin creates a single postgresql container that all your apps can use. Thus only one instance of postgresql running (good for servers without a ton of memory). | -| [PostgreSQL](https://github.com/jezdez/dokku-postgres-plugin) | [jezdez][] | Compatible with 0.2.0 | -| [PostgreSQL (single container)](https://github.com/ohardy/dokku-psql) | [ohardy][] | Compatible with 0.2.0 | -| [Postgresql](https://github.com/jlachowski/dokku-pg-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| -| [PostGIS](https://github.com/fermuch/dokku-pg-plugin) | [fermuch][] | | +| Plugin | Author | Compatibility | +| ------------------------------------------------------------------------------------------------- | --------------------- | --------------------- | +| [MariaDB](https://github.com/Kloadut/dokku-md-plugin) | [Kloadut][] | Compatible with 0.2.0 | +| [MariaDB (single container)](https://github.com/ohardy/dokku-mariadb) | [ohardy][] | Compatible with 0.2.0 | +| [MySQL](https://github.com/hughfletcher/dokku-mysql-plugin) | [hughfletcher][] | | +| [PostgreSQL](https://github.com/Kloadut/dokku-pg-plugin) | [Kloadut][] | Compatible with 0.2.0 | +| [PostgreSQL](https://github.com/jezdez/dokku-postgres-plugin) | [jezdez][] | Compatible with 0.2.0 | +| [PostgreSQL](https://github.com/jlachowski/dokku-pg-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| +| [PostgreSQL (single container)](https://github.com/jeffutter/dokku-postgresql-plugin) | [jeffutter][] | This plugin creates a single postgresql container that all your apps can use. Thus only one instance of postgresql running (good for servers without a ton of memory). | +| [PostgreSQL (single container)](https://github.com/ohardy/dokku-psql) | [ohardy][] | Compatible with 0.2.0 | +| [PostGIS](https://github.com/fermuch/dokku-pg-plugin) | [fermuch][] | | #### Caching -| Plugin | Author | Compatibility | -| --- | --- | --- | -| [Memcached](https://github.com/jezdez/dokku-memcached-plugin) | [jezdez][] | Compatible with 0.2.0 | -| [Memcached](https://github.com/jlachowski/dokku-memcached-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| -| [Redis](https://github.com/jezdez/dokku-redis-plugin) | [jezdez][] | Requires https://github.com/rlaneve/dokku-link; compatible with 0.2.0 | -| [Redis](https://github.com/luxifer/dokku-redis-plugin) | [luxifer][] | | -| [Redis (single container)](https://github.com/ohardy/dokku-redis) | [ohardy][] | Compatible with 0.2.0 | -| [Varnish](https://github.com/Zenedith/dokku-varnish-plugin) | [Zenedith][] | Varnish cache between nginx and application with base configuration| +| Plugin | Author | Compatibility | +| ------------------------------------------------------------------------------------------------- | --------------------- | --------------------- | +| [Memcached](https://github.com/jezdez/dokku-memcached-plugin) | [jezdez][] | Compatible with 0.2.0 | +| [Memcached](https://github.com/jlachowski/dokku-memcached-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| +| [Redis](https://github.com/jezdez/dokku-redis-plugin) | [jezdez][] | Requires https://github.com/rlaneve/dokku-link; compatible with 0.2.0 | +| [Redis](https://github.com/luxifer/dokku-redis-plugin) | [luxifer][] | | +| [Redis (single container)](https://github.com/ohardy/dokku-redis) | [ohardy][] | Compatible with 0.2.0 | +| [Varnish](https://github.com/Zenedith/dokku-varnish-plugin) | [Zenedith][] | Varnish cache between nginx and application with base configuration| #### Queuing -| Plugin | Author | Compatibility | -| --- | --- | --- | -| [RabbitMQ](https://github.com/jlachowski/dokku-rabbitmq-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| -| [RabbitMQ (single container)](https://github.com/jlachowski/dokku-rabbitmq-single-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| +| Plugin | Author | Compatibility | +| ------------------------------------------------------------------------------------------------- | --------------------- | --------------------- | +| [RabbitMQ](https://github.com/jlachowski/dokku-rabbitmq-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| +| [RabbitMQ (single container)](https://github.com/jlachowski/dokku-rabbitmq-single-plugin) | [jlachowski][] | IP & PORT available directly in linked app container env variables (requires link plugin)| #### Other -| Plugin | Author | Compatibility | -| --- | --- | --- | -| [CouchDB](https://github.com/racehub/dokku-couchdb-plugin) | [RaceHub](https://github.com/racehub) | Compatible with 0.2.0 | -| [MongoDB (single container)](https://github.com/jeffutter/dokku-mongodb-plugin) | [jeffutter][] | | -| [RethinkDB](https://github.com/stuartpb/dokku-rethinkdb-plugin) | [stuartpb][] | 2014-02-22: targeting dokku @ [latest][217d00a]; will fail with Dokku earlier than [28de3ec][]. | -| [RiakCS (single container)](https://github.com/jeffutter/dokku-riakcs-plugin) | [jeffutter][] | Incompatible with 0.2.0 (checked at [dccee02][]) | -| [Neo4j](https://github.com/Aomitayo/dokku-neo4j-plugin) | [Aomitayo][] | | +| Plugin | Author | Compatibility | +| ------------------------------------------------------------------------------------------------- | --------------------- | --------------------- | +| [CouchDB](https://github.com/racehub/dokku-couchdb-plugin) | [RaceHub][] | Compatible with 0.2.0 | +| [MongoDB (single container)](https://github.com/jeffutter/dokku-mongodb-plugin) | [jeffutter][] | | +| [RethinkDB](https://github.com/stuartpb/dokku-rethinkdb-plugin) | [stuartpb][] | 2014-02-22: targeting dokku @ [latest][217d00a]; will fail with Dokku earlier than [28de3ec][]. | +| [RiakCS (single container)](https://github.com/jeffutter/dokku-riakcs-plugin) | [jeffutter][] | Incompatible with 0.2.0 (checked at [dccee02][]) | +| [Neo4j](https://github.com/Aomitayo/dokku-neo4j-plugin) | [Aomitayo][] | | [dccee02]: https://github.com/jeffutter/dokku-riakcs-plugin/commit/dccee02702e7001851917b7814e78a99148fb709 ### Process Managers -| Plugin | Author | Compatibility | -| --- | --- | --- | -| [Circus](https://github.com/apmorton/dokku-circus) | [apmorton][] | | -| [Shoreman ](https://github.com/statianzo/dokku-shoreman) | [statianzo][] | Compatible with 0.2.0 | -| [Supervisord](https://github.com/statianzo/dokku-supervisord) | [statianzo][] | Compatible with 0.2.0 | -| [Logging Supervisord](https://github.com/sehrope/dokku-logging-supervisord) | [sehrope][] | Works with dokku @ [c77cbf1][] - no 0.2.0 compatibility | -| [Forego](https://github.com/iskandar/dokku-forego) | [iskandar][] | Compatible with 0.2.x | +| Plugin | Author | Compatibility | +| ------------------------------------------------------------------------------------------------- | --------------------- | --------------------- | +| [Circus](https://github.com/apmorton/dokku-circus) | [apmorton][] | | +| [Shoreman ](https://github.com/statianzo/dokku-shoreman) | [statianzo][] | Compatible with 0.2.0 | +| [Supervisord](https://github.com/statianzo/dokku-supervisord) | [statianzo][] | Compatible with 0.2.0 | +| [Logging Supervisord](https://github.com/sehrope/dokku-logging-supervisord) | [sehrope][] | Works with dokku @ [c77cbf1][] - no 0.2.0 compatibility | +| [Forego](https://github.com/iskandar/dokku-forego) | [iskandar][] | Compatible with 0.2.x | [c77cbf1]: https://github.com/progrium/dokku/commit/c77cbf1d3ae07f0eafb85082ed7edcae9e836147 [28de3ec]: https://github.com/progrium/dokku/commit/28de3ecaa3231a223f83fd8d03f373308673bc40 ### Dokku Features -| Plugin | Author | Compatibility | -| --- | --- | --- | -| [Custom Domains](https://github.com/neam/dokku-custom-domains) | [motin][] | Compatible with 0.2.* and master | -| [Multiple Domains](https://github.com/wmluke/dokku-domains-plugin)4 | [wmluke][] | Compatible with 0.2.0 . | -| [git rev-parse HEAD in env](https://github.com/nornagon/dokku-git-rev) | [nornagon](https://github.com/nornagon) | Compatible with 0.2.0 | -| [Rebuild application](https://github.com/scottatron/dokku-rebuild) | [scottatron][] | Compatible with 0.2.x | -| [Multi-Buildpack](https://github.com/pauldub/dokku-multi-buildpack) | [pauldub][] | | -| [Docker Options](https://github.com/dyson/dokku-docker-options) | [dyson][] | Requires dokku >= [c77cbf1][] | -| [Persistent Storage](https://github.com/dyson/dokku-persistent-storage) | [dyson][] | Requires dokku >= [c77cbf1][] | -| [Volume (persistent storage)](https://github.com/ohardy/dokku-volume) | [ohardy][] | Compatible with 0.2.0 | -| [user-env-compile](https://github.com/musicglue/dokku-user-env-compile)1 | [musicglue][] | Compatible with dokku master branch | -| [user-env-compile](https://github.com/motin/dokku-user-env-compile)1 | [motin][] | Compatible with 0.2.1 | -| [registry](https://github.com/agco-adm/dokku-registry)5 | [agco-adm](https://github.com/agco-adm) | | -| [SSH Deployment Keys](https://github.com/cedricziel/dokku-deployment-keys)2 | [cedricziel][] | 2014-01-17: compatible with upstream/master | -| [SSH Hostkeys](https://github.com/cedricziel/dokku-hostkeys-plugin)3 | [cedricziel][] | 2014-01-17: compatible with upstream/master | -| [Link Containers](https://github.com/rlaneve/dokku-link) | [rlaneve][] | Requires dokku >= [c77cbf1][] | -| [Host Port binding](https://github.com/stuartpb/dokku-bind-port) | [stuartpb][] | Requires dokku >= [c77cbf1][]. 2014-02-17: [a043e98][] targeting dokku @ [latest][217d00a] | -| [Docker name](https://github.com/alex-sherwin/dokku-name) | [alex-sherwin][] | Requires dokku >= [c77cbf1][] | -| [No VHOST](https://github.com/alex-sherwin/dokku-novhost) | [alex-sherwin][] | Requires dokku >= [c77cbf1][] | -| [Docker Direct](https://github.com/heichblatt/dokku-docker-direct) | [heichblatt][] | | -| [Ports](https://github.com/heichblatt/dokku-ports) | [heichblatt][] | | -| [Debug](https://github.com/heichblatt/dokku-debug) | [heichblatt][] | | -| [Pre-Deploy Tasks](https://github.com/michaelshobbs/dokku-app-predeploy-tasks) | [michaelshobbs][] | | -| [Hostname](https://github.com/michaelshobbs/dokku-hostname) | [michaelshobbs][] | | -| [VHOSTS Custom Configuration](https://github.com/neam/dokku-nginx-vhosts-custom-configuration) | [motin][] | Compatible with 0.3.1+ | -| [Multiple domains and per-app custom nginx.conf](https://github.com/mikexstudios/dokku-nginx-alt) | [mikexstudios][] | Works with v0.2.3 | -| [Supply env vars to buildpacks](https://github.com/cameron-martin/dokku-build-env)| [cameron-martin][] | Works with v0.2.3 | -| [HTTP Auth Secure Apps](https://github.com/matto1990/dokku-secure-apps) | [matto1990][] | Works with v0.2.3 | -| [app-url](https://github.com/mikecsh/dokku-app-url) | [mikecsh](https://github.com/mikecsh) | Works with 0.2.0 | -| [dokku-registry](https://github.com/agco-adm/dokku-registry) | [agco-adm][] | | +| Plugin | Author | Compatibility | +| ------------------------------------------------------------------------------------------------- | --------------------- | --------------------- | +| [app-url](https://github.com/mikecsh/dokku-app-url) | [mikecsh][] | Works with 0.2.0 | +| [Custom Domains](https://github.com/neam/dokku-custom-domains) | [motin][] | Compatible with 0.2.* | +| [Debug](https://github.com/heichblatt/dokku-debug) | [heichblatt][] | | +| [Docker Direct](https://github.com/heichblatt/dokku-docker-direct) | [heichblatt][] | | +| [Docker Options](https://github.com/dyson/dokku-docker-options) | [dyson][] | dokku >= [c77cbf1][] | +| [Dokku Name](https://github.com/alex-sherwin/dokku-name) | [alex-sherwin][] | dokku >= [c77cbf1][] | +| [Dokku Registry](https://github.com/agco-adm/dokku-registry) | [agco-adm][] | | +| [git rev-parse HEAD in env](https://github.com/nornagon/dokku-git-rev) | [nornagon][] | Compatible with 0.2.0 | +| [HTTP Auth Secure Apps](https://github.com/matto1990/dokku-secure-apps) | [matto1990][] | Works with v0.2.3 | +| [Host Port binding](https://github.com/stuartpb/dokku-bind-port) | [stuartpb][] | dokku >= [c77cbf1][]. 2014-02-17: [a043e98][] targeting dokku @ [latest][217d00a] | +| [Hostname](https://github.com/michaelshobbs/dokku-hostname) | [michaelshobbs][] | | +| [Link Containers](https://github.com/rlaneve/dokku-link) | [rlaneve][] | dokku >= [c77cbf1][] | +| [Multi-Buildpack](https://github.com/pauldub/dokku-multi-buildpack) | [pauldub][] | | +| [Multiple Domains](https://github.com/wmluke/dokku-domains-plugin)4 | [wmluke][] | Compatible with 0.2.0 | +| [Nginx-Alt](https://github.com/mikexstudios/dokku-nginx-alt) | [mikexstudios][] | Works with v0.2.3 | +| [No VHOST](https://github.com/alex-sherwin/dokku-novhost) | [alex-sherwin][] | Requires dokku >= [c77cbf1][] | +| [Persistent Storage](https://github.com/dyson/dokku-persistent-storage) | [dyson][] | Requires dokku >= [c77cbf1][] | +| [Ports](https://github.com/heichblatt/dokku-ports) | [heichblatt][] | | +| [Pre-Deploy Tasks](https://github.com/michaelshobbs/dokku-app-predeploy-tasks) | [michaelshobbs][] | | +| [Rebuild application](https://github.com/scottatron/dokku-rebuild) | [scottatron][] | Compatible with 0.2.x | +| [SSH Deployment Keys](https://github.com/cedricziel/dokku-deployment-keys)2 | [cedricziel][] | 2014-01-17: compatible with upstream/master | +| [SSH Hostkeys](https://github.com/cedricziel/dokku-hostkeys-plugin)3 | [cedricziel][] | 2014-01-17: compatible with upstream/master | +| [Supply env vars to buildpacks](https://github.com/cameron-martin/dokku-build-env) | [cameron-martin][] | Works with v0.2.3 | +| [user-env-compile](https://github.com/musicglue/dokku-user-env-compile)1 | [musicglue][] | Compatible with dokku master branch | +| [user-env-compile](https://github.com/motin/dokku-user-env-compile)1 | [motin][] | Compatible with 0.2.1 | +| [VHOSTS Custom Configuration](https://github.com/neam/dokku-nginx-vhosts-custom-configuration) | [motin][] | Compatible with 0.3.1 | +| [Volume (persistent storage)](https://github.com/ohardy/dokku-volume) | [ohardy][] | Compatible with 0.2.0 | [8fca220]: https://github.com/progrium/dokku/commit/8fca2204edb0017796d6915ca9157c05b1238e28 [217d00a]: https://github.com/progrium/dokku/commit/217d00a1bc47a7e24d8847617bb08a1633025fc7 @@ -182,21 +188,21 @@ Note: The following plugins have been supplied by our community and may not have ### Other Add-ons -| Plugin | Author | Compatibility | -| --- | --- | --- | -| [Node](https://github.com/pnegahdar/dokku-node) | [pnegahdar](https://github.com/pnegahdar) | | -| [Node](https://github.com/ademuk/dokku-nodejs) | [ademuk](https://github.com/ademuk) | | -| [Chef cookbooks](https://github.com/fgrehm/chef-dokku) | [fgrehm][] | | -| [Bower install](https://github.com/alexanderbeletsky/dokku-bower-install) | [alexanderbeletsky][] | | -| [Bower/Grunt](https://github.com/thrashr888/dokku-bower-grunt-build-plugin) | [thrashr888][] | | -| [Bower/Gulp](https://github.com/gdi2290/dokku-bower-gulp-build-plugin) | [gdi2290](https://github.com/gdi2290) | | -| [Elasticsearch](https://github.com/robv/dokku-elasticsearch) | [robv][] | | -| [Elasticsearch](https://github.com/jezdez/dokku-elasticsearch-plugin) | [jezdez][] | Compatible with 0.2.0 | -| [Elasticsearch](https://github.com/blag/dokku-elasticsearch-plugin)1 | [blag][] | Compatible with 0.2.0 | -| [HipChat Notifications](https://github.com/cef/dokku-hipchat) | [cef][] | | -| [Graphite/statsd] (https://github.com/jlachowski/dokku-graphite-plugin) | [jlachowski][] | | -| [APT](https://github.com/F4-Group/dokku-apt) | [F4-Group][] | | -| [User ACL](https://github.com/mlebkowski/dokku-acl) | [Maciej Łebkowski](https://github.com/mlebkowski) | | -| [PrimeCache](https://github.com/darkpixel/dokku-prime-cache) | [darkpixel](https://github.com/darkpixel/) | | +| Plugin | Author | Compatibility | +| ------------------------------------------------------------------------------------------------- | --------------------- | --------------------- | +| [Node](https://github.com/pnegahdar/dokku-node) | [pnegahdar][] | | +| [Node](https://github.com/ademuk/dokku-nodejs) | [ademuk][] | | +| [Chef cookbooks](https://github.com/fgrehm/chef-dokku) | [fgrehm][] | | +| [Bower install](https://github.com/alexanderbeletsky/dokku-bower-install) | [alexanderbeletsky][] | | +| [Bower/Grunt](https://github.com/thrashr888/dokku-bower-grunt-build-plugin) | [thrashr888][] | | +| [Bower/Gulp](https://github.com/gdi2290/dokku-bower-gulp-build-plugin) | [gdi2290][] | | +| [Elasticsearch](https://github.com/robv/dokku-elasticsearch) | [robv][] | | +| [Elasticsearch](https://github.com/jezdez/dokku-elasticsearch-plugin) | [jezdez][] | Compatible with 0.2.0 | +| [Elasticsearch](https://github.com/blag/dokku-elasticsearch-plugin)1 | [blag][] | Compatible with 0.2.0 | +| [HipChat Notifications](https://github.com/cef/dokku-hipchat) | [cef][] | | +| [Graphite/statsd](https://github.com/jlachowski/dokku-graphite-plugin) | [jlachowski][] | | +| [APT](https://github.com/F4-Group/dokku-apt) | [F4-Group][] | | +| [User ACL](https://github.com/mlebkowski/dokku-acl) | [Maciej Łebkowski][] | | +| [PrimeCache](https://github.com/darkpixel/dokku-prime-cache) | [darkpixel][] | | 1 Forked from [jezdez/dokku-elasticsearch-plugin](https://github.com/jezdez/dokku-elasticsearch-plugin): uses Elasticsearch 1.2 (instead of 0.90), doesn't depend on dokku-link, runs as elasticsearch user instead of root, and turns off multicast autodiscovery for use in a VPS environment. From 47811f60f489ea5dc6a8e508ac1421919ffb8b61 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 22 Nov 2014 15:37:42 -0500 Subject: [PATCH 4/4] Ensure tables have proper width --- docs/template.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/template.html b/docs/template.html index 03404017c..e0540238a 100644 --- a/docs/template.html +++ b/docs/template.html @@ -54,7 +54,14 @@ list-style-position: outside; padding-left: 20px; } + th:nth-of-type(1) { + width: 230px; + } + th:nth-of-type(2) { + width: 140px; + } tr, td { + line-height: 24px; text-align: left; } #gistbody h1:first-child {