repos
/ orchard main

orchard

mirror

Every site I host, in one repo, along with the Cloudflare Tunnel and Caddy that front them. It's all Go, Vite, and SQLite, and it runs on a desktop at home with nothing listening on an inbound port.

blogbuncaddycloudflare-tunneldockergogolanghomelabhtml-templatemonorepoself-hostedseosqlitestatic-sitetypstuptime-monitoringviteweb-analytics

214 B · 8 lines · HTML Raw History
1{{ define "form" }}
2<div class="auth-eyebrow">404</div>
3<h1 class="auth-title">Nothing here</h1>
4<a href="/" class="btn btn-primary">Back →</a>
5{{ end }}
6
7{{ define "main" }}{{ template "authShell" . }}{{ end }}