Started By
Message

anyone used AI to help set up radarr/sonarr/overseerr..

Posted on 2/24/26 at 4:15 pm
Posted by CAD703X
Liberty Island
Member since Jul 2008
92594 posts
Posted on 2/24/26 at 4:15 pm
i have been lazy and haven't carved out time to set all this up for my plex server but they all seem like good add-ons; especially overseer so people will quit hounding me for movies & tv shows.

just curious if anyone else in my shoes used AI to assist them in getting this all configured and happy.
Posted by bluebarracuda
Member since Oct 2011
19254 posts
Posted on 2/24/26 at 4:48 pm to
No because is easy af to setup

What are you going to run them on?
Posted by CAD703X
Liberty Island
Member since Jul 2008
92594 posts
Posted on 2/24/26 at 4:54 pm to
quote:

No because is easy af to setup

What are you going to run them on?
dude i even messed up my docker installation

so i gotta start back over; i tried to set up a dashboard in docker for 6 years worth of fitbit data and messed up all kinds of permissions and shite.

so yes, i need someone to guide me like i'm TWELVE in setting al lthis up.

this is on my dell 3650 that's running nothing but plex right now (and threadfin)
Posted by notsince98
KC, MO
Member since Oct 2012
21750 posts
Posted on 2/24/26 at 5:31 pm to
why complicate it with docker? Plex is easy to setup with a repository install or .deb file.
Posted by CAD703X
Liberty Island
Member since Jul 2008
92594 posts
Posted on 2/24/26 at 5:35 pm to
quote:


why complicate it with docker? Plex is easy to setup with a repository install or .deb file.
because i know nothing about those add-ons and assumed by the brief research i did that you want to use docker to set them all up.
Posted by bluebarracuda
Member since Oct 2011
19254 posts
Posted on 2/24/26 at 5:52 pm to
It would be best to run them in docker containers but follow these instructions all on the same server

LINK

Hopefully you're using Linux

Edit: and you can connect sonarr and radarr to prowlarr through the Web gui, so you can stop at that api part
This post was edited on 2/24/26 at 5:54 pm
Posted by TAMU-93
Sachse, TX
Member since Oct 2012
1188 posts
Posted on 2/24/26 at 6:04 pm to
I have mine running in an LXC. I used this install script - LINK
Posted by j1897
Member since Nov 2011
4508 posts
Posted on 2/24/26 at 6:14 pm to
huh?

Docker run xxxxxx


All you gotta do
Posted by CAD703X
Liberty Island
Member since Jul 2008
92594 posts
Posted on 2/24/26 at 6:19 pm to
quote:

huh?

Docker run xxxxxx


All you gotta do
my first project involved downloading 6 years of archived fitbit data, pulling it into a dashboard, connecting to the fitbitt API to pull new data as it comes in and formatting the dashboard so the data reporting is what i wanted.

so my first foray into docker was a little more complex and i had some issues when i installed it because i think i gave it too many 'admin' rights so i'm going to delete it and start over.
Posted by j1897
Member since Nov 2011
4508 posts
Posted on 2/24/26 at 6:27 pm to
LINK

There's a grafana dashboard for that if you really want to go off the deep end.
Posted by Dallaswho
Texas
Member since Dec 2023
3478 posts
Posted on 2/24/26 at 6:45 pm to
Any will be fine, don’t forget gluetun in your compose.

Also prefer chat.qwen.ai for this kind of work because you can point the bot directly at the official documentation and it will ingest several thousand relevant tokens to do things the documented way. This is rare for chat bots. Most hit safeguards or other policies and force the backend model to start hallucinating. If you use a lot of tokens too quickly it will defiantly degrade though.
This post was edited on 2/25/26 at 9:29 am
Posted by BabySam
FL
Member since Oct 2010
1591 posts
Posted on 2/24/26 at 9:12 pm to
I used AI to learn what i needed for Docker, and now my arr/plex stack is all containers. There's trial and error but its a good learning tool as well. If you're setting up on physical machine shite aint that hard, but AI will definitely help
Posted by Korkstand
Member since Nov 2003
29079 posts
Posted on 2/25/26 at 9:30 am to
quote:

why complicate it with docker? Plex is easy to setup with a repository install or .deb file.
Adding all the arr's and supporting software is the complication that docker simplifies. But even plex alone I would recommend containerizing.
Posted by notsince98
KC, MO
Member since Oct 2012
21750 posts
Posted on 2/25/26 at 3:08 pm to
I guess I'm too old school to sacrifice the efficiency of proper installs vs the "ease" of trying to go to dockers/containers.
Posted by Korkstand
Member since Nov 2003
29079 posts
Posted on 2/25/26 at 3:29 pm to
You lose maybe 1-2% performance and gain loads of time and sanity while doing upgrades, backups, and hardware migrations. Good trade if you ask me.

