TLDR can the *arr stack be setup to move the completed files to another server?

Before I potentially waste many hours trying to get this setup, need a bit of advice.

Been old school for a couple of decades. Running a Linux box on bare metal with a torrent client. Client gets downloads from a RSS feed and when completed, I manually copy them to my Linux server (Big JBOD), and use filebot to rename and move them to the various directories.

Been interested in switching to something more automated for a while and want to give sonarr etc. a go.

I already have a proxmox box running a few VMs so was thinking of setting up docker on there with the various sonarr, radarr, etc. and then have the completed files moved over to my linux server. The server was built around 2010 and great for streaming but I think running docker and everything else would kill it.

It is possible to set it up so that when the download is finished on the docker box, it’s copied across to the server?

All the guides I’ve read suggest having the docker stack on the same box as the server but I’m reluctant because if it’s age.

  • TooL@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    While I don’t use my *arr stack in quite the same way, I do not see why you wouldn’t be able to do it.

    You’ll need to set up mount points, and the permissions can be a bit finicky but other than that you shouldn’t have an issue.

    I currently have my download client setup on a separate server (VM on esxi) and my *arr stack set up on unRAID and it will kick off the download, then move the downloads between servers no problem.

    • whyNotSquirrel@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Your severs are on different networks?

      (edit) and yes the hardest part for me was the permission to setup between NFS and then both system without setting up everything on 777

      • TooL@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Sorry, I guess kbin doesn’t notify you of replies to your comments? Just now saw this. My servers are on different vlans actually. My esxi node is on my old infra vlan, where as the unraid server is on my new one. I just haven’t gotten around to moving everything off the old vlan.

        Was easier for me just to create an exception for those two servers to talk across vlans than to bother moving everything over. It’s one of those “i’ll get to that one day” kind of projects.