<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Unkyjoe's Playhouse - Channel announcements]]></title>
		<link>https://forum.unkyjoesplayhouse.com/</link>
		<description><![CDATA[Unkyjoe's Playhouse - https://forum.unkyjoesplayhouse.com]]></description>
		<pubDate>Wed, 15 Apr 2026 12:23:05 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Livestreams]]></title>
			<link>https://forum.unkyjoesplayhouse.com/showthread.php?tid=19</link>
			<pubDate>Wed, 18 Mar 2026 17:23:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.unkyjoesplayhouse.com/member.php?action=profile&uid=1">unkyjoe</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.unkyjoesplayhouse.com/showthread.php?tid=19</guid>
			<description><![CDATA[Greetings all,<br />
<br />
I will be doing some livestreams again in the month of April once things settle down here, I am currently onboarding a new client for my business and have been very busy getting that done.<br />
<br />
I have not figured out a set schedule for the livestreams and whether or not they will be every Saturday at 10am or whether I will do something every other week or monthly.<br />
<br />
But I do know you will be able to find that information here and at our website at <a href="https://unkyjoesplayhouse.com" target="_blank" rel="noopener" class="mycode_url">https://unkyjoesplayhouse.com</a><br />
<br />
Take care and hope to see you in the livestreams soon  <img src="https://forum.unkyjoesplayhouse.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></description>
			<content:encoded><![CDATA[Greetings all,<br />
<br />
I will be doing some livestreams again in the month of April once things settle down here, I am currently onboarding a new client for my business and have been very busy getting that done.<br />
<br />
I have not figured out a set schedule for the livestreams and whether or not they will be every Saturday at 10am or whether I will do something every other week or monthly.<br />
<br />
But I do know you will be able to find that information here and at our website at <a href="https://unkyjoesplayhouse.com" target="_blank" rel="noopener" class="mycode_url">https://unkyjoesplayhouse.com</a><br />
<br />
Take care and hope to see you in the livestreams soon  <img src="https://forum.unkyjoesplayhouse.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Looking for forum help!]]></title>
			<link>https://forum.unkyjoesplayhouse.com/showthread.php?tid=18</link>
			<pubDate>Wed, 18 Mar 2026 17:17:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.unkyjoesplayhouse.com/member.php?action=profile&uid=1">unkyjoe</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.unkyjoesplayhouse.com/showthread.php?tid=18</guid>
			<description><![CDATA[Greetings all,<br />
<br />
I am looking for people to volunteer to help manage and maintain the forums here at UJP.<br />
<br />
If this is something that might interest you, please reach out by sending me a Private Message here or contacting me via email via unkyjoe@unkyjoesplayhouse.com<br />
<br />
Thanks <img src="https://forum.unkyjoesplayhouse.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[Greetings all,<br />
<br />
I am looking for people to volunteer to help manage and maintain the forums here at UJP.<br />
<br />
If this is something that might interest you, please reach out by sending me a Private Message here or contacting me via email via unkyjoe@unkyjoesplayhouse.com<br />
<br />
Thanks <img src="https://forum.unkyjoesplayhouse.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Were Up!]]></title>
			<link>https://forum.unkyjoesplayhouse.com/showthread.php?tid=4</link>
			<pubDate>Thu, 12 Mar 2026 18:35:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.unkyjoesplayhouse.com/member.php?action=profile&uid=1">unkyjoe</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.unkyjoesplayhouse.com/showthread.php?tid=4</guid>
			<description><![CDATA[It appears that after some initial struggles I have been able to figure out how to get these forums up and running.<br />
<br />
Initially I was hosting my Nginx Proxy Manager as a docker container under my Synology NAS, the forum software I am running, "MYBB" as part of it's spam prevention logs the IP address of people signing up, however the proxy server was reporting my local IP instead of passing through the public IP to the forum software thus triggering the failure as it kept seeing the same IP sign up.<br />
<br />
Compounding the issue was that my reverse proxy was running under Synology in bridged mode instead of host.<br />
<br />
Using Grok I came to the conclusion that I was better off to sping up a LXC container version og Nginx Proxy Manager and use this. I did so and after a few tweaks to the nginx.conf_realip file under hestia "webhosting software" and then a small change to the NPM config file I was finally able to get the real IP passed through to MYBB.<br />
<br />
In addition to this, Grok was able to help me with getting the e-mail setup properly so that new users can get their confirmation e-mails, in addition to notices I send out from the board as well.<br />
<br />
So thanks for all your patience during this time, and please feel free to explore and post some subjects to get things rolling.]]></description>
			<content:encoded><![CDATA[It appears that after some initial struggles I have been able to figure out how to get these forums up and running.<br />
<br />
Initially I was hosting my Nginx Proxy Manager as a docker container under my Synology NAS, the forum software I am running, "MYBB" as part of it's spam prevention logs the IP address of people signing up, however the proxy server was reporting my local IP instead of passing through the public IP to the forum software thus triggering the failure as it kept seeing the same IP sign up.<br />
<br />
Compounding the issue was that my reverse proxy was running under Synology in bridged mode instead of host.<br />
<br />
Using Grok I came to the conclusion that I was better off to sping up a LXC container version og Nginx Proxy Manager and use this. I did so and after a few tweaks to the nginx.conf_realip file under hestia "webhosting software" and then a small change to the NPM config file I was finally able to get the real IP passed through to MYBB.<br />
<br />
In addition to this, Grok was able to help me with getting the e-mail setup properly so that new users can get their confirmation e-mails, in addition to notices I send out from the board as well.<br />
<br />
So thanks for all your patience during this time, and please feel free to explore and post some subjects to get things rolling.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Channel Announcements – New Videos, Livestreams, Updates & More! ?]]></title>
			<link>https://forum.unkyjoesplayhouse.com/showthread.php?tid=3</link>
			<pubDate>Wed, 11 Mar 2026 20:39:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.unkyjoesplayhouse.com/member.php?action=profile&uid=1">unkyjoe</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.unkyjoesplayhouse.com/showthread.php?tid=3</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Hey Playhouse Crew!</span><br />
<br />
Unkyjoe here—welcome to the official announcements spot!<br />
<br />
This is where I'll drop the big (and small) updates straight from the channel:<ul class="mycode_list"><li>New video premieres &amp; uploads<br />
</li>
<li>Livestream schedules (homelab builds, solar tweaks, Proxmox deep dives, etc.)<br />
</li>
<li>Behind-the-scenes stuff, gear hauls, or "what's next" teases<br />
</li>
<li>Community polls, Q&amp;A sessions, or calls for your build ideas<br />
</li>
<li>Any channel news, merch drops (if we ever get there), or fun collabs<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Recent/Upcoming Highlights</span> (I'll keep this section updated—reply below if you want something pinned!):<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Latest Drop</span>: Drive Upgrades on my Synology DS1621+ – just posted! Check it out if you're tweaking storage or thinking about cache/SSD swaps. Feedback welcome here or in Video Discussions.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Fresh One</span>: Self Hosting - Ghost CMS - Easy Install (super straightforward guide if you're ditching bigger platforms).<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Proxmox Lab Series</span>: Archival NAS with TrueNAS is live—more episodes coming soon on clustering, backups, and maybe some low-power/solar tie-ins.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Next Up?</span> Thinking about a deeper solar + homelab efficiency build (running servers off-grid style during Texas peak sun). Got ideas? Drop 'em below!<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Livestream Vibes</span>: Planning some weekend live troubleshooting or build sessions—stay tuned for times (usually evenings CDT).<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Quick Rules for this Thread</span>:<ul class="mycode_list"><li>Keep it announcement-related (no off-topic memes here—save those for The Playhouse Lounge ?).<br />
</li>
<li>Feel free to reply with questions, hype, or suggestions—I'll jump in!<br />
</li>
<li>If it's video-specific chat, head over to <span style="font-weight: bold;" class="mycode_b">Video Discussions</span> for deeper threads.<br />
</li>
</ul>
<br />
Hit that subscribe bell on YouTube if you haven't already (@UnkyjoesPlayhouse), and turn on notifications here too so you never miss an update.<br />
<br />
Thanks for being part of the Playhouse—y'all make the tinkering way more fun. Let's keep building cool stuff!<br />
<br />
— Unkyjoe<br />
Seguin, Texas | Homelab wrangler &amp; solar dreamer]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Hey Playhouse Crew!</span><br />
<br />
Unkyjoe here—welcome to the official announcements spot!<br />
<br />
This is where I'll drop the big (and small) updates straight from the channel:<ul class="mycode_list"><li>New video premieres &amp; uploads<br />
</li>
<li>Livestream schedules (homelab builds, solar tweaks, Proxmox deep dives, etc.)<br />
</li>
<li>Behind-the-scenes stuff, gear hauls, or "what's next" teases<br />
</li>
<li>Community polls, Q&amp;A sessions, or calls for your build ideas<br />
</li>
<li>Any channel news, merch drops (if we ever get there), or fun collabs<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Recent/Upcoming Highlights</span> (I'll keep this section updated—reply below if you want something pinned!):<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Latest Drop</span>: Drive Upgrades on my Synology DS1621+ – just posted! Check it out if you're tweaking storage or thinking about cache/SSD swaps. Feedback welcome here or in Video Discussions.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Fresh One</span>: Self Hosting - Ghost CMS - Easy Install (super straightforward guide if you're ditching bigger platforms).<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Proxmox Lab Series</span>: Archival NAS with TrueNAS is live—more episodes coming soon on clustering, backups, and maybe some low-power/solar tie-ins.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Next Up?</span> Thinking about a deeper solar + homelab efficiency build (running servers off-grid style during Texas peak sun). Got ideas? Drop 'em below!<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Livestream Vibes</span>: Planning some weekend live troubleshooting or build sessions—stay tuned for times (usually evenings CDT).<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Quick Rules for this Thread</span>:<ul class="mycode_list"><li>Keep it announcement-related (no off-topic memes here—save those for The Playhouse Lounge ?).<br />
</li>
<li>Feel free to reply with questions, hype, or suggestions—I'll jump in!<br />
</li>
<li>If it's video-specific chat, head over to <span style="font-weight: bold;" class="mycode_b">Video Discussions</span> for deeper threads.<br />
</li>
</ul>
<br />
Hit that subscribe bell on YouTube if you haven't already (@UnkyjoesPlayhouse), and turn on notifications here too so you never miss an update.<br />
<br />
Thanks for being part of the Playhouse—y'all make the tinkering way more fun. Let's keep building cool stuff!<br />
<br />
— Unkyjoe<br />
Seguin, Texas | Homelab wrangler &amp; solar dreamer]]></content:encoded>
		</item>
	</channel>
</rss>