About
StackBuilder is a small, curated collection of self-hosted Docker stacks. Each stack ships a three-tab output — a docker-compose.yml, a Caddyfile, and Traefik labels — so you can copy whichever reverse proxy you already run. Image tags are pinned to a SHA256 digest, defaults are chosen to be safe (no exposed database ports, healthchecks, restart policies, no latest tags), and every stack is reverse-proxy-first rather than assuming you'll publish ports directly.
It exists to close a gap that shows up again and again in official app documentation: setup guides rarely include a working reverse proxy configuration, they seldom pin image versions, and they explain secrets even less often. StackBuilder fills that gap — the Compose file, the proxy config, and the secret handling are all worked out together instead of left as an exercise.
Secrets are generated entirely in your browser with crypto.getRandomValues; nothing is sent to a server. Copy the output, swap in your own domain, and deploy.