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

181 B · 11 lines · AMPL Raw History
 1module blog.bythewood.me
 2
 3go 1.27.0
 4
 5require (
 6	github.com/alecthomas/chroma/v2 v2.27.0
 7	github.com/yuin/goldmark v1.8.5
 8)
 9
10require github.com/dlclark/regexp2/v2 v2.2.1 // indirect