It doesnt actually bypass the firewall.
When you tell docker to expose a port on 0.0.0.0 its just doing what you ask of it.
It doesnt actually bypass the firewall.
When you tell docker to expose a port on 0.0.0.0 its just doing what you ask of it.


It feels like Bazzite tells you a million times over that you absolutely should not layer packages, it scared me off for sure since I’m new to immutable systems and don’t really know how they work fully.


Depends what protocols you need?
If you use SMB install the Samba server package. If you use WebDAV install a WebDAV server like SFTPGo, etc…
If you want a google drive like replacement there’s Nextcloud, Owncloud, Seafile, and others.
For the drives themselves you can have traditional RAID with MD, or ZFS for more reliability and neat features, or go with MergerFS + SnapRAID, or just directly mount the disks and store files on some and backup to the others with Restic or something.
Lots of options!


It doesnt graph over time really, it only does it while open and loses the data if you close it.


Here’s an actual answer, a system monitor with historical data: https://beszel.dev/
It’s a webUI but that shouldn’t really matter vs an app with its own GUI.


Hmm, the glass backs I’ve had get scratched too, on top of being really slippery to hold.


Isn’t a plastic back a pro? The glass ones are so delicate.


Its a docker compose deployment so should just work on any system with docker installed. Copy the docker compose file and env file if it has one, and run ‘docker compose up -d’ in that directory.
It can collect analytics from multiple places.


It does but will be really out of date.


Might be time to self host vaultwarden if you need real DB features like that.


That’s what backups solve, for important data like a PW DB you should be running daily backups with versioning. Then if anything gets deleted or corrupted you can restore it easily.
Do you have it set to filter out ones with low seeder count?
Also do you mean sonarr/radarr? I didn’t know Jellyfin could do searching.


There’s no guarantee google will scrape and store encrypted messages, plus by not using an encrypted messenger you’re opening up your conversations to everyone else, not just potentially google.
deleted by creator
I do local backups to another drive, and online encrypted backups to cloud storage (I use backblaze B2)
deleted by creator


The cheapest way I can think of is a used PCIe HBA card and some SATA power extension cables. Probably $50 or so to connect 8 drives this way.
If you’re set on USB you can often get 4 bay enclosures for around $100 or so, that would the way I’d do it. The downside of single USB adapters is the sheer amount of wires and power supplies you’ll have.


I set up Plex/Jellyfin specifically to get away from having to manage media manually, it tracks watch states, gets subtitles, transcodes for me when I’m traveling, and does all of that for family too.
MPV is neat but its just a standard media player app like VLC, not really anywhere near the same concept as Jellyfin.


Seeding works fine without port forwarding. Just won’t be connecting to as many peers.
If you want automatic updates over major versions most images will have the :latest tag for that.