The last post on the subject I could find was a year ago. So thought I would ask again. I have debian 12 up on miniPC and I have my NAS mounted. My intention is to use jellyfin and some of the arr* stuff. I know only a little about systemd (I just google what I need to know). I have some contianer knowledge, but mostly in k8s. And the docker parts aren’t really my problem. But I have a vague understanding of docker. What are the latest pros and cons of containers vs service installation?

  • @[email protected]
    link
    fedilink
    English
    72 days ago

    My very limited takes:

    • I run everything inside containers ,+ traefik (*arr + jelly)
    • I have no issues with dependencies. Ever
    • Linuxserver.io is the shit. Real bros!
    • @SailorsLifeOP
      link
      English
      119 hours ago

      What is the role of traefik? I looks like networking software for something more like a k8s cluster with lots of pods going up and down all the time. We use linkerd at my job which seems like it has some overlap. But they both seem like overkill when running on a single node system unless I am missing something.

      • @[email protected]
        link
        fedilink
        English
        212 hours ago

        I just use it as a reverse proxy but afaik it can be used as a load balancer and many more uses.

        • @SailorsLifeOP
          link
          English
          111 hours ago

          And you are using a reverse proxy because you want to expose jellyfin to the general internet? And you don’t want to have to trust jellyfin’s security (which is very reasonable) ?

          • @[email protected]
            link
            fedilink
            English
            210 hours ago

            Yup. I also use Authelia as a middleware for additional TOTP 2FA.
            Only downside: It breaks any app support as I can just expose the API and be done with it.