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

296 B · 10 lines · JSON Raw History
1{
2  "name": "status-lighthouse",
3  "private": true,
4  "type": "module",
5  "comment": "Exists only so node_modules/.bin/lighthouse is on disk for the Go binary to exec (see lighthouse.go). Not a frontend dependency; those live in frontend/.",
6  "dependencies": {
7    "lighthouse": "^12.0.0"
8  }
9}