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

168 B · 10 lines · CSS Raw History
1.page-main {
2  display: flex;
3  flex-direction: column;
4  align-items: flex-start;
5  justify-content: center;
6  min-height: 100vh;
7  width: 100%;
8  text-align: left;
9}