adding post

This commit is contained in:
Matt Reeves 2024-04-02 21:22:46 +00:00
parent ab23c2ee0d
commit 80aa7da953
22 changed files with 643 additions and 21 deletions

View file

@ -202,7 +202,7 @@
</h1>
</header>
<div class="archive-year">
<h2 class="archive-year-header">2024<sup class="archive-count">&nbsp;&nbsp;4</sup>
<h2 class="archive-year-header">2024<sup class="archive-count">&nbsp;&nbsp;5</sup>
</h2>
<div class="archive-month">
<h3 class="archive-month-header">March<sup class="archive-count">&nbsp;&nbsp;1</sup></h3>
@ -216,8 +216,14 @@
</div>
</div>
<div class="archive-month">
<h3 class="archive-month-header">February<sup class="archive-count">&nbsp;&nbsp;3</sup></h3>
<h3 class="archive-month-header">February<sup class="archive-count">&nbsp;&nbsp;4</sup></h3>
<div class="archive-posts">
<div class="archive-entry">
<h3 class="archive-entry-title entry-hint-parent">Configuring Arr Stack
</h3>
<div class="archive-meta"><span title='2024-02-25 00:13:40 +0000 UTC'>February 25, 2024</span>&nbsp;·&nbsp;13 min&nbsp;·&nbsp;2716 words&nbsp;·&nbsp;Matt</div>
<a class="entry-link" aria-label="post link to Configuring Arr Stack" href="https://mafyuh.com/posts/arr-stack-config-guide/"></a>
</div>
<div class="archive-entry">
<h3 class="archive-entry-title entry-hint-parent">Docker Compose Arr Stack Guide
</h3>

BIN
assets/img/4k-radarr-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
assets/img/4k-radarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
assets/img/bazarr-prov.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
assets/img/hd-radarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
assets/img/indexer-list.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
assets/img/sonarr-1080p.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

BIN
assets/img/sonarr-cf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -151,7 +151,7 @@
<img draggable="false" src="https://mafyuh.com/assets/favicon/favicon.svg" alt="Mafyuh Logo" title="Mafyuh Logo"
height="120" width="120" />
<h1>Mafyuh</h1>
<span>Selfhoster - Junior Web Developer</span><div class="social-icons" >
<span>Selfhoster - Junior Software Developer</span><div class="social-icons" >
<a href="https://reddit.com/user/Mafyuh" target="_blank" rel="noopener noreferrer me"
title="Reddit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none" stroke-width="1">

File diff suppressed because one or more lines are too long

View file

@ -15,6 +15,14 @@
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
<description>I wanted to create an SPL token and after looking online I couldn&amp;rsquo;t find an updated guide. I mainly just found Keyglowmax (SCAM). So I thought I would learn and share. There are much easier ways to create these tokens but they cost $ and spending more $ than needed is no fun. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain.</description>
</item>
<item>
<title>Configuring Arr Stack</title>
<link>https://mafyuh.com/posts/arr-stack-config-guide/</link>
<pubDate>Sun, 25 Feb 2024 00:13:40 +0000</pubDate>
<guid>https://mafyuh.com/posts/arr-stack-config-guide/</guid>
<description>This is blog post 2/2 on setting up a Arr stack using docker. This post will touch on configuring these services and what I have learned when using these services. I will be referring to TRaSH-Guides often in this post. It&amp;rsquo;s like the bible of the Arr&amp;rsquo;s so I would look there for more options, especially if your setup differs from mine.
Prerequisites Any Usenet Server Subscription (preferred) Any Usenet Indexer Subscription (preferred) Real-Debrid Subscription (if you like torrents being fast) VPN Subscription (Bare minimum needed to download torrents) Configuration Prowlarr We will first start with Prowlarr and Sabnzbd to get all of this out of the way, and it&amp;rsquo;s the part where you&amp;rsquo;re gonna spend some $</description>
</item>
<item>
<title>Docker Compose Arr Stack Guide</title>
<link>https://mafyuh.com/posts/docker-arr-stack-guide/</link>

File diff suppressed because one or more lines are too long

View file

