HiTekRedNek
@HiTekRedNek@lemmy.world
- Comment on Why I moved my Plex library to Jellyfin after 14 years 5 days ago:
I was bored. I’m not running it in a docker VM any more. I am now running it directly on FreeBSD using podman and FreeBSD’s Linux compatibility layer.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 1 week ago:
What part of my comment makes you think I was promoting FreeBSD? I was replying to the part where you said people should use OPNsense under a VM because of ZFS.
I was saying you can install OPNsense on bare metal and still use ZFS BECAUSE IT IS FreeBSD…
- Comment on Why I moved my Plex library to Jellyfin after 14 years 1 week ago:
So.
I did a thing.
I have audiomuse-ai running its main, complete docker compose script, with all containers, on my 8GB Raspi5, and worker-only containers running on:
- An 8GB bhyve VM on my FreeBSD box
- An E2-6110 AMD pre-ryzen APU with 16GB of ddr3
- A Ryzen 5800x w 32GB RAM
They’ve been running about a week, and I’m a little over a third of the way through
Once the initial analysis is complete, I’ll stop all worker containers and leave it all just running fully on the pi5.
I also created a worker-only addon for the 6600T machine, but as it is already running HAOS and Jellyfin, I was getting a lot of OOM-related failures when it was running.
But I also have 32G of used, eBay bought, ddr4 SODIMMs.coming for it.
Bonus: Most of my homelab is in this. The only things missing are my Sophos running OPNsense, and the raspi5. Oh, and my actual desktop machine.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 1 week ago:
Mine, a Brocade ICX6450, is solid as a rock using a hacked license to enable 10Gbe on all 4 SFP+ ports.
They’re loud, as the firmware is a little buggy, and doesn’t ever actually set the fan speed to low after booting, regardless of the temps.
But there’s a few tricks to that. There’s a command you can run to force the speed to low, and I just have that sent via SSH when my raspi5 boots. Because it needs to be sent when the switch powers on. So if I lose power for an extended time, it’ll still be reset to low after it all comes back.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 1 week ago:
My OPNsense setup is on bare metal. It’s a Sophos SG135 rev 2 with 6GB of RAM and a 64GB NVme SSD.
It can be upgraded to 16GB, but isn’t nice for my set up.
I don’t use Proxmox, but I do make extensive use of ZFS across most of my entire homelab.
My NAS/Media server has 48T of spinning SAS3 drives, runs FreeBSD 15.1, and has a BhyVE VM running Alpine Linux and docker for the 1 or 2 services I use that simply won’t run easily on FreeBSD.
I run most of the rest of my services in jails on that host, jails are what linux’s entire container subsystem is based on, having been around for 26 years now. Yes, FreeBSD’s jail system was introduced in 2000.
I have a raspi 5 running rasbian, with Adguard Home, and audiomuse-ai on it.
And a Lenovo M700 Tiny running Home Assistant.
Tying it all together is a managed brocade/ruckus switch in layer 3 routing mode, handling all routing, VLANs, subnets, etc…
I had a Linux box with two 10Mbps NICs in it in the mid to early 2000s doing NAT so I could share the cable modem connection to my wife’s computer back when you were only allowed to have a single machine connected to the Internet at home.
I say all that to lay out my experience level.
With all that said, you can virtualize your primary router if you like. Personally, I’d rather that system critical piece of equipment be fully isolated from any possible virtualization shenanigans.
Not to mention what happens when you fiddle with your Proxmox setup too much and oops, you have no Internet now.
What happens when your main network goes down, and the only way you can access that Proxmox machine is over that network?
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 1 week ago:
Or maybe they do understand how good ZFS is, and since OPNsense is FreeBSD based, they use ZFS IN OPNsense.
OPNsense can make snapshots and restore them native from right inside the UI.
Which someone who used it should know.
- Comment on Tempus v4.20.0 android subsonic client release 2 weeks ago:
Navic has the best UI/UX in my experience. Too bad it is unstable AF when it comes to large libraries.
- Comment on Why I moved my Plex library to Jellyfin after 14 years 4 weeks ago:
That’s cool to know, however the Xeon runs FreeBSD, so I would need to create a VM if it doesn’t work in Linuxulator, (FreeBSD’s Linux compatibility layer, works sorta like wine does)
I should do some research this weekend I reckon.
Great, now I have one more thing I gotta do this weekend. Thanks a lot. Lmao.
- Comment on Why I moved my Plex library to Jellyfin after 14 years 4 weeks ago:
I’ve been considering audiomuse, but I have old equipment available.
My options are my media server, which is an old Xeon E3-1275v3 with 32G of RAM, which also hosts Navidrome, my arr stack and the associated downloaders, or my Home Assistant and Jellyfin box, which is a Lenovo M700 Tiny which is an i5 6600T but has only 8G of ram.
Or, an 8G Pi5 with an SSD (using the pi SSD hat)
I’m not sure either of those 3 options would handle audiomuse AI all that well…
- Comment on Question: What are some alternatives to a Raspberry Pi good for a small home server? 5 weeks ago:
It always starts small. I started with a 15 year old pre-ryzen AMD laptop, and an old external USB 4TB hard drive. NEW the laptop was $299.
A year later, I have a ruckus/brocade managed switch, a Lenovo M700 Tiny running home assistant and Jellyfin, while my main media/file server is a Xeon E3-1275v3 with 2 SSDs, and 6 8TiB SAS3 enterprise hard drives in a ZFS pool. And a Pi5 running adguard home as my DNS server.
And I’ve already used 60% of it. 🤣🤣
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 9 months ago:
In my own experience, certain things should always be on their own dedicated machines.
My primary router/firewall is on bare metal for this very reason.
I do not want to worry about my home network being completely unusable by the rest of my family because I decided to tweak something on the server.
I could quite easily run OpnSense in a VM, and I do that, too. I run proxmox, and have OpnSense installed and configured to at least provide connectivity for most devices. (Long story short: I have several subnets in my home network, but my VM OpnSense setup does not, as I only had one extra interface on that equipment, so only devices on the primary network would work)
And tbh, that only exists because I did have a router die, and installed OpnSense into my proxmox server temporarily while awaiting new-to-me equipment.
I didn’t see a point in removing it. So it’s there, just not automatically started.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 9 months ago:
My reasons for keeping OpnSense on bare metal mirror yours. But additionally I don’t want my network to take a crap because my proxmox box goes down.
I constantly am tweaking that machine…