dokku-daemon
dokku-daemon copied to clipboard
A daemon wrapper around dokku
## Description of problem The JSON response from dokku-daemon is invalid in certain situations, for example, when config variables contain "bad" characters such as double-quotes or backslashes. Btw. I think...
The Makefile currently only works on Debian, if one follows the instructions in the README and runs `apt-get install socat` first. Otherwise, in trying to install `socat`, the Makefile will...
It fixes the invalid JSON format when the command output includes double quotes(`"`). My case was; I sent `config api` to the daemon and my app has a config var...