-
We use `ssh -t` (request pty) to access logs from a remote machine. We pipe them to bunyan.
The requested tty needs `\n\r` as line endings, but bunyan uses `\n`, resulting in unreadable logs.
##
Ex…
fabue updated
8 years ago
-
HI,
does anyone knows if it is possible with any changes to the code to activate SSL in Rabbit?
Do we need another volume besides the data where the keys will be stored ?
I am trying to pass the en…
-
Now that **fig** has finally been migrated to [**Docker Compose**](https://github.com/docker/docker/issues/9694), it would be nice to see official support here.
It could nicely integrate with buildpa…
-
### What are you trying to do?
Original thread: https://twitter.com/_viq/status/1539747279380307969
There is a feature in ssh where in an `authorized_keys` file, one can specify a `command=` par…
raggi updated
3 months ago
-
Hi, I have been trying out different PaaS options for a few days now in different situations. I just found lair and your Dokku Puppet module.
It would be useful if the internal puppet module was pull…
-
Hi,
First off, thanks for creating the plugin.
I've been trying to use this with dokku, however, the -v option seems to interfere with the build process from buildpack. I found a similar issue here …
dac09 updated
9 years ago
-
**Is your feature request related to a problem? Please describe.**
The SSL cert for testnet is expiring on Jan 15th. Figure out how SSL certs are renewed on Dokku.
-
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 …
-
### Description of feature
**Background:**
Currently, setting environment variables in Dokku for an app involves using the dokku config:set command. This method works well for configuring a small nu…
-
### Description of problem
I have a site (one static html file) that gets deployed and I want to set up a custom 404 page for any non-existing request on my server.
### Steps to reproduce
Create a…