aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-02-11 00:24:33 -0500
committerAlex Scerba <alex@scerba.org>2025-02-11 00:24:33 -0500
commit7e4943d3f41b9b736888c12a074517853900390f (patch)
tree5105d9cc68e6afad9e2e30cf09527890a43c3975 /html
parentc1c484f72f6c77461a12f0eff699a87d3cb452f7 (diff)
Add new homelab map article
Diffstat (limited to 'html')
-rw-r--r--html/blog/2025-02-11+Homelab_Map+computers+homelab.tmpl.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/html/blog/2025-02-11+Homelab_Map+computers+homelab.tmpl.html b/html/blog/2025-02-11+Homelab_Map+computers+homelab.tmpl.html
new file mode 100644
index 0000000..e01fa91
--- /dev/null
+++ b/html/blog/2025-02-11+Homelab_Map+computers+homelab.tmpl.html
@@ -0,0 +1,13 @@
+{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>I'm planning on reworking some of my homelab and wanted an overview of the current setup to help me visualize what to change and where to move things. For that, I came up with this rough diagram:</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 things on the right. Various wireless clients like my laptops as well as my recent X58 desktops. I have a ton of various e-waste grade computers at home. Mostly 2nd gen Intel Core i processor based machines.</p>
+ <p>My main goal with a restructure is to have a plan for minimal power consumption given what hardware I have and my current performance requirements, and have a mini rack for my "portable" homelab that comes with me as work various internships and jobs. I've just recently aqcuired five Pi3 Compute Module based computers with mini PCIe expansion and dual 100 Mbps NICs which I hope to test and possible migrate some of my low-performance applications to for a smaller footprint and less power consumption.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }} \ No newline at end of file