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

238 B · 9 lines · HTML Raw History
1{{ define "content" }}
2<div class="code-background"></div>
3<h1 class="code-heading">404</h1>
4<p class="code-paragraph">
5  There is nothing at this address. Try
6  <a href="/">the home page</a>, or the menu in the top right.
7</p>
8{{ end }}