Ariejan de Vroom

Results 17 comments of Ariejan de Vroom

I just did an install using `docker-compose` and that worked fine out of the box. You could try to remove all images and retry with `docker-compose`.

+1 to this. I've been trading/testing with tribeca for a week or so now. This safeties feature would be awesome. Steep rises and falls complete mess with my trading settings....

@gleb-dianov did @heckthor92's solution work for you? If so, please close this issue - or update it if you need further help.

There's lots of info we can grab from a slave: * Host OS * Kernel * Uptime (needs regular updates I guess) * Docker version * Dokku version * Swap...

There's a dokku plugin nowadays for Letsencrypt that works, with a few caveats. The most important issue is that you need to have your app deployed already before requesting a...

There is, using `ps:report `. Also, checking if DNS is working correctly for each domain should be possible. When all checks are green, you can push the 'Letsencrypt' button. ```...

A custom domain is not a requirement IMHO. You could use the (ugly) generated subdomain vhost.

I think that keeping state should be part of the app, not this plugin.

This is an issue for me, for instance, I can't re-use Airborne matchers to "deeply" match JSON types and values. Adding the `let(:response)` from @skalee works, but I'd rather not...