adding post

This commit is contained in:
Matt Reeves 2024-03-08 00:49:30 +00:00
parent cb44b84eac
commit e8398f7522
13 changed files with 855 additions and 36 deletions

View file

@ -202,11 +202,17 @@
</h1>
</header>
<div class="archive-year">
<h2 class="archive-year-header">2024<sup class="archive-count">&nbsp;&nbsp;2</sup>
<h2 class="archive-year-header">2024<sup class="archive-count">&nbsp;&nbsp;3</sup>
</h2>
<div class="archive-month">
<h3 class="archive-month-header">February<sup class="archive-count">&nbsp;&nbsp;2</sup></h3>
<h3 class="archive-month-header">February<sup class="archive-count">&nbsp;&nbsp;3</sup></h3>
<div class="archive-posts">
<div class="archive-entry">
<h3 class="archive-entry-title entry-hint-parent">Docker Compose Arr Stack Guide
</h3>
<div class="archive-meta"><span title='2024-02-23 00:13:40 +0000 UTC'>February 23, 2024</span>&nbsp;·&nbsp;7 min&nbsp;·&nbsp;1305 words&nbsp;·&nbsp;Matt</div>
<a class="entry-link" aria-label="post link to Docker Compose Arr Stack Guide" href="https://mafyuh.com/posts/docker-arr-stack-guide/"></a>
</div>
<div class="archive-entry">
<h3 class="archive-entry-title entry-hint-parent">Selfhosted Game Servers
</h3>

File diff suppressed because one or more lines are too long

View file

@ -6,8 +6,18 @@
<description>Recent content on Mafyuh&#39;s Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Thu, 22 Feb 2024 08:00:00 +0000</lastBuildDate>
<lastBuildDate>Fri, 23 Feb 2024 00:13:40 +0000</lastBuildDate>
<atom:link href="https://mafyuh.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Docker Compose Arr Stack Guide</title>
<link>https://mafyuh.com/posts/docker-arr-stack-guide/</link>
<pubDate>Fri, 23 Feb 2024 00:13:40 +0000</pubDate>
<guid>https://mafyuh.com/posts/docker-arr-stack-guide/</guid>
<description>This guide is for someone who is looking to setup an Arr Stack for media organization and downloading. This guide requires no remote path mappings, follows Trash-Guides recommendations and every command needed is copy-pasteable. The VM&amp;rsquo;s in this guide are hosted on Proxmox 8.1.4, but you can use any Ubuntu environment (WSL-2, VirtualBox, etc.)
Arr VM Specs:
2 core host 8GB RAM 100GB Storage Downloader VM Specs:
2 core host 4GB RAM 250GB Storage (can download up to this limit at a time, be careful when mass downloading or give plenty of space) Prerequisites Ubuntu 22.</description>
</item>
<item>
<title>About</title>
<link>https://mafyuh.com/about/</link>

File diff suppressed because one or more lines are too long

View file

@ -161,6 +161,21 @@
</h1>
</header>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Docker Compose Arr Stack Guide
</h2>
</header>
<div class="entry-content">
<p>This guide is for someone who is looking to setup an Arr Stack for media organization and downloading. This guide requires no remote path mappings, follows Trash-Guides recommendations and every command needed is copy-pasteable. The VMs in this guide are hosted on Proxmox 8.1.4, but you can use any Ubuntu environment (WSL-2, VirtualBox, etc.)
Arr VM Specs:
2 core host 8GB RAM 100GB Storage Downloader VM Specs:
2 core host 4GB RAM 250GB Storage (can download up to this limit at a time, be careful when mass downloading or give plenty of space) Prerequisites Ubuntu 22....</p>
</div>
<footer class="entry-footer"><span title='2024-02-23 00:13:40 +0000 UTC'>February 23, 2024</span>&nbsp;·&nbsp;7 min&nbsp;·&nbsp;1305 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to Docker Compose Arr Stack Guide" href="https://mafyuh.com/posts/docker-arr-stack-guide/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Selfhosted Game Servers
@ -281,21 +296,6 @@ I have some of the docker-compose files that make up this infra on my Gitea</p>
<footer class="entry-footer"><span title='2023-08-31 16:20:00 +0000 UTC'>August 31, 2023</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;27 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to Network Traffic Map" href="https://mafyuh.com/posts/network-traffic-map/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Software
</h2>
</header>
<div class="entry-content">
<p>Just a straight forward list of pretty much everything that makes up my homelab. Or systems Ive ran in the past.
Operating Systems
Ubuntu 23.04 Ubuntu 22.04 (primary on most systems) CentOS/Fedora 38 (only when Ubuntu doesnt play nice) Debian 11 Proxmox 8 Windows 10/11 TrueNAS Scale (virtualized) CasaOS (zimaboard) pfSense Applications/Containers
Nginx Proxy Manager Nginx Apache2 Traefik Authentik Portainer Yacht AdGuardHome Pihole Wazuh Zabbix Uptime Kuma Ghost (this blog) Wordpress Hydroxide (proton mail bridge) Calibre Smokeping Openspeedtest Grafana Prometheus InfluxDB PostgresSQL MySQL Watchtower Apache Guacamole Ansible Terraform Packer Vaultwarden Kasm Workspaces Jellyfin Plex Twingate Tailscale Headscale Wireguard LinkStack N8N Gotify Nextcloud Immich AI...</p>
</div>
<footer class="entry-footer"><span title='2023-08-26 00:13:40 +0000 UTC'>August 26, 2023</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;124 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to Software" href="https://mafyuh.com/posts/software/"></a>
</article>
<footer class="page-footer">
<nav class="pagination">
<a class="next" href="https://mafyuh.com/posts/page/2/">Next&nbsp;&nbsp;»