@ -597,7 +597,7 @@ services:
<pre tabindex="0"><code>docker compose up -d
</code></pre><p>If you are using 2 VM&rsquo;s, you need to do this 2x. One for each docker-compose file.</p>
<h2 id="conclusion">Conclusion<a hidden class="anchor" aria-hidden="true" href="#conclusion">#</a></h2>
<p>Congratulations on setting up your media library backend! We now have to go and configure all these services to work together, which I have another full blog post on which you can find here.</p>
<p>Congratulations on setting up your media library backend! We now have to go and configure all these services to work together, which I have another full blog post on which you can find <a href="https://mafyuh.com/posts/arr-stack-config-guide">here</a>.</p>
</div>
@ -607,10 +607,10 @@ services:
<li><a href="https://mafyuh.com/tags/homelab/">Homelab</a></li>
</ul>
<nav class="paginav">
<a class="prev" href="https://mafyuh.com/posts/spl-token-cli/">
<a class="prev" href="https://mafyuh.com/posts/arr-stack-config-guide/">
<span class="title">« Prev</span>
<br>
<span>How to create a Solana Token (SPL) from CLI with metadata</span>
<span>Configuring Arr Stack</span>
</a>
<a class="next" href="https://mafyuh.com/posts/selfhosted-game-servers/">
<span class="title">Next »</span>

View file

@ -173,6 +173,19 @@
<a class="entry-link" aria-label="post link to How to create a Solana Token (SPL) from CLI with metadata" href="https://mafyuh.com/posts/spl-token-cli/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Configuring Arr Stack
</h2>
</header>
<div class="entry-content">
<p>This is blog post 2/2 on setting up a Arr stack using docker. This post will touch on configuring these services and what I have learned when using these services. I will be referring to TRaSH-Guides often in this post. Its like the bible of the Arrs so I would look there for more options, especially if your setup differs from mine.
Prerequisites Any Usenet Server Subscription (preferred) Any Usenet Indexer Subscription (preferred) Real-Debrid Subscription (if you like torrents being fast) VPN Subscription (Bare minimum needed to download torrents) Configuration Prowlarr We will first start with Prowlarr and Sabnzbd to get all of this out of the way, and its the part where youre gonna spend some $...</p>
</div>
<footer class="entry-footer"><span title='2024-02-25 00:13:40 +0000 UTC'>February 25, 2024</span>&nbsp;·&nbsp;13 min&nbsp;·&nbsp;2716 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to Configuring Arr Stack" href="https://mafyuh.com/posts/arr-stack-config-guide/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Docker Compose Arr Stack Guide
@ -282,19 +295,6 @@ Setting up Kasm In the Kasm Workspaces admin, click Access Management - Authenti
<footer class="entry-footer"><span title='2023-09-30 16:20:00 +0000 UTC'>September 30, 2023</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;393 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to How To Authenticate KASM via authentik" href="https://mafyuh.com/posts/how-to-authenticate-kasm-via-authentik/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">How to Show More Options By Default in Windows 11
</h2>
</header>
<div class="entry-content">
<p>To Show more options by default in File Explorer, open Command Prompt as Administrator, then type or paste the following command:
reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d &#34;&#34; /f and hit Enter.</p>
</div>
<footer class="entry-footer"><span title='2023-09-05 23:45:25 +0000 UTC'>September 5, 2023</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;31 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to How to Show More Options By Default in Windows 11" href="https://mafyuh.com/posts/how-to-show-more-options-by-default-in-windows-11/"></a>
</article>
<footer class="page-footer">
<nav class="pagination">
<a class="next" href="https://mafyuh.com/posts/page/2/">Next&nbsp;&nbsp;»

View file

@ -15,6 +15,14 @@
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
<description>I wanted to create an SPL token and after looking online I couldn&amp;rsquo;t find an updated guide. I mainly just found Keyglowmax (SCAM). So I thought I would learn and share. There are much easier ways to create these tokens but they cost $ and spending more $ than needed is no fun. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain.</description>
</item>
<item>
<title>Configuring Arr Stack</title>
<link>https://mafyuh.com/posts/arr-stack-config-guide/</link>
<pubDate>Sun, 25 Feb 2024 00:13:40 +0000</pubDate>
<guid>https://mafyuh.com/posts/arr-stack-config-guide/</guid>
<description>This is blog post 2/2 on setting up a Arr stack using docker. This post will touch on configuring these services and what I have learned when using these services. I will be referring to TRaSH-Guides often in this post. It&amp;rsquo;s like the bible of the Arr&amp;rsquo;s so I would look there for more options, especially if your setup differs from mine.
Prerequisites Any Usenet Server Subscription (preferred) Any Usenet Indexer Subscription (preferred) Real-Debrid Subscription (if you like torrents being fast) VPN Subscription (Bare minimum needed to download torrents) Configuration Prowlarr We will first start with Prowlarr and Sabnzbd to get all of this out of the way, and it&amp;rsquo;s the part where you&amp;rsquo;re gonna spend some $</description>
</item>
<item>
<title>Docker Compose Arr Stack Guide</title>
<link>https://mafyuh.com/posts/docker-arr-stack-guide/</link>