There are several web UI's to choose from to manage docker. I've given up trying to learn all the docker options and switches and commands and bleh. I just copy/paste a compose file, maybe tweak it, then I have a web UI to start/stop/restart/upgrade services like "apps". And my whole docker VM gets backed up nightly and I can migrate it to a different machine in my proxmox cluster.

I used to run all my stuff bare metal but I will never go back to that headache. Also Ceph has been working out great for me if anyone wants to talk about that.
Posted by notsince98
KC, MO
Member since Oct 2012
21750 posts
Posted on 2/25/26 at 3:31 pm to
quote:

You lose maybe 1-2% performance and gain loads of time and sanity while doing upgrades, backups, and hardware migrations


It isn't just speed, it is the size of the total install on the drive. You end up with many copies of the same dependencies and have to rely on docker developers to use proper, updated dependencies. They make sense for people continually spinning up VMs all the time and taking them back down or even just for developers who need to constantly test changes.

For the person with a single linux PC in their home? Nah.
Posted by Korkstand
Member since Nov 2003
29079 posts
Posted on 2/25/26 at 6:04 pm to
quote:

It isn't just speed, it is the size of the total install on the drive.
We are talking about actual individual pennies here.
quote:

You end up with many copies of the same dependencies and have to rely on docker developers to use proper, updated dependencies.
That's kind of the point of containerization. The dev ships with a known good config so it just works without dealing with dependency hell.
quote:

They make sense for people continually spinning up VMs all the time and taking them back down or even just for developers who need to constantly test changes.

For the person with a single linux PC in their home? Nah.
I'm going to strongly disagree. This thread prompted me to update some containers. I just updated 8 docker containers by clicking on 8 update buttons. Without docker I would have had to visit 8 github pages and read a bunch of install documents and copy-pasted a bunch of commands. If that costs me 2% of performance and a dime worth of storage sign me up.
Posted by notsince98
KC, MO
Member since Oct 2012
21750 posts
Posted on 2/25/26 at 6:08 pm to
I enter one command and everything updates from repositories automatically. Seems much more simple.

Differences in sizes are not trivial. The few apps I tested were under 20MB on their own but the containers were more than 5x larger.
This post was edited on 2/25/26 at 6:09 pm
Posted by Korkstand
Member since Nov 2003
29079 posts
Posted on 2/25/26 at 6:31 pm to
What is your one command? AFAIK the apps OP wants don't maintain repos for most package managers.
quote:

Differences in sizes are not trivial. The few apps I tested were under 20MB on their own but the containers were more than 5x larger.
How did you measure? I don't know how I would go about determining the total installed size of a program and its dependencies on bare metal. Did you include the database? I have strong doubts that docker costs 5x the storage vs bare metal. That would be a non-starter for these corporations running it at scale.

Whatever the storage increase, it is completely dwarfed by the data that these services generate and manage. In your extreme worst case, why would I worry that sonarr takes up 100mb vs 20mb while it manages 20TB of media?
Posted by Dallaswho
Texas
Member since Dec 2023
3478 posts
Posted on 2/25/26 at 7:25 pm to
quote:

I enter one command and everything updates from repositories automatically. Seems much more simple. Differences in sizes are not trivial. The few apps I tested were under 20MB on their own but the containers were more than 5x larger.



I put off docker WAY too long in favor of VMs. I was so wrong. Docker is infinitely more resource efficient and an extremely organized way to keep software. Now for each machine it’s just /srv/[list,of,app-groups]/[group-list]-data and that’s my essentially entire directory tree that I ever use. Each app group gets its own docker-compose.yml and each individual app has one or two binds for data. Want to find a config? no /etc searching it’s just right there in that data folder.

Want to change machines?, just rsync the data directory binds and copy and paste (or rsync) the compose and you’re done. No dependencies except host drivers and docker itself.

You want to move a VM? sure it’s one file, but you’re stuck with a hypervisor forever.

Edit: docker containers can also be moved from x86 to arm64 with ease. Just replace the image path in docker-compose.yml.

Networking can get complicated but you’ll mostly just bind access ports 1:1. All AI chat bots know docker very well but none will correctly configure arrs or other self-hosted stuff unless fed the correct documentation.
This post was edited on 2/25/26 at 8:39 pm
first pageprev pagePage 1 of 2Next pagelast page

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on X, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookXInstagram