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

480 B · 37 lines · SCSS Raw History
 1@media print {
 2  @page {
 3    size: A4;
 4  }
 5
 6  html, body {
 7    width: fit-content;
 8    height: fit-content;
 9  }
10
11  .container {
12    max-width: 100%;
13  }
14
15  #chart-response-times {
16    height: 300px;
17    page-break-after: always;
18  }
19
20  #doughnut-graphs {
21    width: 100%;
22    display: flex;
23    flex-wrap: wrap;
24    margin-bottom: 1.5rem;
25    page-break-after: always;
26  }
27
28  #doughnut-graphs > div {
29    width: 50%;
30    margin-bottom: 0;
31  }
32
33  .col-sm-6 {
34    width: 50%;
35  }
36}