<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on Notes from the Rabbit Hole</title><link>https://magnus919.com/categories/guides/</link><description>Recent content in Guides on Notes from the Rabbit Hole</description><generator>Hugo</generator><language>en</language><copyright>© [Magnus Hedemark](https://github.com/magnus919)</copyright><lastBuildDate>Mon, 27 Jan 2025 00:00:00 -0400</lastBuildDate><atom:link href="https://magnus919.com/categories/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploying Uptime Kuma with Docker</title><link>https://magnus919.com/notes/deploy-uptime-kuma/</link><pubDate>Mon, 27 Jan 2025 00:00:00 -0400</pubDate><guid>https://magnus919.com/notes/deploy-uptime-kuma/</guid><description>&lt;p>Uptime Kuma is a sleek and powerful uptime monitoring tool designed for self-hosters. In this guide, I&amp;rsquo;ll show you how to deploy Uptime Kuma using Docker and Docker Compose.&lt;/p>
&lt;h2 id="prerequisites">Prerequisites&lt;/h2>
&lt;p>Before diving in, ensure you have the following:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Docker and Docker Compose&lt;/strong> installed on your system.&lt;/li>
&lt;li>Familiarity with creating and editing files in a terminal.&lt;/li>
&lt;li>A reverse proxy (e.g., Traefik or Nginx Proxy Manager) if you plan to make the service available externally.&lt;/li>
&lt;/ol>
&lt;h2 id="docker-compose-configuration">Docker Compose Configuration&lt;/h2>
&lt;p>Here&amp;rsquo;s the &lt;code>docker-compose.yml&lt;/code> file you can use to deploy Uptime Kuma:&lt;/p></description></item></channel></rss>