<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>My notes and stuff - Homelab</title>
    <subtitle>This is just a space for me to share some notes and thoughts. I hope someone finds something useful here.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://suchaboris.com/categories/homelab/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://suchaboris.com/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2025-12-07T00:00:00+00:00</updated>
    <id>https://suchaboris.com/categories/homelab/atom.xml</id>
    <entry xml:lang="en">
        <title>Building a Family Dashboard</title>
        <published>2025-12-07T00:00:00+00:00</published>
        <updated>2025-12-07T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/building-a-family-dashboard/"/>
        <id>https://suchaboris.com/blog/building-a-family-dashboard/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/building-a-family-dashboard/">&lt;p&gt;My next personal project was born out of spite: building a family dashboard to mimic the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.costco.com&#x2F;p&#x2F;-&#x2F;skylight-15-smart-touchscreen-calendar-and-organizer&#x2F;4000234720&quot;&gt;Skylight&lt;&#x2F;a&gt; organizer constantly shoved in my face by ads.&lt;&#x2F;p&gt;
&lt;p&gt;I figured if I have a &lt;strong&gt;homelab&lt;&#x2F;strong&gt;, I should be able to self-host something like this. I used &lt;strong&gt;Home Assistant&lt;&#x2F;strong&gt; as a starting point after researching the different customization options.&lt;&#x2F;p&gt;
&lt;p&gt;I now have a draft dashboard running on an old &lt;strong&gt;iPad&lt;&#x2F;strong&gt; on my kitchen wall, and my family finds it extremely useful. The biggest win was when the kids started adding tasks for themselves!&lt;&#x2F;p&gt;
&lt;p&gt;I picked up some hardware during Black Friday to build a proper kiosk, which will be the next upgrade. It&#x27;s a fun project that makes my homelab so much more useful.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;building_dashboard_1.png&quot; alt=&quot;Temporary iPad dashboard&quot; &#x2F;&gt;
&lt;img src=&quot;&#x2F;images&#x2F;building_dashboard_2.png&quot; alt=&quot;Temporary iPad dashboard&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Using NAS as a Data Layer for K8s</title>
        <published>2025-11-16T00:00:00+00:00</published>
        <updated>2025-11-16T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/using-nas-as-a-data-layer-for-k8s/"/>
        <id>https://suchaboris.com/blog/using-nas-as-a-data-layer-for-k8s/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/using-nas-as-a-data-layer-for-k8s/">&lt;p&gt;I have only had time this week for a tiny personal project. And that project was to use my &lt;strong&gt;NAS&lt;&#x2F;strong&gt; as a data persistence layer for at least some of the apps running in my &lt;strong&gt;K8s cluster&lt;&#x2F;strong&gt;. It was surprisingly easy.&lt;&#x2F;p&gt;
&lt;p&gt;The setup required tinkering with nodes and &lt;strong&gt;K8s&lt;&#x2F;strong&gt; manifests, but it all went very smoothly. So now I have my &lt;strong&gt;Minecraft&lt;&#x2F;strong&gt; server storing all the data on my NAS via &lt;strong&gt;NFS&lt;&#x2F;strong&gt;, so even if my lab&#x27;s hardware fails, the data will not be lost. And as I&#x27;m running backups on the NAS itself, I can protect the data even more.&lt;&#x2F;p&gt;
&lt;p&gt;There is a tiny latency tradeoff. I did notice a bit of a lag in Minecraft, as it has to read and write files a lot. But because all connections are wired and the lab and NAS are on the same switch, it has not been a problem so far. If it becomes worse, I can always revert back to local storage just for one app.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Running my own Minecraft Server</title>
        <published>2025-11-09T00:00:00+00:00</published>
        <updated>2025-11-09T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/running-my-own-minecraft-server/"/>
        <id>https://suchaboris.com/blog/running-my-own-minecraft-server/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/running-my-own-minecraft-server/">&lt;p&gt;For months, if not years, creating a &lt;strong&gt;homelab&lt;&#x2F;strong&gt; was on my mind, but I kept postponing it because I lacked a clear goal for what I&#x27;d run there.&lt;&#x2F;p&gt;
