25 lines
1.3 KiB
HTML
25 lines
1.3 KiB
HTML
{% import "common.html" as common %}
|
|
{{ common::meta(title="Spencer Whitehead - Homelab") }}
|
|
<body>
|
|
{{ common::nav() }}
|
|
<h2>Homelab</h2>
|
|
<main role="main">
|
|
The website you are currently viewing is being served by my personal computing homelab, a cluster of three nodes orchestrated by k3s.
|
|
|
|
<h3>crusader</h3>
|
|
<code>crusader</code> is a VPS managed by Vultr, used as a secure reverse proxy to my primary nodes.
|
|
It is responsible for running a Nginx proxy server.
|
|
|
|
<h3>churchill</h3>
|
|
<code>churchill</code> was built in 2014, featuring an AMD FX-8310 chip and 8GB of RAM, running Devuan Linux 6.
|
|
It is the control node for the k3s cluster, and is responsible for lightweight web services such as this website and <a href="https://git.touhou.ca/spencer/website">my private git server</a>.
|
|
|
|
<h3>valentine</h3>
|
|
<code>valentine</code> was built in 2018. It has a AMD Ryzen 7 1700 chip and 16GB of DDR4 2400 RAM, running Linux Mint 21.
|
|
It is responsible for heavier media services, such as Jellyfin and Subsonic.
|
|
|
|
<h3>blackprince</h3>
|
|
<code>blackprince</code> was built in 2025. It has an AMD Ryzen 7 7700XD chip, an Nvidia GeForce 1080 GPU, and 64GB of DDR5 3200 RAM, running Linux Mint 22.
|
|
It is primarily used as a personal computing node, and for running more intense computations for research purposes.
|
|
</main>
|
|
</body>
|