<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>River Sova</title>
    <link>https://riversova.com/</link>
    <description>Recent content on River Sova</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>river@riversova.com (River Sova)</managingEditor>
    <webMaster>river@riversova.com (River Sova)</webMaster>
    <copyright>River Sova (CC BY-NC-SA 4.0)</copyright>
    <lastBuildDate>Wed, 06 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://riversova.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>My Home Server, One Year In</title>
      <link>https://riversova.com/blog/20260506-my-home-server/</link>
      <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><author>river@riversova.com (River Sova)</author>
      <guid>https://riversova.com/blog/20260506-my-home-server/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been self-hosting for about a year, and it&amp;rsquo;s been a blast. I&amp;rsquo;ve learned more from this project than I ever expected. This is just a quick dump of what I&amp;rsquo;m using for future reference.&lt;/p&gt;&#xA;&lt;h2 id=&#34;hardware&#34;&gt;Hardware&lt;/h2&gt;&#xA;&lt;p&gt;HP Elitedesk 800 G4 Tower&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;i5-8500 3GHz&lt;/li&gt;&#xA;&lt;li&gt;UHD Graphics 630&lt;/li&gt;&#xA;&lt;li&gt;16GB RAM&lt;/li&gt;&#xA;&lt;li&gt;Drives:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;256GB NVME (boot)&lt;/li&gt;&#xA;&lt;li&gt;256GB Sandisk SATA SSD (docker)&lt;/li&gt;&#xA;&lt;li&gt;8TB Seagate SATA HDD (media)&lt;/li&gt;&#xA;&lt;li&gt;2TB Seagate SATA HDD (temp storage)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;em&gt;A note:&lt;/em&gt; The 2TB drive listed was salvaged from an old PC, originally. It has more than six years of power on hours, but &lt;a href=&#34;&#34;&gt;Scrutiny&lt;/a&gt; says it still passes SMART tests. Due to the drivepocalypse, I intend to continue using it as long as I can, but I won&amp;rsquo;t trust it with anything important.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I&rsquo;ve been self-hosting for about a year, and it&rsquo;s been a blast. I&rsquo;ve learned more from this project than I ever expected. This is just a quick dump of what I&rsquo;m using for future reference.</p>
<h2 id="hardware">Hardware</h2>
<p>HP Elitedesk 800 G4 Tower</p>
<ul>
<li>i5-8500 3GHz</li>
<li>UHD Graphics 630</li>
<li>16GB RAM</li>
<li>Drives:
<ul>
<li>256GB NVME (boot)</li>
<li>256GB Sandisk SATA SSD (docker)</li>
<li>8TB Seagate SATA HDD (media)</li>
<li>2TB Seagate SATA HDD (temp storage)</li>
</ul>
</li>
</ul>
<p><em>A note:</em> The 2TB drive listed was salvaged from an old PC, originally. It has more than six years of power on hours, but <a href="">Scrutiny</a> says it still passes SMART tests. Due to the drivepocalypse, I intend to continue using it as long as I can, but I won&rsquo;t trust it with anything important.</p>
<h2 id="software">Software</h2>
<ul>
<li>Ubuntu Server 24.04 LTS</li>
<li>Docker Compose</li>
</ul>
<h2 id="services">Services</h2>
<p>I currently run four main services: Jellyfin, Navidrome, Kavita, and Home Assistant.</p>
<p><strong><a href="https://jellyfin.org/">Jellyfin</a></strong> serves up movies and shows to my smart TV, iPhone, and any other device on the network. The perks of this setup is it&rsquo;s able to transcode locally when my device can&rsquo;t support the native format. This is particularly handy because my TCL Roku TV is persnickety.</p>
<p><strong><a href="https://www.navidrome.org/">Navidrome</a></strong> serves up FLAC files ripped from my collection of CDs that&rsquo;s been growing since the early 2000s. I use <a href="https://apps.apple.com/us/app/flo-navidrome-client/id6529533140">flo</a> on my iPhone and <a href="https://github.com/jeffvli/feishin">Feishin</a> on Linux, though there&rsquo;s tons of options for Subsonic-compatible apps.</p>
<p><strong><a href="https://www.kavitareader.com/">Kavita</a></strong> is Navidrome for my comic book collection. If anyone had told me that I&rsquo;d spend 5 hours updating metadata on comic books&hellip;well, who am I kidding, that <em>does</em> sound like me.</p>
<p><strong><a href="https://www.home-assistant.io/">Home Assistant</a></strong> is a behemoth of an application, and has been the focus of most of my tinkering. I hate voice assistants with a passion, but getting my lighting <em>just right</em> for an evening on the couch has been satisfying in a way that&rsquo;s hard to describe.</p>
<h2 id="the-future">The Future</h2>
<p>Eventually I want to get something like <a href="https://pi-hole.net/">PiHole</a> or <a href="https://adguard.com/en/adguard-home/overview.html">Adguard Home</a> running, but these are being shelved until I&rsquo;ve finished moving to a new home.</p>
<p>Self-hosting is definitely a project I&rsquo;d recommend to techy folks who enjoy tinkering, though I don&rsquo;t think I&rsquo;d recommend it to anyone who wants things to &ldquo;just work.&rdquo; It&rsquo;s been a lot of headaches, including the time I accidentally <code>chmod</code>&rsquo;d myself out of any access to the server and had to wipe the whole OS. But if you care about privacy and owning the things you buy, it&rsquo;s probably the best hobby out there.</p>
]]></content:encoded>
    </item>
    <item>
      <title>About</title>
      <link>https://riversova.com/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>river@riversova.com (River Sova)</author>
      <guid>https://riversova.com/about/</guid>
      <description>&lt;h2 id=&#34;about-this-website&#34;&gt;About This Website&lt;/h2&gt;&#xA;&lt;p&gt;This website is created with:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/clente/hugo-bearcub&#34;&gt;Bear Cub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/&#34;&gt;GitHub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://netlify.com/&#34;&gt;Netlify&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There are no trackers, analytics, or ads on this website. I browse with &lt;a href=&#34;https://ublockorigin.com/&#34;&gt;ublock Origin&lt;/a&gt; and &lt;a href=&#34;https://privacybadger.org/&#34;&gt;Privacy Badger&lt;/a&gt;, and I think you should too.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<h2 id="about-this-website">About This Website</h2>
<p>This website is created with:</p>
<ul>
<li><a href="https://gohugo.io/">Hugo</a></li>
<li><a href="https://github.com/clente/hugo-bearcub">Bear Cub</a></li>
<li><a href="https://github.com/">GitHub</a></li>
<li><a href="https://netlify.com/">Netlify</a></li>
</ul>
<p>There are no trackers, analytics, or ads on this website. I browse with <a href="https://ublockorigin.com/">ublock Origin</a> and <a href="https://privacybadger.org/">Privacy Badger</a>, and I think you should too.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
