was looking for something as an all in one docker container for usenet say like saltbox or other projects are for seedboxes/torrenting

  • zedricxks@lemmy.dbzer0.comOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    from my understanding of usenet which elementary and what an equivalent seedbox would do for torrenting I would need the arrr stack.a downloader like nzbget sabnzb. a vpn for the container. a way to play the items downloaded so jelly or plex. a syncthing or equivalent if you want to move things off the box to somewhere else. there are docker containers/projects that have all these included for torrenting and is a one stop setup for starting to torrent. all you would need to do is play with the settings/setup but the process is automated.Was looking for something equivalent to say saltbox

    • marsara9@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 years ago

      So here’s my current setup (each one is a separate docker container):

      Download machine: (has lots of RAM and HDD space)

      • Nginx (for reverse proxy)
      • Sonarr (tv)
      • Radar (movies)
      • Prowlarr (organizing download sources)
      • Qbittorrent (make sure to bind to Wireguard interface)
      • Wireguard (for qbittorrent VPN)
      • Nzbget (Usenet)
      • Szabnzb (also Usenet; some providers work better with Szabnzb for whatever reason)
      • Portainer agent (for remote docker management)
      • Watchtower (for automatic updates)

      Tv machine: (can transcode)

      • Nginx
      • Jellyfin (to transcode and actually watch the content)
      • Portainer agent (for remote docker management)
      • Watchtower (automatic updates)

      I’m not aware of a single container that has all of this bundled together though.