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/monaspace-argon": "^5.3.0",
10 "@popperjs/core": "^2.11.5",
11 "bootstrap": "^5.1.3",
12 "geist": "^1.7.2"
13 },
14 "devDependencies": {
15 "sass": "^1.103.1",
16 "vite": "^8.2.2"
17 }
18}