<?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>Self Hosting on roos.click</title>
    <link>https://roos.click/tags/self-hosting/</link>
    <description>Recent content in Self Hosting on roos.click</description>
    <image>
      <title>roos.click</title>
      <url>https://roos.click/</url>
      <link>https://roos.click/</link>
    </image>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <lastBuildDate>Tue, 28 May 2024 22:00:00 +0100</lastBuildDate>
    <atom:link href="https://roos.click/tags/self-hosting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ESP8266, ESPHome, Temperature Monitoring and more - Part 1</title>
      <link>https://roos.click/posts/esp8266_esphome_screen_and_temp_monitor_p1/</link>
      <pubDate>Tue, 28 May 2024 22:00:00 +0100</pubDate>
      <guid>https://roos.click/posts/esp8266_esphome_screen_and_temp_monitor_p1/</guid>
      <description>&lt;p&gt;My long term plan is to show temperature and humidity on screen, add the ability to turn my fan on via infrared LEDs, and connect it all up to Home Assistant.&lt;/p&gt;
&lt;p&gt;In the short term, I want to get the basics working, being able to upload code, with a temperature display if I can.&lt;/p&gt;
&lt;h2 id=&#34;the-device&#34;&gt;The device&lt;/h2&gt;
&lt;p&gt;The device I have was from an AliExpress listing. I thought the screen would be great for quick feedback, and I think that is definitely true here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Attempting to Host Services in Docker Swarm</title>
      <link>https://roos.click/posts/attempted-hosting-in-docker-swarm/</link>
      <pubDate>Sat, 02 Oct 2021 16:55:00 +0100</pubDate>
      <guid>https://roos.click/posts/attempted-hosting-in-docker-swarm/</guid>
      <description>&lt;p&gt;I tried to use Docker Swarm to expand my self-hosting capabilities. My thinking was that I have my current hosting in a &lt;code&gt;docker-compose.yml&lt;/code&gt; file, so I should easily be able to use Swarm. Right?&lt;/p&gt;
&lt;p&gt;I span up 3 VMs in Proxmox and added them to a swarm (relatively easy - I found a great tutorial that I half followed &lt;a href=&#34;https://codefresh.io/docker-tutorial/deploy-docker-compose-v3-swarm-mode-cluster/&#34;&gt;here&lt;/a&gt; so I&amp;rsquo;m not going to rehash it). I didn&amp;rsquo;t follow it exactly (as the example was using Docker-in-Docker). I setup the swarm manually then wrote a script to add in a registry proxy (I almost immediately ran into the Docker Hub pull limit when experimenting with Swarm).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Exposing Self-hosted services via CloudFlare Tunnel</title>
      <link>https://roos.click/posts/self-hosting-using-cloudflare-tunnel/</link>
      <pubDate>Thu, 26 Aug 2021 22:41:01 +0100</pubDate>
      <guid>https://roos.click/posts/self-hosting-using-cloudflare-tunnel/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m self hosting multiple services at home, and in the past my main way of doing this has been to expose port 443 on my home internet, and use Traefik as an SSL terminator and proxy to route to multiple services with different subdomains. It works great, and in general I&amp;rsquo;d recommend that approach as a way of exposing services if you&amp;rsquo;re happy with the security implications of exposing a port from your home internet connection.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self Hosting Journey using Proxmox Part 2 - Extra Storage</title>
      <link>https://roos.click/posts/proxmox-part-2-storage/</link>
      <pubDate>Sat, 14 Aug 2021 13:45:09 +0100</pubDate>
      <guid>https://roos.click/posts/proxmox-part-2-storage/</guid>
      <description>&lt;p&gt;The next step for me getting started with Proxmox was to add a bit more storage. The bundled 256GB SSDs are great for the basics, but I&amp;rsquo;m mainly concerned with the longevity of them (considering they are already well used!) and generally the fact that it&amp;rsquo;s not really that much space.&lt;/p&gt;
&lt;p&gt;Amazon to the rescue with some 1TB NVMe drives on sale for £59 which is an absolute bargain. I had to go with NVMe drives as it was the only spare slot for storage available in the miniature nodes I picked up (covered in my &lt;a href=&#34;https://roos.click/posts/proxmox-part-1-starting-off/&#34;&gt;last article&lt;/a&gt;). They are not high performance drives but they will suffice for my use cases.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self Hosting Journey using Proxmox Part 1 - Starting Off</title>
      <link>https://roos.click/posts/proxmox-part-1-starting-off/</link>
      <pubDate>Wed, 11 Aug 2021 22:37:49 +0100</pubDate>
      <guid>https://roos.click/posts/proxmox-part-1-starting-off/</guid>
      <description>&lt;p&gt;So I&amp;rsquo;ve been wanting to expand my home server hosting capabilities. I&amp;rsquo;ve got a load of things I host at home. Just a few of them are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I run the controller for my home SDN (software defined network), which probably warrants a post of it&amp;rsquo;s own, in Docker! I personally run &lt;a href=&#34;https://www.tp-link.com/uk/omada-sdn/&#34;&gt;TP-Link Omada&lt;/a&gt; hardware.&lt;/li&gt;
&lt;li&gt;I host a &lt;a href=&#34;https://about.gitlab.com/&#34;&gt;GitLab&lt;/a&gt; runner, to allow me to run CI for my jobs in GitLab for free!&lt;/li&gt;
&lt;li&gt;I run &lt;a href=&#34;https://owncloud.com/&#34;&gt;Owncloud&lt;/a&gt; so I can have my own &amp;lsquo;Dropbox&amp;rsquo; at home (with terabytes of storage!)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://tautulli.com/&#34;&gt;Tautulli&lt;/a&gt; which is a monitor for my Plex server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So to that end&amp;hellip; I bought a job lot of mini PCs off eBay. I was partially inspired by the ServeTheHome Project TinyMiniMicro series (one of their excellent articles is &lt;a href=&#34;https://www.servethehome.com/lenovo-thinkcentre-m720q-tinyminimicro-feature/&#34;&gt;here&lt;/a&gt;), as well as some YouTubers experience with Raspberry Pi clusters. I thought about picking up one of the Raspberry Pi racks available for 4-5 Pis (I had my eye on &lt;a href=&#34;https://thepihut.com/products/uctronics-pi-rack-1u-poe-rackmount-for-raspberry-4&#34;&gt;this one&lt;/a&gt; for a while&amp;hellip;) but at the end of the day, I feel I need more power than is available in your standard Raspberry Pi.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
