• 0 Posts
  • 3 Comments
Joined 3 days ago
cake
Cake day: February 24th, 2025

help-circle
  • If you’re running a lot of stuff on the same server, I agree with others that you’d want to use containers or VMs to avoid possible dependency hell. I prefer containers so I don’t have multiple OSs using RAM. I’ve never used Proxmox, but if I understand correctly, it’s an OS specifically built for running containers and VMs more easily, so I’m guessing that’d be a good choice. I personally just use Ubuntu LTS or Debian, Docker, and SSH to administer my servers, because that’s what I’m familiar with.

    A cheap used Desktop PC off Craigslist or whatever should be fine. Desktops are more upgradable and configurable. You’d want to make sure the CPU and Mobo support however much RAM you’d want. Ext4 is fine if using a single disk; ZFS for multiple disks with redundancy. Preferably, a smallish SSD for the OS disk, but not required.

    *arr stack for pirating: https://wiki.servarr.com/

    Jellyfin for serving media. You may want something like the cheapest Intel Arc GPU for transcoding if you’re going to serve HDR video to low-spec devices.

    Nextcloud for basic file sharing. NFS for high performance file sharing with Linux machines, if needed. Syncthing for syncing files if you need that.

    Immich for something similar to Google Photos, if needed.