Deployed 6d21ea9 to main with MkDocs 1.5.3 and mike 1.1.2

GitHub Action 1 year ago
parent a970845402
commit e411a2811a

@ -1009,6 +1009,19 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#multiple-homepage-instances" class="md-nav__link">
<span class="md-ellipsis">
<span class="md-typeset">
Multiple Homepage Instances
</span>
</span>
</a>
</li>
<li class="md-nav__item">
@ -4787,6 +4800,19 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#multiple-homepage-instances" class="md-nav__link">
<span class="md-ellipsis">
<span class="md-typeset">
Multiple Homepage Instances
</span>
</span>
</a>
</li>
<li class="md-nav__item">
@ -4986,6 +5012,17 @@
</span><span id="__span-12-4"><a id="__codelineno-12-4" name="__codelineno-12-4" href="#__codelineno-12-4"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">homepage.icon=foobar</span>
</span><span id="__span-12-5"><a id="__codelineno-12-5" name="__codelineno-12-5" href="#__codelineno-12-5"></a><span class="nn">...</span>
</span></code></pre></div>
<h2 id="multiple-homepage-instances">Multiple Homepage Instances</h2>
<p>The optional field <code>instanceName</code> can be configured in <a href="../settings/#instance-name">settings.md</a> to differentiate between multiple homepage instances.</p>
<p>To limit a label to an instance, insert <code>.instance.{{instanceName}}</code> after the <code>homepage</code> prefix.</p>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-13-1"><a id="__codelineno-13-1" name="__codelineno-13-1" href="#__codelineno-13-1"></a><span class="nt">labels</span><span class="p">:</span>
</span><span id="__span-13-2"><a id="__codelineno-13-2" name="__codelineno-13-2" href="#__codelineno-13-2"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">homepage.group=Media</span>
</span><span id="__span-13-3"><a id="__codelineno-13-3" name="__codelineno-13-3" href="#__codelineno-13-3"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">homepage.name=Emby</span>
</span><span id="__span-13-4"><a id="__codelineno-13-4" name="__codelineno-13-4" href="#__codelineno-13-4"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">homepage.icon=emby.png</span>
</span><span id="__span-13-5"><a id="__codelineno-13-5" name="__codelineno-13-5" href="#__codelineno-13-5"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">homepage.instance.internal.href=http://emby.lan/</span>
</span><span id="__span-13-6"><a id="__codelineno-13-6" name="__codelineno-13-6" href="#__codelineno-13-6"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">homepage.instance.public.href=https://emby.mydomain.com/</span>
</span><span id="__span-13-7"><a id="__codelineno-13-7" name="__codelineno-13-7" href="#__codelineno-13-7"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">homepage.description=Media server</span>
</span></code></pre></div>
<h2 id="ordering">Ordering</h2>
<p>As of v0.6.4 discovered services can include an optional <code>weight</code> field to determine sorting such that:</p>
<ul>
@ -4995,9 +5032,9 @@
</ul>
<h2 id="show-stats">Show stats</h2>
<p>You can show the docker stats by clicking the status indicator but this can also be controlled per-service with:</p>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-13-1"><a id="__codelineno-13-1" name="__codelineno-13-1" href="#__codelineno-13-1"></a><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">Example Service</span><span class="p">:</span>
</span><span id="__span-13-2"><a id="__codelineno-13-2" name="__codelineno-13-2" href="#__codelineno-13-2"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">...</span>
</span><span id="__span-13-3"><a id="__codelineno-13-3" name="__codelineno-13-3" href="#__codelineno-13-3"></a><span class="w"> </span><span class="nt">showStats</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-14-1"><a id="__codelineno-14-1" name="__codelineno-14-1" href="#__codelineno-14-1"></a><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">Example Service</span><span class="p">:</span>
</span><span id="__span-14-2"><a id="__codelineno-14-2" name="__codelineno-14-2" href="#__codelineno-14-2"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">...</span>
</span><span id="__span-14-3"><a id="__codelineno-14-3" name="__codelineno-14-3" href="#__codelineno-14-3"></a><span class="w"> </span><span class="nt">showStats</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
</span></code></pre></div>
<p>Also see the settings for <a href="./#show-docker-stats">show docker stats</a>.</p>

