Jaime Pillora
Jaime Pillora
Sorry for spam, also did: ``` $ heroku config:add BUILDPACK_URL=http://github.com/kr/heroku-buildpack-inline.git --app still-headland-2558 Setting config vars and restarting still-headland-2558... done, v3 BUILDPACK_URL: http://github.com/kr/heroku-buildpack-inline.git ```
I did some testing with my own build-pack yesterday and no app detected comes from the `detect` script failing in some way. I was confused because the echoes weren't working....
See upgrade discussion here #24 Once upgraded, I'd consider releasing DNSSEC as a branch, with a corresponding tag
I'm guessing globbing patterns support needs to be added, I don't actually use cloud front, @bxjx any ideas?
I've never tried it, though does mounting a new hosts file work: ``` -v /opt/hosts:/etc/hosts ``` ?
Sorry needs a PR On Fri, 22 Feb 2019 at 10:07 pm Hüseyin Uslu wrote: > upgraded to 0.7.0 and getting this error. > > my config; > > ```...
Sorry, pushed On Sat, 23 Feb 2019 at 02:01, Rafał Chłodnicki wrote: > Why is code for 0.7.0 not on github? > > — > You are receiving this because...
Yep, thats a bug, not sure when I'll get time to fix it though...
`chisel server --port 1234` only allows connections on port 1234 if that isn't what you want, you can create a `users.json` file bound to the server (`--auth` option) which restricts...