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

249 B · 9 lines · HTML Raw History
1{{ define "form" }}
2<div class="auth-eyebrow">error</div>
3<h1 class="auth-title">{{ .Title }}</h1>
4{{ template "alerts" . }}
5<a href="/" class="btn btn-primary">Start again →</a>
6{{ end }}
7
8{{ define "main" }}{{ template "authShell" . }}{{ end }}