@ -1138,6 +1138,19 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#instance-name" class="md-nav__link">
<span class="md-ellipsis">
<span class="md-typeset">
Instance Name
</span>
</span>
</a>
</li>
<li class="md-nav__item">
@ -5292,6 +5305,19 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#instance-name" class="md-nav__link">
<span class="md-ellipsis">
<span class="md-typeset">
Instance Name
</span>
</span>
</a>
</li>
<li class="md-nav__item">
@ -5578,16 +5604,21 @@ More information about prefixed icons can be found in <a href="../services/#icon
</span><span id="__span-34-3"><a id="__codelineno-34-3" name="__codelineno-34-3" href="#__codelineno-34-3"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">statusStyle</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="s">&#39;dot&#39;</span>
</span></code></pre></div>
<p>If you have both set, the per-service settings take precedence.</p>
<h2 id="instance-name">Instance Name</h2>
<p>Name used by automatic docker service discovery to differentiate between multiple homepage instances.</p>
<p>For example:</p>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-35-1"><a id="__codelineno-35-1" name="__codelineno-35-1" href="#__codelineno-35-1"></a><span class="nt">instanceName</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">public</span>
</span></code></pre></div>
<h2 id="hide-widget-error-messages">Hide Widget Error Messages</h2>
<p>Hide the visible API error messages either globally in <code>settings.yaml</code>:</p>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-35-1"><a id="__codelineno-35-1" name="__codelineno-35-1" href="#__codelineno-35-1"></a><span class="nt">hideErrors</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-36-1"><a id="__codelineno-36-1" name="__codelineno-36-1" href="#__codelineno-36-1"></a><span class="nt">hideErrors</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
</span></code></pre></div>
<p>or per service widget (<code>services.yaml</code>) with:</p>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-36-1"><a id="__codelineno-36-1" name="__codelineno-36-1" href="#__codelineno-36-1"></a><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">Example Service</span><span class="p">:</span>
</span><span id="__span-36-2"><a id="__codelineno-36-2" name="__codelineno-36-2" href="#__codelineno-36-2"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">...</span>
</span><span id="__span-36-3"><a id="__codelineno-36-3" name="__codelineno-36-3" href="#__codelineno-36-3"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">widget</span><span class="p p-Indicator">:</span>
</span><span id="__span-36-4"><a id="__codelineno-36-4" name="__codelineno-36-4" href="#__codelineno-36-4"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">...</span>
</span><span id="__span-36-5"><a id="__codelineno-36-5" name="__codelineno-36-5" href="#__codelineno-36-5"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">hideErrors</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-37-1"><a id="__codelineno-37-1" name="__codelineno-37-1" href="#__codelineno-37-1"></a><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">Example Service</span><span class="p">:</span>
</span><span id="__span-37-2"><a id="__codelineno-37-2" name="__codelineno-37-2" href="#__codelineno-37-2"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">...</span>
</span><span id="__span-37-3"><a id="__codelineno-37-3" name="__codelineno-37-3" href="#__codelineno-37-3"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">widget</span><span class="p p-Indicator">:</span>
</span><span id="__span-37-4"><a id="__codelineno-37-4" name="__codelineno-37-4" href="#__codelineno-37-4"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">...</span>
</span><span id="__span-37-5"><a id="__codelineno-37-5" name="__codelineno-37-5" href="#__codelineno-37-5"></a><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">hideErrors</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
</span></code></pre></div>
<p>If either value is set to true, the error message will be hidden.</p>

File diff suppressed because one or more lines are too long

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

Binary file not shown.
Loading…
Cancel
Save