View file

@ -6,8 +6,18 @@
<description>Recent content in Posts on Mafyuh&#39;s Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Thu, 22 Feb 2024 00:13:40 +0000</lastBuildDate>
<lastBuildDate>Fri, 23 Feb 2024 00:13:40 +0000</lastBuildDate>
<atom:link href="https://mafyuh.com/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Docker Compose Arr Stack Guide</title>
<link>https://mafyuh.com/posts/docker-arr-stack-guide/</link>
<pubDate>Fri, 23 Feb 2024 00:13:40 +0000</pubDate>
<guid>https://mafyuh.com/posts/docker-arr-stack-guide/</guid>
<description>This guide is for someone who is looking to setup an Arr Stack for media organization and downloading. This guide requires no remote path mappings, follows Trash-Guides recommendations and every command needed is copy-pasteable. The VM&amp;rsquo;s in this guide are hosted on Proxmox 8.1.4, but you can use any Ubuntu environment (WSL-2, VirtualBox, etc.)
Arr VM Specs:
2 core host 8GB RAM 100GB Storage Downloader VM Specs:
2 core host 4GB RAM 250GB Storage (can download up to this limit at a time, be careful when mass downloading or give plenty of space) Prerequisites Ubuntu 22.</description>
</item>
<item>
<title>Selfhosted Game Servers</title>
<link>https://mafyuh.com/posts/selfhosted-game-servers/</link>

View file

@ -161,6 +161,21 @@
</h1>
</header>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Software
</h2>
</header>
<div class="entry-content">
<p>Just a straight forward list of pretty much everything that makes up my homelab. Or systems Ive ran in the past.
Operating Systems
Ubuntu 23.04 Ubuntu 22.04 (primary on most systems) CentOS/Fedora 38 (only when Ubuntu doesnt play nice) Debian 11 Proxmox 8 Windows 10/11 TrueNAS Scale (virtualized) CasaOS (zimaboard) pfSense Applications/Containers
Nginx Proxy Manager Nginx Apache2 Traefik Authentik Portainer Yacht AdGuardHome Pihole Wazuh Zabbix Uptime Kuma Ghost (this blog) Wordpress Hydroxide (proton mail bridge) Calibre Smokeping Openspeedtest Grafana Prometheus InfluxDB PostgresSQL MySQL Watchtower Apache Guacamole Ansible Terraform Packer Vaultwarden Kasm Workspaces Jellyfin Plex Twingate Tailscale Headscale Wireguard LinkStack N8N Gotify Nextcloud Immich AI...</p>
</div>
<footer class="entry-footer"><span title='2023-08-26 00:13:40 +0000 UTC'>August 26, 2023</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;124 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to Software" href="https://mafyuh.com/posts/software/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Hardware

View file

@ -261,6 +261,11 @@ Sons of the Forest I wanted to play sons one day and when I looked into multipla
<li><a href="https://mafyuh.com/tags/homelab/">Homelab</a></li>
</ul>
<nav class="paginav">
<a class="prev" href="https://mafyuh.com/posts/docker-arr-stack-guide/">
<span class="title">« Prev</span>
<br>
<span>Docker Compose Arr Stack Guide</span>
</a>
<a class="next" href="https://mafyuh.com/posts/resize-ubuntu-vm-disk/">
<span class="title">Next »</span>
<br>

View file

