craigbeck.lab67.me

Tuesday, February 9, 2016

Wednesday, January 13, 2016

Dokku + Dockerfile deployments

Dokku is a fantastic little PAAS app written in bash that can take a git push, build, and host your apps. It can use Heroku Buildpacks or Docker to build your app (and uses Docker to host your running app) and can hadle running multiple Docker containers on a single host and sets up Nginx to proxy and route requests to the correct application.

Wednesday, October 28, 2015

Monday, October 19, 2015

Saturday, October 17, 2015

Hapi.js & invalid cookies

I love using Hapi.js, but every time I start a new project with it I have this problem where all my requests get 400 responses due to an invalid cookie value.