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

330 B · 18 lines · JSON Raw History
 1{
 2  "private": true,
 3  "type": "module",
 4  "scripts": {
 5    "images": "bun run scripts/images.js",
 6    "vite": "vite build",
 7    "build": "bun run images && bun run vite",
 8    "dev": "vite build --watch"
 9  },
10  "devDependencies": {
11    "sharp": "^0.35.3",
12    "vite": "^8.2.2"
13  },
14  "dependencies": {
15    "geist": "^1.7.2"
16  }
17}