@ -2,26 +2,29 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://mafyuh.com/posts/docker-arr-stack-guide/</loc>
<lastmod>2024-02-23T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/tags/homelab/</loc>
<lastmod>2024-02-23T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/</loc>
<lastmod>2024-02-23T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/posts/</loc>
<lastmod>2024-02-23T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/tags/</loc>
<lastmod>2024-02-23T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/about/</loc>
<lastmod>2024-02-22T08:00:00+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/contact/</loc>
<lastmod>2024-02-22T08:00:00+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/</loc>
<lastmod>2024-02-22T08:00:00+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/tags/homelab/</loc>
<lastmod>2024-02-22T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/posts/</loc>
<lastmod>2024-02-22T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/posts/selfhosted-game-servers/</loc>
<lastmod>2024-02-22T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/tags/</loc>
<lastmod>2024-02-22T00:13:40+00:00</lastmod>
</url><url>
<loc>https://mafyuh.com/posts/resize-ubuntu-vm-disk/</loc>
<lastmod>2024-02-06T02:58:07+00:00</lastmod>

View file

@ -146,6 +146,21 @@
</h1>
</header>
<article class="post-entry tag-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Docker Compose Arr Stack Guide
</h2>
</header>
<div class="entry-content">
<p>This guide is for someone who is looking to setup an Arr Stack for media organization and downloading. This guide requires no remote path mappings, follows Trash-Guides recommendations and every command needed is copy-pasteable. The VMs in this guide are hosted on Proxmox 8.1.4, but you can use any Ubuntu environment (WSL-2, VirtualBox, etc.)
Arr VM Specs:
2 core host 8GB RAM 100GB Storage Downloader VM Specs:
2 core host 4GB RAM 250GB Storage (can download up to this limit at a time, be careful when mass downloading or give plenty of space) Prerequisites Ubuntu 22....</p>
</div>
<footer class="entry-footer"><span title='2024-02-23 00:13:40 +0000 UTC'>February 23, 2024</span>&nbsp;·&nbsp;7 min&nbsp;·&nbsp;1305 words&nbsp;·&nbsp;Matt</footer>
<a class="entry-link" aria-label="post link to Docker Compose Arr Stack Guide" href="https://mafyuh.com/posts/docker-arr-stack-guide/"></a>
</article>
<article class="post-entry tag-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Selfhosted Game Servers

View file

@ -6,8 +6,18 @@
<description>Recent content in Homelab on Mafyuh&#39;s Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Thu, 22 Feb 2024 00:13:40 +0000</lastBuildDate>
<lastBuildDate>Fri, 23 Feb 2024 00:13:40 +0000</lastBuildDate>
<atom:link href="https://mafyuh.com/tags/homelab/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Docker Compose Arr Stack Guide</title>
<link>https://mafyuh.com/posts/docker-arr-stack-guide/</link>
<pubDate>Fri, 23 Feb 2024 00:13:40 +0000</pubDate>
<guid>https://mafyuh.com/posts/docker-arr-stack-guide/</guid>
<description>This guide is for someone who is looking to setup an Arr Stack for media organization and downloading. This guide requires no remote path mappings, follows Trash-Guides recommendations and every command needed is copy-pasteable. The VM&amp;rsquo;s in this guide are hosted on Proxmox 8.1.4, but you can use any Ubuntu environment (WSL-2, VirtualBox, etc.)
Arr VM Specs:
2 core host 8GB RAM 100GB Storage Downloader VM Specs:
2 core host 4GB RAM 250GB Storage (can download up to this limit at a time, be careful when mass downloading or give plenty of space) Prerequisites Ubuntu 22.</description>
</item>
<item>
<title>Selfhosted Game Servers</title>
<link>https://mafyuh.com/posts/selfhosted-game-servers/</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>4</sup></strong></sup> </a>
<a href="https://mafyuh.com/tags/homelab/">Homelab <sup><strong><sup>5</sup></strong></sup> </a>
</li>
<li>
<a href="https://mafyuh.com/tags/jellyfin/">Jellyfin <sup><strong><sup>1</sup></strong></sup> </a>

View file

@ -6,12 +6,12 @@
<description>Recent content in Tags on Mafyuh&#39;s Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Thu, 22 Feb 2024 00:13:40 +0000</lastBuildDate>
<lastBuildDate>Fri, 23 Feb 2024 00:13:40 +0000</lastBuildDate>
<atom:link href="https://mafyuh.com/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Homelab</title>
<link>https://mafyuh.com/tags/homelab/</link>
<pubDate>Thu, 22 Feb 2024 00:13:40 +0000</pubDate>
<pubDate>Fri, 23 Feb 2024 00:13:40 +0000</pubDate>
<guid>https://mafyuh.com/tags/homelab/</guid>
<description></description>
</item>