Deployed ef3e982 to v0.7.3 with MkDocs 1.5.3 and mike 1.1.2

GitHub Action 12 months ago
parent a9df88b6b4
commit b25bc9c376

@ -4720,7 +4720,7 @@
</span><span id="__span-1-6"><a id="__codelineno-1-6" name="__codelineno-1-6" href="#__codelineno-1-6"></a><span class="w"> </span><span class="nt">app</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">emby</span><span class="w"> </span><span class="c1"># The name of the deployed app</span>
</span></code></pre></div>
<p>The <code>app</code> field is used to create a label selector, in this example case it would match pods with the label: <code>app.kubernetes.io/name=emby</code>.</p>
<p>Sometimes this is insufficient for complex or atypical application deployments. In these cases, the <code>podSelector</code> field can be used. Any field selector can be used with it, so it allows for some very powerful selection capabilities.</p>
<p>Sometimes this is insufficient for complex or atypical application deployments. In these cases, the <code>pod-selector</code> field can be used. Any field selector can be used with it, so it allows for some very powerful selection capabilities.</p>
<p>For instance, it can be utilized to roll multiple underlying deployments under one application to see a high-level aggregate:</p>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-2-1"><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">Element Chat</span><span class="p">:</span>
</span><span id="__span-2-2"><a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a><span class="w"> </span><span class="nt">icon</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">matrix-light.png</span>
@ -4728,7 +4728,7 @@
</span><span id="__span-2-4"><a id="__codelineno-2-4" name="__codelineno-2-4" href="#__codelineno-2-4"></a><span class="w"> </span><span class="nt">description</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Matrix Synapse Powered Chat</span>
</span><span id="__span-2-5"><a id="__codelineno-2-5" name="__codelineno-2-5" href="#__codelineno-2-5"></a><span class="w"> </span><span class="nt">app</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">matrix-element</span>
</span><span id="__span-2-6"><a id="__codelineno-2-6" name="__codelineno-2-6" href="#__codelineno-2-6"></a><span class="w"> </span><span class="nt">namespace</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">comms</span>
</span><span id="__span-2-7"><a id="__codelineno-2-7" name="__codelineno-2-7" href="#__codelineno-2-7"></a><span class="w"> </span><span class="nt">podSelector</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">&gt;-</span>
</span><span id="__span-2-7"><a id="__codelineno-2-7" name="__codelineno-2-7" href="#__codelineno-2-7"></a><span class="w"> </span><span class="nt">pod-selector</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">&gt;-</span>
</span><span id="__span-2-8"><a id="__codelineno-2-8" name="__codelineno-2-8" href="#__codelineno-2-8"></a><span class="w"> </span><span class="no">app.kubernetes.io/instance in (</span>
</span><span id="__span-2-9"><a id="__codelineno-2-9" name="__codelineno-2-9" href="#__codelineno-2-9"></a><span class="w"> </span><span class="no">matrix-element,</span>
</span><span id="__span-2-10"><a id="__codelineno-2-10" name="__codelineno-2-10" href="#__codelineno-2-10"></a><span class="w"> </span><span class="no">matrix-media-repo,</span>
@ -4738,7 +4738,7 @@
</span></code></pre></div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>A blank string as a podSelector does not deactivate it, but will actually select all pods in the namespace. This is a useful way to capture the resource usage of a complex application siloed to a single namespace, like Longhorn.</p>
<p>A blank string as a pod-selector does not deactivate it, but will actually select all pods in the namespace. This is a useful way to capture the resource usage of a complex application siloed to a single namespace, like Longhorn.</p>
</div>
<h2 id="automatic-service-discovery">Automatic Service Discovery</h2>
<p>Homepage features automatic service discovery by Ingress annotations. All configuration options can be applied using typical annotation syntax, beginning with <code>gethomepage.dev/</code>.</p>
@ -4754,7 +4754,7 @@
</span><span id="__span-3-10"><a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a><span class="w"> </span><span class="nt">gethomepage.dev/name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Emby</span>
</span><span id="__span-3-11"><a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a><span class="w"> </span><span class="nt">gethomepage.dev/widget.type</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;emby&quot;</span>
</span><span id="__span-3-12"><a id="__codelineno-3-12" name="__codelineno-3-12" href="#__codelineno-3-12"></a><span class="w"> </span><span class="nt">gethomepage.dev/widget.url</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;https://emby.example.com&quot;</span>
</span><span id="__span-3-13"><a id="__codelineno-3-13" name="__codelineno-3-13" href="#__codelineno-3-13"></a><span class="w"> </span><span class="nt">gethomepage.dev/podSelector</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;&quot;</span>
</span><span id="__span-3-13"><a id="__codelineno-3-13" name="__codelineno-3-13" href="#__codelineno-3-13"></a><span class="w"> </span><span class="nt">gethomepage.dev/pod-selector</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;&quot;</span>
</span><span id="__span-3-14"><a id="__codelineno-3-14" name="__codelineno-3-14" href="#__codelineno-3-14"></a><span class="w"> </span><span class="nt">gethomepage.dev/weight</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">10</span><span class="w"> </span><span class="c1"># optional</span>
</span><span id="__span-3-15"><a id="__codelineno-3-15" name="__codelineno-3-15" href="#__codelineno-3-15"></a><span class="nt">spec</span><span class="p">:</span>
</span><span id="__span-3-16"><a id="__codelineno-3-16" name="__codelineno-3-16" href="#__codelineno-3-16"></a><span class="w"> </span><span class="nt">rules</span><span class="p">:</span>
@ -4785,7 +4785,7 @@
</span><span id="__span-4-11"><a id="__codelineno-4-11" name="__codelineno-4-11" href="#__codelineno-4-11"></a><span class="w"> </span><span class="nt">gethomepage.dev/name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Emby</span>
</span><span id="__span-4-12"><a id="__codelineno-4-12" name="__codelineno-4-12" href="#__codelineno-4-12"></a><span class="w"> </span><span class="nt">gethomepage.dev/widget.type</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;emby&quot;</span>
</span><span id="__span-4-13"><a id="__codelineno-4-13" name="__codelineno-4-13" href="#__codelineno-4-13"></a><span class="w"> </span><span class="nt">gethomepage.dev/widget.url</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;https://emby.example.com&quot;</span>
</span><span id="__span-4-14"><a id="__codelineno-4-14" name="__codelineno-4-14" href="#__codelineno-4-14"></a><span class="w"> </span><span class="nt">gethomepage.dev/podSelector</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;&quot;</span>
</span><span id="__span-4-14"><a id="__codelineno-4-14" name="__codelineno-4-14" href="#__codelineno-4-14"></a><span class="w"> </span><span class="nt">gethomepage.dev/pod-selector</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;&quot;</span>
</span><span id="__span-4-15"><a id="__codelineno-4-15" name="__codelineno-4-15" href="#__codelineno-4-15"></a><span class="w"> </span><span class="nt">gethomepage.dev/weight</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">10</span><span class="w"> </span><span class="c1"># optional</span>
</span><span id="__span-4-16"><a id="__codelineno-4-16" name="__codelineno-4-16" href="#__codelineno-4-16"></a><span class="nt">spec</span><span class="p">:</span>
</span><span id="__span-4-17"><a id="__codelineno-4-17" name="__codelineno-4-17" href="#__codelineno-4-17"></a><span class="w"> </span><span class="nt">entryPoints</span><span class="p">:</span>

File diff suppressed because one or more lines are too long

@ -2,677 +2,677 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://gethomepage.dev/v0.7.3/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/bookmarks/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/custom-css-js/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/docker/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/kubernetes/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/service-widgets/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/services/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/configs/settings/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/installation/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/installation/docker/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/installation/k8s/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/installation/source/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/installation/unraid/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/more/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/more/development/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/more/homepage-move/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/more/translations/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/more/troubleshooting/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/datetime/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/glances/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/greeting/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/kubernetes/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/logo/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/longhorn/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/openmeteo/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/openweathermap/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/resources/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/search/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/unifi_controller/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/info/weather/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/adguard-home/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/atsumeru/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/audiobookshelf/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/authentik/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/autobrr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/azuredevops/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/bazarr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/caddy/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/calendar/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/calibre-web/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/changedetectionio/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/channelsdvrserver/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/cloudflared/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/coin-market-cap/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/customapi/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/deluge/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/diskstation/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/downloadstation/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/emby/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/evcc/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/fileflows/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/flood/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/freshrss/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/gamedig/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/ghostfolio/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/glances/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/gluetun/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/gotify/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/grafana/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/hdhomerun/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/healthchecks/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/homeassistant/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/homebridge/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/immich/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/jackett/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/jdownloader/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/jellyfin/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/jellyseerr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/kavita/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/komga/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/kopia/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/lidarr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/mastodon/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/mealie/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/medusa/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/mikrotik/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/minecraft/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/miniflux/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/mjpeg/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/moonraker/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/mylar/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/navidrome/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/nextcloud/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/nextdns/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/nginx-proxy-manager/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/nzbget/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/octoprint/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/omada/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/ombi/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/opendtu/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/openmediavault/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/opnsense/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/overseerr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/paperlessngx/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/pfsense/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/photoprism/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/pialert/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/pihole/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/plex-tautulli/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/plex/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/portainer/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/prometheus/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/prowlarr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/proxmox/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/proxmoxbackupserver/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/pterodactyl/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/pyload/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/qbittorrent/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/qnap/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/radarr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/readarr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/rutorrent/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/sabnzbd/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/scrutiny/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/sonarr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/speedtest-tracker/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/syncthing-relay-server/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/tailscale/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/tdarr/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/traefik/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/transmission/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/truenas/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/tubearchivist/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/unifi-controller/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/unmanic/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/uptime-kuma/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/uptimerobot/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/urbackup/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/watchtower/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/whatsupdocker/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gethomepage.dev/v0.7.3/widgets/services/xteve/</loc>
<lastmod>2023-10-12</lastmod>
<lastmod>2023-10-14</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.
Loading…
Cancel
Save