<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My self-hosted experience - and my favorite container]]></title><description><![CDATA[<p dir="auto">tl;dr- my favorite container is the firefox browser. My work browser is seriously locked down, so I just go to my Homer page and click firefox and a firefox instance opens inside my edgelord browser with all my bookmarks and extensions. It's a simple thing, but easily the service I use more than any other.(compose pasted at bottom)</p>
<p dir="auto">Anyway, I started with docker desktop on winblows 11. I learned the ropes and then when docker desktop inshittified in an update, I switched to Rancher. All my services are picked up on their local ports by nginx-proxy-manager and then sent through a cloudflared tunnel to the domain I bought, with a customized homer page and strict access controls. Because the VM on windows was running my poor little refurbished Thinkstation too hard, I recently deleted winblows (such a good feeling) and moved over to a headless Debian server, which I run through SSH on my refurbished thinkcenter. 97% usage down to 13% (seriously). I'm only in this computer game for about $500 total and I have more than a few TBs of storage (used SAS drives were really cheap a little while ago and the hardware/learning curve is worth it). If you don't game, old stuff works just fine for pennies on the dollar (I have unplugged backups of all my really important stuff).</p>
<p dir="auto">I use AI for the CLI stuff I down have memorized. Linux is still frustrating- File ownership is foreign and super irritating to me, being my most recent source of frustration. My Filebrowser instance broke itself and I haven't gotten it back, and of the 30 times I've tried to get Nextcloud to work, I've been successful zero times.</p>
<p dir="auto">Anyway, it has been hours of my life arguably wasted but it has been fun and educational, and I get to give the finger to big data for the most part. I don't like the cloudflared thing, but free is hard to beat and unless I start torrenting again, I really don't need or want to pay for a VPS. I search this forum and others for new containers to spin up. I marvel at other folks' setups and the money they have spent. I'm a rusty and recycled guy, not a new and shiny guy, but man some of this custom-built, laser-cut, 3d printed stuff is cool.</p>
<p dir="auto">I just wanted to share my experience and hopefully encourage anyone who is just starting or is on the fence.</p>
<p dir="auto">firefox:<br />
image: jlesage/firefox<br />
container_name: firefox<br />
ports:<br />
- "5808:5800"<br />
environment:<br />
- TZ=America/Chicago<br />
- PUID=1000<br />
- PGID=1000<br />
#- VNC_PASSWORD=${VNC_PASSWORD}<br />
- DARK_MODE=1<br />
- WEB_AUDIO=1<br />
- WEB_FILE_MANAGER=1<br />
- WEB_FILE_MANAGER_ALLOWED_PATHS=ALL<br />
- WEB_HOST_CLIPBOARD_SYNC=1<br />
volumes:<br />
- ./firefox/config:/config:rw<br />
- /SWAP:/downloads<br />
shm_size: "2gb"<br />
restart: unless-stopped<br />
networks:<br />
- web</p>
]]></description><link>https://forum.ieu.app/topic/500ee282-d861-4494-9ae7-99805850cda2/my-self-hosted-experience-and-my-favorite-container</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 03:45:31 GMT</lastBuildDate><atom:link href="https://forum.ieu.app/topic/500ee282-d861-4494-9ae7-99805850cda2.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Aug 2026 14:07:25 GMT</pubDate><ttl>60</ttl></channel></rss>