Short, opinionated guides for the boring but load-bearing parts: servers, TLS, backups, and getting an app to boot on the first try.
One curl-pipe. Signed binaries for Linux, macOS, and WSL.
What to look for in a $5–$20/mo box and where our apps run best.
Read a compose file, mount volumes, expose ports without breaking things.
Point a subdomain, get a cert with Caddy, and rotate it automatically.
Restic to object storage, tested weekly.
Spin up a small VPS, install the CLI, and drop the first app in. You'll be at a URL in under fifteen minutes.
$ ssh root@your-vps$ curl -sSL get.rackhaus.dev | sh✓ rackhaus 1.4.0 installed$ rackhaus install postpile --domain analytics.you.dev✓ TLS issued via Let's Encrypt✓ postpile up at https://analytics.you.dev