<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Selfhosting on Techdox</title>
    <link>https://techdox.nz/tags/selfhosting/</link>
    <description>Recent content in Selfhosting on Techdox</description>
    <generator>Hugo</generator>
    <language>en-nz</language>
    <lastBuildDate>Thu, 28 May 2026 20:27:32 +0000</lastBuildDate>
    <atom:link href="https://techdox.nz/tags/selfhosting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>I Rebuilt My Homelab Network with OPNsense, Pi-hole, WireGuard, and NPM</title>
      <link>https://techdox.nz/i-rebuilt-my-homelab-network-with-opnsense-pi-hole-wireguard-and-npm/</link>
      <pubDate>Thu, 28 May 2026 20:27:32 +0000</pubDate>
      <guid>https://techdox.nz/i-rebuilt-my-homelab-network-with-opnsense-pi-hole-wireguard-and-npm/</guid>
      <description>&lt;h1 id=&#34;i-rebuilt-my-homelab-network-with-opnsense-pi-hole-wireguard-and-npm&#34;&gt;I Rebuilt My Homelab Network with OPNsense, Pi-hole, WireGuard, and NPM&lt;/h1&gt;&#xA;&lt;p&gt;I’ve been running a homelab for a while now, but after a recent rebuild, I finally have a network setup I’m genuinely happy with.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why Linux For Selfhosting?</title>
      <link>https://techdox.nz/why-linux-for-selfhosting/</link>
      <pubDate>Sun, 11 Aug 2024 08:41:53 +0000</pubDate>
      <guid>https://techdox.nz/why-linux-for-selfhosting/</guid>
      <description>&lt;p&gt;&lt;strong&gt;When to Transition from Tinkering to Serious Self-Hosting&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Self-hosting often begins with a bit of experimentation on whatever device you have at hand, usually your daily PC running Windows or macOS. Since launching my YouTube channel, I&amp;rsquo;ve noticed that many people encounter issues when trying to self-host on their main desktop. While there&amp;rsquo;s nothing wrong with learning and experimenting on your primary machine, when it comes to hosting dedicated services, it&amp;rsquo;s time to consider setting up a dedicated machine with Linux.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Break Things But Start Small</title>
      <link>https://techdox.nz/break-things-but-start-small/</link>
      <pubDate>Mon, 03 Jun 2024 10:22:22 +0000</pubDate>
      <guid>https://techdox.nz/break-things-but-start-small/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m a massive advocate for just diving in and breaking things when you start learning something new in the tech world. However, it&amp;rsquo;s crucial to set achievable goals for yourself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why Selfhost?</title>
      <link>https://techdox.nz/why-selfhost/</link>
      <pubDate>Wed, 20 Mar 2024 09:01:04 +0000</pubDate>
      <guid>https://techdox.nz/why-selfhost/</guid>
      <description>&lt;p&gt;Self-hosting is pursued for a myriad of reasons, ranging from the desire to control one’s data and avoiding reliance on large corporations, to it being a hobby or a means of acquiring new skills. Personally, my venture into self-hosting encompasses most of the reasons mentioned, with a primary focus on learning. It&amp;rsquo;s astonishing how deploying even a single service, such as a WordPress blog, can expand your knowledge. When you self-host WordPress, you&amp;rsquo;re not just learning about WordPress; you delve into everything around it. This includes setting up the server (often Linux, introducing a steep learning curve for novices), understanding Docker and containers if choosing that route for deployment, and learning about network configuration, domain names, and DNS to make your site public. Each project introduces a wealth of learning opportunities, and the journey doesn’t end with deployment. When inevitable issues arise, troubleshooting becomes yet another skill to hone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why You Need to Selfhost a Website</title>
      <link>https://techdox.nz/why-you-need-to-selfhost-a-website/</link>
      <pubDate>Mon, 06 Nov 2023 20:00:00 +0000</pubDate>
      <guid>https://techdox.nz/why-you-need-to-selfhost-a-website/</guid>
      <description>&lt;p&gt;If you work in tech, or even if it&amp;rsquo;s a hobby for you, you&amp;rsquo;ll understand that it&amp;rsquo;s an ever-changing field with an endless amount to learn, regardless of your specialization. When you&amp;rsquo;re trying to acquire knowledge in this dynamic space, it can be challenging to retain what you&amp;rsquo;ve learned or even gauge whether you&amp;rsquo;re truly absorbing new information. So, how can you confirm your learning and solidify your understanding?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Umbrel: A Selfhosted Dashboard</title>
      <link>https://techdox.nz/umbrel-a-selfhosted-dashboard/</link>
      <pubDate>Wed, 27 Sep 2023 06:50:19 +0000</pubDate>
      <guid>https://techdox.nz/umbrel-a-selfhosted-dashboard/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;Self-hosting can be intimidating, especially for newcomers to concepts like Docker, Linux, Networking, and storage. Many users who want to enter this space can feel overwhelmed by these services. This is where self-hosted dashboards come in – though I&amp;rsquo;m not sure if that&amp;rsquo;s their official name, it&amp;rsquo;s what I call them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Embracing Proxmox: Virtualization Adventures in Self-Hosting</title>
      <link>https://techdox.nz/embracing-proxmox-virtualization-adventures-in-self-hosting/</link>
      <pubDate>Wed, 20 Sep 2023 09:28:34 +0000</pubDate>
      <guid>https://techdox.nz/embracing-proxmox-virtualization-adventures-in-self-hosting/</guid>
      <description>&lt;p&gt;Recently, I made the decision to upgrade from hosting my services on a collection of single-board computers, such as my Raspberry Pis, to a dedicated server. Initially, I began by installing Debian and using it as I would with any other server I&amp;rsquo;ve had. However, after some discussions, it became clear that Proxmox was the way to go. This approach allows me to set up a dedicated server for my services, but in a virtualised environment. With Proxmox, I can run multiple virtual machines, each serving specific purposes, like a dedicated machine for my NFS shares or virtual machines for testing, including a Windows VM and various Linux distributions. It&amp;rsquo;s also an excellent platform for me to learn more about Proxmox itself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Selfhosting and Containers</title>
      <link>https://techdox.nz/selfhosting-and-containers/</link>
      <pubDate>Sun, 23 Jul 2023 08:56:22 +0000</pubDate>
      <guid>https://techdox.nz/selfhosting-and-containers/</guid>
      <description>&lt;p&gt;You know how some things just go hand in hand, like peanut butter and jelly or Netflix and chill? Well, in the tech world, there&amp;rsquo;s a pair that&amp;rsquo;s making waves: self-hosting and containers!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Securely Backup Docker Volumes: A Step-by-Step Guide (Nextcloud Example)</title>
      <link>https://techdox.nz/securely-backup-docker-volumes-a-step-by-step-guide-nextcloud-example/</link>
      <pubDate>Mon, 05 Jun 2023 22:21:33 +0000</pubDate>
      <guid>https://techdox.nz/securely-backup-docker-volumes-a-step-by-step-guide-nextcloud-example/</guid>
      <description>&lt;p&gt;In containerized applications, Docker volumes play a critical role in persisting data. As such, backing up these volumes is crucial for ensuring data safety and facilitating recovery. This guide will walk you through the process of securely backing up Docker volumes using Nextcloud as an example. By following these step-by-step instructions, you&amp;rsquo;ll be able to create backups of Nextcloud&amp;rsquo;s Docker volumes, including both the data and configuration directories. Let&amp;rsquo;s dive in and safeguard your valuable data today!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lessons Learned: Backing Up and Restoring Docker Containers on Ubuntu Server</title>
      <link>https://techdox.nz/lessons-learned-backing-up-and-restoring-docker-containers-on-ubuntu-server/</link>
      <pubDate>Wed, 10 May 2023 08:30:31 +0000</pubDate>
      <guid>https://techdox.nz/lessons-learned-backing-up-and-restoring-docker-containers-on-ubuntu-server/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been setting up containers on my Zimaboard, which is running the latest version of Ubuntu Server as of writing this. I realized that I had installed all the partitions onto the internal eMMC storage instead of the SSD I had installed. This gave me an opportunity to learn how to back up and restore containers using only Docker commands.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Expand Your ZimaBoard Storage with a 1TB SATA SSD</title>
      <link>https://techdox.nz/how-to-expand-your-zimaboard-storage-with-a-1tb-sata-ssd/</link>
      <pubDate>Sun, 02 Apr 2023 11:03:41 +0000</pubDate>
      <guid>https://techdox.nz/how-to-expand-your-zimaboard-storage-with-a-1tb-sata-ssd/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re looking to give your ZimaBoard a storage boost, adding a 1TB SATA SSD is a smart and simple solution. In this tutorial, we&amp;rsquo;ll guide you through the process of installing and configuring your new SSD, as well as share some expert tips for getting the most out of your expanded storage capacity.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ZimaBoard: The Ultimate Single Board Computer for DIY Projects?</title>
      <link>https://techdox.nz/zimaboard-the-ultimate-single-board-computer-for-diy-projects/</link>
      <pubDate>Thu, 30 Mar 2023 04:30:15 +0000</pubDate>
      <guid>https://techdox.nz/zimaboard-the-ultimate-single-board-computer-for-diy-projects/</guid>
      <description>&lt;p&gt;Self-hosting and lightweight single-board computing tend to go hand in hand, which is why Raspberry Pis and NUCs are so popular among the self-hosting community. As a self-hoster myself, I&amp;rsquo;m always on the lookout for the next best thing to host my services on. That&amp;rsquo;s why I was delighted when IceWhale, the creators of ZimaBoard, asked if I would be willing to review it. I was more than happy to oblige!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-Hosting With a Raspberry Pi 4 and Cloudflare</title>
      <link>https://techdox.nz/self-hosting-with-a-raspberry-pi-4-and-cloudflare/</link>
      <pubDate>Tue, 28 Mar 2023 07:25:51 +0000</pubDate>
      <guid>https://techdox.nz/self-hosting-with-a-raspberry-pi-4-and-cloudflare/</guid>
      <description>&lt;p&gt;If you know me personally or have watched my &lt;a href=&#34;www.youtube.com/techdoxnz&#34;&gt;YouTube channel&lt;/a&gt;, you&amp;rsquo;re probably aware of my love for self-hosting and trying out different services on my own rather than relying on paid or free hosting options. One of my favorite tools for self-hosting is the Raspberry Pi - these low-power devices are affordable (or at least they were before the current chip shortage), and when combined with Docker, they can handle a lot of tasks. In particular, the Raspberry Pi 4 - with its quad-core processor and 8GB of RAM - packs a serious self-hosting punch.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
