Self-hostable uptime monitor and status page on Django: HTTP checks, Lighthouse audits, SEO crawls, and email and Discord alerts.
djangodockerhandcodedpythonself-hostedsqlitestatus-pageuptime-monitoringvite
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}