I have a Synology DS923+ as my NAS which currently runs Plex, Immich and a couple other things.

I also have a Intel NUC (8th gen) which has Proxmox on it which mainly does PiHole and HomePage. I would like to use the NUC for PiHole, Immich, Plex, HomePage and Home Assistant.

Is Proxmox the best system to use for these applications? Would it be easier to just install Debian and Docker and run everything through containers on one OS instead of splitting them all up into LXC or VMs?

I would also like the convenience of easily updating containers through a GUI. I am not afraid of SSH and CLI but it’s nice to go to a browser address and see everything in one place. Kind of like how DSM7 is set up on Synology.

  • NameTaken@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    I basically run this setup, Synology nas for storage and a nuc12 for proxmox. Things like pihole I run on both for HA. You will also have a much better experience using Plex on an Intel NUC with quick assist.

    As mentioned above the helper scripts will save you a ton of time. You should definitely check them out. Proxmox allows you to easily backup and restore. So its much easier to tinker and play around without taking down the whole network.

  • Zwuzelmaus@feddit.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    Is Proxmox the best system to use for these applications? Would it be easier to just install Debian and Docker and run everything through containers on one OS instead of splitting them all up into LXC or VMs?

    Proxmox is (nearly) a class of it’s own. Yes, you need it.

    You are not limited to lxc. Just run one or more of these Debians in VM’s inside, and they can docker then as needed.

    Don’t forget to use the templates in Proxmox.

    • CmdrShepard42@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I run everything in LXC containers because AFAIK using VMs mean you are limited on shared resources. If I want to use the iGPU for Plex and something else it would be locked to only work on the Plex VM. I mainly just have an unprivileged LXC and a second privileged LXC both running portainer that run most of my services.

  • kr0n@piefed.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    30 days ago

    I have a DS218Play and a Intel NUC 6th gen with Proxmox.

    I use my NAS as file sharing, everything else is running in Proxmox: HomeAssistant, Plex, Immich, QBitorrent, AdGuard, Frigate, ARR suite…

  • pineapple@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    30 days ago

    Proxmox definitely has a harder set-up i am currently doing it right now and I’ve found it a bit of a learning curve, but it is definitely the ultimately better and more fun option if you ask me ;)

    Someone should correct me if I’m wrong but auto update should be as easy as scheduling the commands for apt or whatever package manager your using to update.

  • 👍Maximum Derek👍@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I use Proxmox because its handy to be able to use both LXC containers and full VMs. I installed it as an ISO so its built on top of Debian. There are helper scripts specific to installing Home Assistant on a VM (as well as a number of other things). And the proxmox UI comes in handy.

    I have Home Assistant in a VM so I can run it on top of HAOS. Then the rest of the box is set up as an unprivileged LXC where I installed docker. I run all my *ARR apps straight on my Synology (via docker) so they have fast access to my Library volume, and everything else running on the setup I just described. Then I use Portainer to maintain my containers so I can manage both the syno and proxmox docker installs from one page.

  • Ohh@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    28 days ago

    What’s the verdict on yunohost if we are talking easy? I think so the applications being mentioned has good support on yunohost?

      • fishynoob@infosec.pub
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 month ago

        Hey, it’s nice to talk to you. I’ve seen you around this community and I like your comments.

        I said K8S because I work with it, but if OP doesn’t need HA I guess Podman is fine too. I don’t like Docker anymore after what they pulled a year or so back

        • Possibly linux@lemmy.zip
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          Docker compose is still a solid way to deploy software. Podman is cool but still fairly new.

          Kubernetes is just a beast to work with. Unless you absolutely want I wouldn’t bother. K3s isn’t bad but it is painful to do anything.

  • q7mJI7tk1@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    28 days ago

    I would recommend Unraid. Not sure what people think of it round here as surprised no one has mentioned it. My homelab was a mix of machines for VMs, Docker and NAS, and I consolidated it last year with Unraid and couldn’t be happier. I run Plex, Immich, Wordpress, Home Assistant and a load of other containers, alongside a Windows and Ubuntu VM on a cheap eBay HP Z workstation. If on a NUC with only a single drive, V7 of Unraid will now work without an array, so a single drive basically. It’ll give you a GUI for Docker and everything.

  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    28 days ago

    I’d say go Debian and Docker, proxmox is nice if you’re running a lot of VMs or want HA and clustering but otherwise you don’t really need it.

    If you want a GUI for docker containers there are several, Komodo or Portainer are good options.