<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Self-Host on It&#39;s Lazman</title>
    <link>https://blog.its.lazman.xyz/tags/self-host/</link>
    <description>Recent content in Self-Host on It&#39;s Lazman</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 19 Aug 2026 04:37:46 +0000</lastBuildDate>
    <atom:link href="https://blog.its.lazman.xyz/tags/self-host/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mini Update</title>
      <link>https://blog.its.lazman.xyz/posts/miniupdate/</link>
      <pubDate>Wed, 19 Aug 2026 04:37:46 +0000</pubDate>
      <guid>https://blog.its.lazman.xyz/posts/miniupdate/</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://blog.its.lazman.xyz/images/tired.gif&#34; data-dimbox data-dimbox-caption=&#34;&#34;&gt;&#xA;  &lt;img src=&#34;https://blog.its.lazman.xyz/images/tired.gif&#34;/&gt;&#xA;&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;There has been a gap between the last post and this (The migration post doesn&amp;rsquo;t count as I wrote it before but forgot to publish it).&#xA;Life happened, so I had to take care of some IRL work.&lt;/p&gt;&#xA;&lt;p&gt;However, I have been home-labbing quite hard.&#xA;In fact, one reason for not able to write was I was upgrading and configuring my homelab.&lt;/p&gt;&#xA;&lt;p&gt;These are some updates regarding to my homelab&lt;/p&gt;</description>
    </item>
    <item>
      <title>Changing Or Migrating Your Network Backend</title>
      <link>https://blog.its.lazman.xyz/posts/migration/</link>
      <pubDate>Sun, 16 Aug 2026 11:49:32 +0000</pubDate>
      <guid>https://blog.its.lazman.xyz/posts/migration/</guid>
      <description>&lt;p&gt;&#xA;&lt;a href=&#34;https://blog.its.lazman.xyz/images/migration.webp&#34; data-dimbox data-dimbox-caption=&#34;https://www.tatacommunications-ts.com/services/network-services/network-migration/&#34;&gt;&#xA;  &lt;img alt=&#34;https://www.tatacommunications-ts.com/services/network-services/network-migration/&#34; src=&#34;https://blog.its.lazman.xyz/images/migration.webp&#34;/&gt;&#xA;&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;There will come a time when you may need to move your networking stack to a different machine due to a variety of reasons.&#xA;By networking stack, I mean applications core to the functionality of your homelab, such as your DNS server, reverse proxy, Wireguard instance, etc.&lt;/p&gt;&#xA;&lt;p&gt;I personally had to move thrice&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When I had to change the IP addresses of all my machines due to a weird edge case involving Wireguard&lt;/li&gt;&#xA;&lt;li&gt;When my Raspberry Pi was not powerful enough for all my micro-services, and shifted to a physical machine&lt;/li&gt;&#xA;&lt;li&gt;When I switched from a physical machine to a Proxmox VM&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Every time I switched, there was always something or the other which I missed which affected my operational stability.&#xA;But like they say, you learn as you make mistakes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is DNS and why you need your own local DNS?</title>
      <link>https://blog.its.lazman.xyz/posts/local-dns/</link>
      <pubDate>Sat, 11 Jul 2026 04:41:13 +0000</pubDate>
      <guid>https://blog.its.lazman.xyz/posts/local-dns/</guid>
      <description>&lt;p&gt;Whenever it comes to a discussion regarding DNS, I would like to initiate it with this famous Haiku.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://www.cyberciti.biz/media/new/cms/2017/04/dns.jpg&#34; data-dimbox data-dimbox-caption=&#34;DNS&#34;&gt;&#xA;  &lt;img alt=&#34;DNS&#34; src=&#34;https://www.cyberciti.biz/media/new/cms/2017/04/dns.jpg&#34;/&gt;&#xA;&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Explanation: &lt;em&gt;You may think that the network issue was due to something serious, unlike DNS. You may be absolutely convinced that it&amp;rsquo;s not due to DNS. But after debugging the issue for an hour, you will finally come to the conclusion that it was indeed due to DNS.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-exactly-is-dns&#34;&gt;What exactly is DNS?&lt;/h2&gt;&#xA;&lt;p&gt;As there are various blogs on the internet which goes on detail about what DNS is, I will oversimplify DNS with a single line; &lt;em&gt;it&amp;rsquo;s a phone directory for the internet&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Making DNS and A Reverse Proxy Work Together</title>
      <link>https://blog.its.lazman.xyz/posts/caddy-dns/</link>
      <pubDate>Tue, 23 Jun 2026 18:10:19 +0000</pubDate>
      <guid>https://blog.its.lazman.xyz/posts/caddy-dns/</guid>
      <description>&lt;p&gt;&#xA;&lt;a href=&#34;https://blog.its.lazman.xyz/images/reverse-proxy.jpg&#34; data-dimbox data-dimbox-caption=&#34;https://kampusit.id/web-proxy/&#34;&gt;&#xA;  &lt;img alt=&#34;https://kampusit.id/web-proxy/&#34; src=&#34;https://blog.its.lazman.xyz/images/reverse-proxy.jpg&#34;/&gt;&#xA;&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-a-reverse-proxy-anyway&#34;&gt;What is a reverse proxy anyway?&lt;/h2&gt;&#xA;&lt;p&gt;Ever since I started home-labbing, one thing that always annoyed me was typing the IP and the port number to access a certain service.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Can&amp;rsquo;t we have a nice and memorable way to access each service?&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;One approach is to create local DNS entries, i.e., map the MAC address of your server to a static IP.&#xA;However, this only solves the IP problem, as I would still have to enter the port number.&#xA;The ideal solution would be something like DNS subdomains.&#xA;Let&amp;rsquo;s look at an example&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
