adding post
This commit is contained in:
parent
cb44b84eac
commit
e8398f7522
13 changed files with 855 additions and 36 deletions
|
@ -202,11 +202,17 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<div class="archive-year">
|
<div class="archive-year">
|
||||||
<h2 class="archive-year-header">2024<sup class="archive-count"> 2</sup>
|
<h2 class="archive-year-header">2024<sup class="archive-count"> 3</sup>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="archive-month">
|
<div class="archive-month">
|
||||||
<h3 class="archive-month-header">February<sup class="archive-count"> 2</sup></h3>
|
<h3 class="archive-month-header">February<sup class="archive-count"> 3</sup></h3>
|
||||||
<div class="archive-posts">
|
<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> · 7 min · 1305 words · 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">
|
<div class="archive-entry">
|
||||||
<h3 class="archive-entry-title entry-hint-parent">Selfhosted Game Servers
|
<h3 class="archive-entry-title entry-hint-parent">Selfhosted Game Servers
|
||||||
</h3>
|
</h3>
|
||||||
|
|
File diff suppressed because one or more lines are too long
12
index.xml
12
index.xml
|
@ -6,8 +6,18 @@
|
||||||
<description>Recent content on Mafyuh's Blog</description>
|
<description>Recent content on Mafyuh's Blog</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en</language>
|
<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" />
|
<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&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>
|
<item>
|
||||||
<title>About</title>
|
<title>About</title>
|
||||||
<link>https://mafyuh.com/about/</link>
|
<link>https://mafyuh.com/about/</link>
|
||||||
|
|
745
posts/docker-arr-stack-guide/index.html
Normal file
745
posts/docker-arr-stack-guide/index.html
Normal file
File diff suppressed because one or more lines are too long
|
@ -161,6 +161,21 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</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 VM’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....</p>
|
||||||
|
</div>
|
||||||
|
<footer class="entry-footer"><span title='2024-02-23 00:13:40 +0000 UTC'>February 23, 2024</span> · 7 min · 1305 words · 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">
|
<article class="post-entry">
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<h2 class="entry-hint-parent">Selfhosted Game Servers
|
<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> · 1 min · 27 words · Matt</footer>
|
<footer class="entry-footer"><span title='2023-08-31 16:20:00 +0000 UTC'>August 31, 2023</span> · 1 min · 27 words · Matt</footer>
|
||||||
<a class="entry-link" aria-label="post link to Network Traffic Map" href="https://mafyuh.com/posts/network-traffic-map/"></a>
|
<a class="entry-link" aria-label="post link to Network Traffic Map" href="https://mafyuh.com/posts/network-traffic-map/"></a>
|
||||||
</article>
|
</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 I’ve 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> · 1 min · 124 words · Matt</footer>
|
|
||||||
<a class="entry-link" aria-label="post link to Software" href="https://mafyuh.com/posts/software/"></a>
|
|
||||||
</article>
|
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
<nav class="pagination">
|
<nav class="pagination">
|
||||||
<a class="next" href="https://mafyuh.com/posts/page/2/">Next »
|
<a class="next" href="https://mafyuh.com/posts/page/2/">Next »
|
||||||
|
|
|
@ -6,8 +6,18 @@
|
||||||
<description>Recent content in Posts on Mafyuh's Blog</description>
|
<description>Recent content in Posts on Mafyuh's Blog</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en</language>
|
<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" />
|
<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&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>
|
<item>
|
||||||
<title>Selfhosted Game Servers</title>
|
<title>Selfhosted Game Servers</title>
|
||||||
<link>https://mafyuh.com/posts/selfhosted-game-servers/</link>
|
<link>https://mafyuh.com/posts/selfhosted-game-servers/</link>
|
||||||
|
|
|
@ -161,6 +161,21 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</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 I’ve 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> · 1 min · 124 words · Matt</footer>
|
||||||
|
<a class="entry-link" aria-label="post link to Software" href="https://mafyuh.com/posts/software/"></a>
|
||||||
|
</article>
|
||||||
|
|
||||||
<article class="post-entry">
|
<article class="post-entry">
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<h2 class="entry-hint-parent">Hardware
|
<h2 class="entry-hint-parent">Hardware
|
||||||
|
|
|
@ -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>
|
<li><a href="https://mafyuh.com/tags/homelab/">Homelab</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<nav class="paginav">
|
<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/">
|
<a class="next" href="https://mafyuh.com/posts/resize-ubuntu-vm-disk/">
|
||||||
<span class="title">Next »</span>
|
<span class="title">Next »</span>
|
||||||
<br>
|
<br>
|
||||||
|
|
27
sitemap.xml
27
sitemap.xml
|
@ -2,26 +2,29 @@
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<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>
|
<loc>https://mafyuh.com/about/</loc>
|
||||||
<lastmod>2024-02-22T08:00:00+00:00</lastmod>
|
<lastmod>2024-02-22T08:00:00+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://mafyuh.com/contact/</loc>
|
<loc>https://mafyuh.com/contact/</loc>
|
||||||
<lastmod>2024-02-22T08:00:00+00:00</lastmod>
|
<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>
|
</url><url>
|
||||||
<loc>https://mafyuh.com/posts/selfhosted-game-servers/</loc>
|
<loc>https://mafyuh.com/posts/selfhosted-game-servers/</loc>
|
||||||
<lastmod>2024-02-22T00:13:40+00:00</lastmod>
|
<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>
|
</url><url>
|
||||||
<loc>https://mafyuh.com/posts/resize-ubuntu-vm-disk/</loc>
|
<loc>https://mafyuh.com/posts/resize-ubuntu-vm-disk/</loc>
|
||||||
<lastmod>2024-02-06T02:58:07+00:00</lastmod>
|
<lastmod>2024-02-06T02:58:07+00:00</lastmod>
|
||||||
|
|
|
@ -146,6 +146,21 @@
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</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 VM’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....</p>
|
||||||
|
</div>
|
||||||
|
<footer class="entry-footer"><span title='2024-02-23 00:13:40 +0000 UTC'>February 23, 2024</span> · 7 min · 1305 words · 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">
|
<article class="post-entry tag-entry">
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<h2 class="entry-hint-parent">Selfhosted Game Servers
|
<h2 class="entry-hint-parent">Selfhosted Game Servers
|
||||||
|
|
|
@ -6,8 +6,18 @@
|
||||||
<description>Recent content in Homelab on Mafyuh's Blog</description>
|
<description>Recent content in Homelab on Mafyuh's Blog</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en</language>
|
<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" />
|
<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&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>
|
<item>
|
||||||
<title>Selfhosted Game Servers</title>
|
<title>Selfhosted Game Servers</title>
|
||||||
<link>https://mafyuh.com/posts/selfhosted-game-servers/</link>
|
<link>https://mafyuh.com/posts/selfhosted-game-servers/</link>
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
<a href="https://mafyuh.com/tags/authentik/">authentik <sup><strong><sup>4</sup></strong></sup> </a>
|
<a href="https://mafyuh.com/tags/authentik/">authentik <sup><strong><sup>4</sup></strong></sup> </a>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://mafyuh.com/tags/jellyfin/">Jellyfin <sup><strong><sup>1</sup></strong></sup> </a>
|
<a href="https://mafyuh.com/tags/jellyfin/">Jellyfin <sup><strong><sup>1</sup></strong></sup> </a>
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
<description>Recent content in Tags on Mafyuh's Blog</description>
|
<description>Recent content in Tags on Mafyuh's Blog</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en</language>
|
<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" />
|
<atom:link href="https://mafyuh.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Homelab</title>
|
<title>Homelab</title>
|
||||||
<link>https://mafyuh.com/tags/homelab/</link>
|
<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>
|
<guid>https://mafyuh.com/tags/homelab/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue