aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2025-02-11+Homelab_Map+computers+homelab.tmpl.html
blob: 3afcd02e592d0b39bfdcf8683429023f80ff12ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>In preparation for a homelab restructure, I created this hardware diagram maping out my current settup:</p>
  <figure>
    <img src="/static/media/homelab-map.png" alt="Diagram of my homelab setup." width="1224" height="1728" />
    <figcaption>My homelab layout.</figcaption>
  </figure>
  <p>I'm missing a few key pices of sidelined tech, but overall it's accurate to what's mainly in use. Some missing pieces include two X58 desktop systems with 12-16GB RAM and plenty of storage expansion capability, my Precision 5540 and MacBook Pro 15-inch Mid 2015 laptops, an HP mini pc much like the EliteDesk 800 G3 with an i5-6500T, 16GB RAM, and small capacity SSD, various ThinkPads from 2010-2013, a spare Ryzen 5 3600 CPU, and various second and third gen i3/i5 systems.</p>
  <p>I'm mostly looking at two things: having the Minecraft server to be local on the 800 G3 so I can move the OptiPlex to NAS duty and moving my webhost to a Pi cluster or similar. This diagram serves as a starting point for me to make changes, so I can better understand what's happening visually.</p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}