• 1 Post
  • 3 Comments
Joined 9M ago
cake
Cake day: Feb 15, 2024

help-circle
rss

Interesting. I’ll dig a little more then. Most of my vm experience has been on desktop for various reasons, and it’s almost always been a pain in the ass and not worth the effort.

I assume the kvm stuff can be running a minimal os, sort of like an alpine docker image?


For the most part, this old bucket is doing just fine with probably more than I should be throwing at it.

I’m curious as to why proxmox and VMs over a minimal Debian install with docker containers, though? At least, from my understanding, proxmox would be requiring a lot more hardware overhead when I’m mostly just running emby/jellyfin, nextcloud, homeassistant (and related services) and frigate (with a coral).

It’s definitely a lot, but I also rarely see cpu use over 70% (typically much lower), though frigate likes to cause problems occasionally. And I’ve never seen a concerning amount of ram usage.

Definitely getting one of those little n100s soon, and will probably move the home automation stuff over there, and slowly transition the current box into being a nas and nothing more.


I think you’re right. I’m just trapped in the cycle of over-thinking and second guessing my knowledge and capabilities.


Splitting Docker between SSD and HDD
I'm in the process of planning upgrades for my server, and I'm trying to figure out the "best" drive configuration for Docker. My general understanding would be that the containers should be running from an SSD, and any storage (images, videos, documents) should use a volume on an HDD. Is it as simple as changing the data-root to point to the SSD, and keep my external volumes on the HDD as defined in my existing compose files? I've already moved data-root once b/c the OverlayFS was chewing up the limited space on the OS drive, so that process isn't daunting. If there's a better way to configure Docker, I'm open to it, as long as it doesn't require rebuilding everything from scratch. For reference, the server is running Debian Bookworm on an older i5 3400 with 32GB RAM.
fedilink