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

399 B · 21 lines · JSON Raw History
 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.3.3",
12    "chart.js": "^4.5.1",
13    "geist": "^1.7.2",
14    "js-cookie": "^3.0.1"
15  },
16  "devDependencies": {
17    "sass": "^1.103.1",
18    "vite": "^8.2.2"
19  }
20}