Jose Diaz-Gonzalez
075de78442
Use sleep infinity for enter cron task
...
Closes #2135
[ci skip]
2016-04-23 00:28:37 -04:00
Michael Hobbs
d6c7682068
[ci skip] add some 'neat' plugins by michaelshobbs ( #2128 )
2016-04-20 13:27:44 -07:00
Cris Ward
58e3556e0e
added dokku require plugin
2016-04-20 21:00:05 +01:00
Cris Ward
500a6dd73b
updated hosts file description ( #2124 )
2016-04-19 07:27:42 -07:00
Jose Diaz-Gonzalez
80cc57caa0
Add a note as to Dockerfile support being a power-user feature
...
Closes #2067
[ci skip]
2016-04-16 17:30:09 -04:00
Jose Diaz-Gonzalez
55f38414d1
Add a note about the nginx.conf.sigil being publicly exposed, and how to remove it.
...
[ci skip]
2016-04-16 17:27:52 -04:00
Daiwei
96da38a8e4
Fix typo
2016-04-16 16:53:43 -04:00
Daiwei
25b144e496
Remove redundant
2016-04-16 16:52:33 -04:00
Daiwei
478f5e34d3
Add instruction to pull image from docker hub
2016-04-16 16:52:05 -04:00
Jose Diaz-Gonzalez
47dfa921cd
Merge pull request #2114 from dokku/table-of-contents
...
Add table of contents to sidebar when there is a table of contents
2016-04-16 16:40:24 -04:00
Jose Diaz-Gonzalez
c162f57dbd
Add table of contents to sidebar when there is a table of contents
...
[ci skip]
2016-04-16 16:39:53 -04:00
Jose Diaz-Gonzalez
8b93d9bf54
Alphabetize plugin triggers
...
This will make editing them later easier
2016-04-16 14:46:24 -04:00
Jose Diaz-Gonzalez
7b8cefbadc
Merge pull request #2107 from unfold/deploy-images-ci-documentation
...
Add CI deployment recipe
2016-04-16 04:11:06 -04:00
Simen Brekken
579ffa5a62
Add Docker Registry note
2016-04-14 06:55:42 +02:00
Simen Brekken
c6fa061604
Fix invalid highlighting language
2016-04-14 06:55:13 +02:00
Jose Diaz-Gonzalez
fd811b020a
Clarify note a bit
...
[ci skip]
2016-04-14 00:38:44 -04:00
Jose Diaz-Gonzalez
9ae2ab105b
Merge pull request #2099 from ojosdegris/patch-1
...
Added clarification on configuration via separate files
2016-04-14 00:36:25 -04:00
Simen Brekken
1a94a62fe3
Add CI deployment recipe
2016-04-14 06:28:31 +02:00
Jose Diaz-Gonzalez
a13a0df35e
Release 0.5.5
2016-04-13 13:32:04 -04:00
Jose Diaz-Gonzalez
1ceee12fc4
Add a note about how disabling the proxy affects the host port an application is deployed to
...
[ci skip]
2016-04-13 12:47:50 -04:00
Cris Ward
3ac21ae9a3
Added new plugin
2016-04-13 16:20:49 +01:00
vittore
cdc327b777
Added clarification on configuration via separate files
2016-04-11 12:29:25 -04:00
Kane
3c9a1d488b
Fix docs navigation link to domain configuration
...
When `domains.md` was moved to `domain-configuration.md` this link was not updated.
2016-04-11 18:23:34 +10:00
Jose Diaz-Gonzalez
d9feca5606
Add a blog link to the header area
...
[ci skip]
2016-04-11 01:52:57 -04:00
Jose Diaz-Gonzalez
f29f4294c7
Merge pull request #2089 from dokku/2086-ssl-certs
...
Update how ssl and multiple domains interact
2016-04-09 15:15:22 -04:00
Felix Wolfsteller
7900a2e97e
#2092 : fix path in storage example
2016-04-08 12:52:04 +02:00
Jose Diaz-Gonzalez
95993955c5
Move customizing-hostnames documentation
...
[ci skip]
2016-04-07 21:15:59 -04:00
Jose Diaz-Gonzalez
6b48b250a7
Add documentation on customizing hostnames
...
[ci skip]
2016-04-07 21:14:56 -04:00
Jose Diaz-Gonzalez
66ad41f814
Fix links
...
[ci skip]
2016-04-07 21:14:12 -04:00
Jose Diaz-Gonzalez
a36d35d752
Update ssl-configuration.md
...
[ci skip]
2016-04-07 21:13:18 -04:00
Jose Diaz-Gonzalez
89d1a9751c
Update and rename domains.md to domain-configuration.md
...
[ci skip]
2016-04-07 21:12:58 -04:00
Jose Diaz-Gonzalez
841c8c22d7
Fix casing
...
[ci skip]
2016-04-07 21:12:36 -04:00
Jose Diaz-Gonzalez
cb9d98a819
Add domain configuration link
...
[ci skip]
2016-04-07 21:12:18 -04:00
Jose Diaz-Gonzalez
a62bae8c7c
Fix link to the domains plugin
2016-04-07 21:08:59 -04:00
Jose Diaz-Gonzalez
344a63b956
Move the domains documentation to its own page
2016-04-07 21:07:47 -04:00
Jose Diaz-Gonzalez
0ea44cfafb
Create domains.md
2016-04-07 21:07:21 -04:00
Jose Diaz-Gonzalez
1948a41949
Add a note on how ssl and multiple domains interact
...
Refs #2086
2016-04-07 21:03:44 -04:00
Jose Diaz-Gonzalez
1ec1a6cd7d
Merge pull request #2084 from louisbl/patch-2
...
Clarify where to put nginx custom template without `WORKDIR`
2016-04-06 09:56:25 -04:00
Louis Beltramo
78e106cff2
Clarify where to put nginx custom template without WORKDIR
...
Docker assume `/` as [default `WORKDIR`](https://docs.docker.com/engine/reference/run/#workdir ), but dokku [looks in the `/app` folder](https://github.com/dokku/dokku/blob/master/plugins/common/functions#L257 )
[ci skip]
2016-04-06 13:00:53 +02:00
Louis Beltramo
1cf82a6020
Clarify 0.5.0 migration guide about EXPOSE
...
Make it clear that there is now a 1:1 port mapping.
Add links to doc
2016-04-06 12:38:32 +02:00
Jose Diaz-Gonzalez
7938bd08ae
Fix slack logo link
2016-04-06 01:56:17 -04:00
Jose Diaz-Gonzalez
20312ffa4b
fix slack button link
2016-04-06 01:53:59 -04:00
Jose Diaz-Gonzalez
539b765e21
Update link for flink
2016-04-06 01:46:29 -04:00
Jose Diaz-Gonzalez
36edeb2401
Add team images
2016-04-06 01:40:45 -04:00
Michael Hobbs
5fc97e9553
[ci skip] add use case example for ssl redirect. closes #2078
2016-04-05 17:03:41 -07:00
Jose Diaz-Gonzalez
a8c1b728d2
Add a note to dockerfile deploys concerning ports being exposed as http
...
Closes #2075
[ci skip]
2016-04-05 10:47:10 -04:00
Jose Diaz-Gonzalez
f328a9940b
Release 0.5.4
2016-04-05 03:09:29 -04:00
Michael Hobbs
1dd07aeda9
[ci skip] note that we only support one EXPOSE port per line in dockerfiles. closes #2071
2016-04-04 12:34:56 -07:00
Michael Hobbs
c739c770f7
remove references to global TLS certs. closes #2057
2016-03-31 07:52:19 -07:00
plieningerweb
429eb4af83
Fix installation instructions in docs
...
Clearly stress the fact, that there are more steps than only running the bash commands. You also have to navigate to the website and finish the configuration.
2016-03-30 19:19:58 +02:00