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

226 B · 9 lines · HTML Raw History
1{{define "content"}}
2<div class="notfound">
3  <div class="section-label">404 &middot; not found</div>
4  <h1>No such page</h1>
5  <p>{{.Description}}</p>
6  <a href="/" class="btn btn-ghost btn-sm">&larr; Home</a>
7</div>
8{{end}}