-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (113 loc) · 2.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>gallifrey</title>
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
gap: 48px;
font-family: monospace;
background-color: #222;
color: #f1f1f1;
}
a {
color: #f1f1f1;
}
th {
font-size: 18px;
padding-bottom: 12px;
}
td {
font-size: 14px;
padding-right: 16px;
}
</style>
</head>
<body>
<!-- Copy-pasted this from generated HTML of GH-rendered Markdown. Some
links (e.g. to repo files) will NOT work. -->
<h1>🖥️ gallifrey</h1>
<table>
<thead>
<tr>
<th>Name</th>
<th>Location</th>
<th>Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="services/pihole-and-dns"
><code>services/pihole-and-dns</code></a
>
</td>
<td>
<a href="https://dns.gallifrey.sh" rel="nofollow"
><code>dns.gallifrey.sh</code></a
>
</td>
<td>
Network-wide domain/ads blocking + <code>dnsmasq</code> for local
DNS server
</td>
</tr>
<tr>
<td>
<a href="services/pihole-and-dns"
><code>services/homebridge</code></a
>
</td>
<td>
<a href="https://homebridge.gallifrey.sh" rel="nofollow"
><code>homebridge.gallifrey.sh</code></a
>
</td>
<td>Connecting unsupported devices to Apple HomeKit</td>
</tr>
<tr>
<td>
<a href="services/unifi-network-application"
><code>services/unifi-network-application</code></a
>
</td>
<td>
<a href="https://unifi.gallifrey.sh" rel="nofollow"
><code>unifi.gallifrey.sh</code></a
>
</td>
<td>UniFi controller for network devices</td>
</tr>
<tr>
<td>
<a href="services/observability"
><code>services/observability</code></a
>
</td>
<td>
<a href="https://observability.gallifrey.sh" rel="nofollow"
><code>observability.gallifrey.sh</code></a
>
</td>
<td>
Monitoring stack via Grafana, cAdvisor, and Prometheus+NodeExporter
</td>
</tr>
<tr>
<td>
<a href="services/nginx-certbot"
><code>services/nginx-certbot</code></a
>
</td>
<td>N/A</td>
<td>NGINX Reverse Proxy + SSL via LetsEncrypt/Certbot</td>
</tr>
</tbody>
</table>
</body>
</html>