View file

@ -161,6 +161,19 @@
</h1>
</header>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">How to Show More Options By Default in Windows 11
</h2>
</header>
<div class="entry-content">
<p>To Show more options by default in File Explorer, open Command Prompt as Administrator, then type or paste the following command:
reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d &#34;&#34; /f and hit Enter.</p>
</div>
<footer class="entry-footer"><span title='2023-09-05 23:45:25 +0000 UTC'>September 5, 2023</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;31 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to How to Show More Options By Default in Windows 11" href="https://mafyuh.com/posts/how-to-show-more-options-by-default-in-windows-11/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Network Traffic Map

View file

@ -16,6 +16,9 @@
</url><url>
<loc>https://mafyuh.com/tags/</loc>
<lastmod>2024-03-15T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/posts/arr-stack-config-guide/</loc>
<lastmod>2024-02-25T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/posts/docker-arr-stack-guide/</loc>
<lastmod>2024-02-23T00:13:40+00:00</lastmod>

View file

@ -158,6 +158,19 @@
<a class="entry-link" aria-label="post link to How to create a Solana Token (SPL) from CLI with metadata" href="https://mafyuh.com/posts/spl-token-cli/"></a>
</article>
<article class="post-entry tag-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Configuring Arr Stack
</h2>
</header>
<div class="entry-content">
<p>This is blog post 2/2 on setting up a Arr stack using docker. This post will touch on configuring these services and what I have learned when using these services. I will be referring to TRaSH-Guides often in this post. Its like the bible of the Arrs so I would look there for more options, especially if your setup differs from mine.
Prerequisites Any Usenet Server Subscription (preferred) Any Usenet Indexer Subscription (preferred) Real-Debrid Subscription (if you like torrents being fast) VPN Subscription (Bare minimum needed to download torrents) Configuration Prowlarr We will first start with Prowlarr and Sabnzbd to get all of this out of the way, and its the part where youre gonna spend some $...</p>
</div>
<footer class="entry-footer"><span title='2024-02-25 00:13:40 +0000 UTC'>February 25, 2024</span>&nbsp;·&nbsp;13 min&nbsp;·&nbsp;2716 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to Configuring Arr Stack" href="https://mafyuh.com/posts/arr-stack-config-guide/"></a>
</article>
<article class="post-entry tag-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Docker Compose Arr Stack Guide

View file

@ -15,6 +15,14 @@
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
<description>I wanted to create an SPL token and after looking online I couldn&amp;rsquo;t find an updated guide. I mainly just found Keyglowmax (SCAM). So I thought I would learn and share. There are much easier ways to create these tokens but they cost $ and spending more $ than needed is no fun. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain.</description>
</item>
<item>
<title>Configuring Arr Stack</title>
<link>https://mafyuh.com/posts/arr-stack-config-guide/</link>
<pubDate>Sun, 25 Feb 2024 00:13:40 +0000</pubDate>
<guid>https://mafyuh.com/posts/arr-stack-config-guide/</guid>
<description>This is blog post 2/2 on setting up a Arr stack using docker. This post will touch on configuring these services and what I have learned when using these services. I will be referring to TRaSH-Guides often in this post. It&amp;rsquo;s like the bible of the Arr&amp;rsquo;s so I would look there for more options, especially if your setup differs from mine.
Prerequisites Any Usenet Server Subscription (preferred) Any Usenet Indexer Subscription (preferred) Real-Debrid Subscription (if you like torrents being fast) VPN Subscription (Bare minimum needed to download torrents) Configuration Prowlarr We will first start with Prowlarr and Sabnzbd to get all of this out of the way, and it&amp;rsquo;s the part where you&amp;rsquo;re gonna spend some $</description>
</item>
<item>
<title>Docker Compose Arr Stack Guide</title>
<link>https://mafyuh.com/posts/docker-arr-stack-guide/</link>

View file

@ -141,7 +141,7 @@
<a href="https://mafyuh.com/tags/authentik/">authentik <sup><strong><sup>4</sup></strong></sup> </a>
</li>
<li>
<a href="https://mafyuh.com/tags/homelab/">Homelab <sup><strong><sup>6</sup></strong></sup> </a>
<a href="https://mafyuh.com/tags/homelab/">Homelab <sup><strong><sup>7</sup></strong></sup> </a>
</li>
<li>
<a href="https://mafyuh.com/tags/jellyfin/">Jellyfin <sup><strong><sup>1</sup></strong></sup> </a>