&lt;p&gt;When I finally started working on it in October, the motivation was very simple: My oldest kid wanted to play &lt;strong&gt;Minecraft&lt;&#x2F;strong&gt; together! :)&lt;&#x2F;p&gt;
&lt;p&gt;It took a bit of time and a lot of extra steps to ensure I did it the way I wanted. I learned so much about &lt;strong&gt;Kubernetes&lt;&#x2F;strong&gt; and all the related tools along the way, which was part of the goal.&lt;&#x2F;p&gt;
&lt;p&gt;I&#x27;m happy to share I now have a &lt;strong&gt;Minecraft server&lt;&#x2F;strong&gt; running in my &lt;strong&gt;K8s homelab cluster&lt;&#x2F;strong&gt;. It is always on, there is no lag, and it&#x27;s running surprisingly well.&lt;&#x2F;p&gt;
&lt;p&gt;I have other lab projects in mind, but I am very happy that the idea that started it all is now complete.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>The Joy of Scope Creep in a Homelab</title>
        <published>2025-10-26T00:00:00+00:00</published>
        <updated>2025-10-26T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/the-joy-of-scope-creep-in-a-homelab/"/>
        <id>https://suchaboris.com/blog/the-joy-of-scope-creep-in-a-homelab/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/the-joy-of-scope-creep-in-a-homelab/">&lt;p&gt;Last week was a classic case of &lt;strong&gt;scope creep&lt;&#x2F;strong&gt; (for a personal project): I started one task and it instantly spawned five more. On one hand, it&#x27;s a good learning process; on the other, it feels less productive because my To-Do list got bigger, not smaller.&lt;&#x2F;p&gt;
&lt;p&gt;All I wanted was to set up some &lt;strong&gt;security scanner&lt;&#x2F;strong&gt; for my &lt;strong&gt;homelab K8s cluster&lt;&#x2F;strong&gt;. After researching different tools, I spun one up and got a summary report, which was great. Time to start fixing vulnerabilities and misconfigurations, right?&lt;&#x2F;p&gt;
&lt;p&gt;Well, I thought I needed to set up alerting first so I know the number does not go up. But for that, I need to set up &lt;strong&gt;secret management&lt;&#x2F;strong&gt; so alerts can be sent via email. And each part requires quite a bit of reading, research, and evaluation of which solution will work best for my case.&lt;&#x2F;p&gt;
&lt;p&gt;And so, by the end of the week, my To-Do list for the homelab is twice as big as it was when the week started. And I love it. I am learning so much with this project.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>My Homelab is Ready!</title>
        <published>2025-10-19T00:00:00+00:00</published>
        <updated>2025-10-19T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/my-homelab-is-ready/"/>
        <id>https://suchaboris.com/blog/my-homelab-is-ready/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/my-homelab-is-ready/">&lt;p&gt;I&#x27;m very happy to share that I&#x27;ve finished setting up my &lt;strong&gt;homelab&lt;&#x2F;strong&gt;!&lt;&#x2F;p&gt;
&lt;p&gt;It took about a month to go from &quot;I want to run a homelab on &lt;strong&gt;Kubernetes&lt;&#x2F;strong&gt;&quot; to successfully using my first self-hosted app. I thought it would take much longer with my limited time, so this is a big personal milestone.&lt;&#x2F;p&gt;
&lt;p&gt;I have two &lt;strong&gt;old laptops&lt;&#x2F;strong&gt; I got from friends sitting in my garage, running a Kubernetes cluster leveraging &lt;strong&gt;Debian&lt;&#x2F;strong&gt; and &lt;strong&gt;k3s&lt;&#x2F;strong&gt;. At the moment, it&#x27;s a full monitoring stack (&lt;strong&gt;Prometheus&lt;&#x2F;strong&gt; + &lt;strong&gt;Grafana&lt;&#x2F;strong&gt;) and a simple app, all running smoothly. Seeing the metrics in Grafana for the first time was incredibly satisfying.&lt;&#x2F;p&gt;
&lt;p&gt;This entire setup relies on a &lt;strong&gt;GitOps&lt;&#x2F;strong&gt; flow, specifically using &lt;strong&gt;FluxCD&lt;&#x2F;strong&gt; to manage all deployments. I had to fight a number of quirks setting everything up, obviously, but that&#x27;s just a part of the learning process.&lt;&#x2F;p&gt;
&lt;p&gt;Next up: adding some security layers, then deploying more useful applications.&lt;&#x2F;p&gt;
&lt;p&gt;If you want the technical details, check out my &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;prymost&#x2F;homelab&quot;&gt;Homelab repository&lt;&#x2F;a&gt; on GitHub.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
