- My Forums
- Tiger Rant
- LSU Recruiting
- SEC Rant
- Saints Talk
- Pelicans Talk
- More Sports Board
- Winter Olympics
- Fantasy Sports
- Golf Board
- Soccer Board
- O-T Lounge
- Tech Board
- Home/Garden Board
- Outdoor Board
- Health/Fitness Board
- Movie/TV Board
- Book Board
- Music Board
- Political Talk
- Money Talk
- Fark Board
- Gaming Board
- Travel Board
- Food/Drink Board
- Ticket Exchange
- TD Help Board
Customize My Forums- View All Forums
- Show Left Links
- Topic Sort Options
- Trending Topics
- Recent Topics
- Active Topics
Started By
Message
anyone used AI to help set up radarr/sonarr/overseerr..
Posted on 2/24/26 at 4:15 pm
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.
just curious if anyone else in my shoes used AI to assist them in getting this all configured and happy.
Posted on 2/24/26 at 4:48 pm to CAD703X
No because is easy af to setup
What are you going to run them on?
What are you going to run them on?
Posted on 2/24/26 at 4:54 pm to bluebarracuda
quote:dude i even messed up my docker installation
No because is easy af to setup
What are you going to run them on?
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 on 2/24/26 at 5:31 pm to CAD703X
why complicate it with docker? Plex is easy to setup with a repository install or .deb file.
Posted on 2/24/26 at 5:35 pm to notsince98
quote: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.
why complicate it with docker? Plex is easy to setup with a repository install or .deb file.
Posted on 2/24/26 at 5:52 pm to CAD703X
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
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 on 2/24/26 at 6:14 pm to CAD703X
huh?
Docker run xxxxxx
All you gotta do
Docker run xxxxxx
All you gotta do
Posted on 2/24/26 at 6:19 pm to j1897
quote: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.
huh?
Docker run xxxxxx
All you gotta do
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 on 2/24/26 at 6:27 pm to CAD703X
Posted on 2/24/26 at 6:45 pm to CAD703X
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.
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 on 2/24/26 at 9:12 pm to CAD703X
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 on 2/25/26 at 9:30 am to notsince98
quote:Adding all the arr's and supporting software is the complication that docker simplifies. But even plex alone I would recommend containerizing.
why complicate it with docker? Plex is easy to setup with a repository install or .deb file.
Posted on 2/25/26 at 3:08 pm to Korkstand
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 on 2/25/26 at 3:29 pm to notsince98
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.
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 on 2/25/26 at 3:31 pm to Korkstand
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 on 2/25/26 at 6:04 pm to notsince98
quote:We are talking about actual individual pennies here.
It isn't just speed, it is the size of the total install on the drive.
quote: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.
You end up with many copies of the same dependencies and have to rely on docker developers to use proper, updated dependencies.
quote: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.
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 on 2/25/26 at 6:08 pm to Korkstand
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.
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 on 2/25/26 at 6:31 pm to notsince98
What is your one command? AFAIK the apps OP wants don't maintain repos for most package managers.
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?
quote: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.
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.
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 on 2/25/26 at 7:25 pm to notsince98
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
Popular
Back to top


3







