Best way to have qbittorrent, sonnar,radarr etc all linked up?

I have plex setup and hoping someone can point me in the right direction to setting up everything else that could make it a bit more QoL friendly, be nice to be able to download on the nas, and it auto move the file to the correct folder if movie or tv show? is this possible?

thanks in advanced.

For docker container to be able to communicate with each other they, as far as my experience goes, they need to share a common network. If you’re using the official ix-apps then i don’t believe it’s possible since each app deploys it’s own docker network and you can’t add additional networks to apps.

If you’re using your own docker-compose with the custom yaml function all you have to do is add an additional shared network to all your apps.
For my stack, i have a common network called proxy because i access my apps via reverse proxy and domain name and all apps i want to access that way need to be inside the proxy network anyway.

I’ve currently got mine split as the following:
(using Electric Eel)

Official TrueNAS Docker Apps:
Jellyfin
Jellyseer
Sonarr
Radarr
Prowlarr

Dockge Application from TrueNAS Apps:
qBittorrent
Gluetun VPN

For them to all speak together, they need to be on the same network, or at least have permission to speak to the other network; Sonarr/Radarr/Prowlarr/qBit all use built-in API to speak to each other, they don’t have any issues and all works seamless.

You need to make sure you give permission to all the datasets and the root folder is set correctly. For Example, these are the datasets my Radarr can see
image

For example on my Radarr, go to Settings > Media Management > Root Folders - add it here
image

Do the same on Sonarr with the correct path for that.

Jellyseer is connected via API again

Then you just set in Sonarr/Radarr how you want the files to move/rename. Make sure it can see wherever you are setting your torrents to go to though.

As you’re using Plex, not Jellyfin, you’d be using https://overseerr.dev/ instead of Jellyseer

Thank you for your replies, going to have a little play soon, [quote=“itsharryshelton, post:3, topic:29530”]
Dockge Application from TrueNAS Apps:
qBittorrent
Gluetun VPN
[/quote]
did you install these from the truenas ui or from Dockge itself?

Dockge installed via TrueNAS App Store
qbit and gluetun within dockge