after almost 15yrs my plex server is no more. jellyfin behind nginx with authentik is running very nicely.

  • Dataprolet@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    23 hours ago

    Same.
    The time it takes me to write a single function in Python is the same as writing a whole Bash-script using nano.
    Also I initially set up my homelab using Docker in a VM on Proxmox. Totally useless abstraction, but I never found the time and patience to migrate the VM to bare metal.

    • CeeBee_Eh@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      Not really useless, it’s an extra layer of management (a good thing). The Proxmox system can be nearly static while giving you external level management of the OS that manages the containers.

      I have a 3 server Proxmox cluster running various VMs doing different things. Some of those VMs are my container systems.

      Besides, you can run containers directly on Proxmox itself.