Hello

I cannot decide which OS I should I install, I have the following machine which will be on 24/7:

  • intel Core i7 9700
  • 2x32GB RAM
  • 1x 256GB M.2 SSD (Booting OS)
  • 2x4TB Samsung 870 QVO

and I will use it for:

  • NextCloud or other self-hosted cloud
  • Git Server (Git Tea or GitLab)
  • Plex Server
  • VirtualMin
  • DNS Server
  • FTP/Samba Server
  • Remote Downloader

I will also configure each service with a subdomain and HTTPS, for example:

I am a Web Developer and most of apps can also be ran with docker or in a VM and I will be also developing my own APIs so portability is essential because in the future some of the apps will be ran on a VPS

I am also comfortable reading documentation and configuring everything with ssh/CLI, so configuring things with a UI is nice to have but not mandatory.

I have played with both Ubuntu Server and TrueNas Scale in the past, felt comfortable with both but still for my needs, its a little bit unclear to me with which I should go for.

  • lesigh@alien.topB
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    Proxmox core, Ubuntu server vm for all your docker compose services.

    As a web dev, I use a highly optimized vm running centos (centmin) .

    This way my Plex + 30ish companion services separate from my dev projects

    It came in handy today when I spinned up three windows vms to test some software

  • sudonem@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    You should also have a look at ProxMox.

    This would allow you to run TrueNAS as a VM as well as spin up other VM’s and LXCs as needed (including a VM running docker).

    That said - regardless of which hypervisor you commit to, I’ll recommend that you plan to upgrade your RAM, and look closely at whether plex supports your GPU for hardware acceleration. (Also consider Emby instead of Plex).

    Setting up a server to run VM’s can be quite a memory hog. NAS applications as well as media servers in particular.

    TrueNAS is going to need 16GB of ram minimum right off the bat, and your media server will eat the other 16GB before you even get started with docker containers.

    • KonstancjaCarla@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Hello, by the way, should the vm disks of virtual machines be placed in TrueNAS, or should the hard disks storing vm disks be directly managed by Proxmox?

      • sudonem@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Ideally you use a second nvme drive dedicated to storing VM’s - but if not you’ll want them stored on the proxmox drive, not inside TrueNAS.

  • lev400@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I suggest a Hypervisor on the hardware always. Promox, ESXi or Xen. Then run your large OS’s as VM’s on top, you won’t regret it.

  • lev400@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I suggest a Hypervisor on the hardware always. Promox, ESXi or Xen. Then run your large OS’s as VM’s on top, you won’t regret it.

  • xxgod_wolfxx@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    ideally, you’d want to have a separate NVMe drive dedicated to storing VMs. If that’s not an option, then it’s best to have the VM disks stored on the Proxmox drive rather than within TrueNAS.