orchard
mirrorEvery 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
1{
2 "private": true,
3 "type": "module",
4 "scripts": {
5 "dev": "vite build --watch",
6 "build": "vite build"
7 },
8 "dependencies": {
9 "@fontsource/jetbrains-mono": "^5.3.0",
10 "@fontsource/space-grotesk": "^5.3.0"
11 },
12 "devDependencies": {
13 "sass": "^1.103.1",
14 "vite": "^8.2.2"
15 }
16}