Documentation

Self-hosting, without the yak-shaving.

Short, opinionated guides for the boring but load-bearing parts: servers, TLS, backups, and getting an app to boot on the first try.

A typical first hour

Spin up a small VPS, install the CLI, and drop the first app in. You'll be at a URL in under fifteen minutes.

first-hour
$ 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