-
Using Dokku v0.3.22 and this plugin, rebuilding apps seem to break.
I'm using my [kotaku-uk-rss](https://github.com/jimeh/kotaku-uk-rss) project in these examples.
First with no 3rd-party plugins in…
jimeh updated
9 years ago
-
re #282
-
I have trouble using this plugin. I could install it and add my cert and key files.
But newly created apps are still not served via HTTPS. They are still only running using HTTP.
I use dockerfile de…
-
```
sh dokku@example.com config:set appname BUILDPACK_URL=https://github.com/bobmaerten/dokku-buildpack-php
-----> Setting config vars and restarting appname
BUILDPACK_URL: https://github.com/bobmaert…
-
Get an error when I update dokku to 0.4.1.
For 0.4.*, I installed shoreman by
```
dokku plugin:install https://github.com/statianzo/dokku-shoreman.git
```
Seems plugin.toml is a meta file, and now …
-
Support for `REDIS_URL` and `MONGO_URL` would be nice to push koding to [dokku](http://dokku.viewdocs.io/dokku/)
Here is how I tried it:
```
dokku apps:create koding
docker pull koding/koding:la…
-
Hi! Thank you so much for this helpful buildpack. Up until very recently (last push maybe a month ago?) I've used it on multiple projects without issue, but I now get this permission / no such file er…
-
Hi. By mistake I have pushed into wrong repository, but it seems that system remembered it somehow:
Create a repository then follow those commands:
```
local:sample-repo rw$ git remote add deploy do…
-
Would be cool if support for `dokku nginx:set` could be added.
Right now I am doing this, which seems to work well:
```yaml
- name: check client-max-body-size
command: dokku nginx:re…
-
### Description of feature
Following https://paketo.io/docs/howto/configuration/#bindings, the current `dokku` implementation lacks `pack` volume bindings.