• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle










  • I have a similar setup except I’m using Jellyfin instead of Plex.

    For hardware, it’s a Ryzen 5900X, 128 GB of memory, 1 cheap SSD for the OS, 2 1TB NVME drives for fast storage, 2 2TB SSDs for normal storage, and 4 20 TB drives for bulk storage. 1 cheap GeForce GT 710 for video, and 1 Nvidia T1000 for transcoding.

    For OS, I’m using Proxmox. I have a few VMs, but mostly everything lives in LXC containers.

    For the NAS part, I have the hard drives mounted as a raidz2 on the Proxmox host, and I pass access through using LXC Bind Mounts. The pair of SSDs are in a mirror, and same with the pair of NVME. Game servers live on the NVME, and everything else on the SSD.

    Game servers that run on linux run in LXC, otherwise I have a windows VM. I’ve never liked running game servers in Docker.

    I also have Proxmox Backup Server running on the Proxmox host itself.

    Make sure your closet has adequate ventilation.







  • I’ve had success with trivial things, like write a log file parser with this pattern, or give me a basic 3 part left-right-center header in html. Works ok for trivial side projects. I would never trust it in production. Its a tool, nothing more at this point. Like an electric drill, better than a hand crank, but you still need to know how to use it.