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?
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
For example on my Radarr, go to Settings > Media Management > Root Folders - add it here
Do the same on Sonarr with the correct path for that.
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?