-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compose File & Mounting External Hard Drive #56
Comments
Yeah this was a trip to configure. You have to wrap your brain around how the docker-compose.yml works. Look at my deluge section here. Notice the difference between my downloads folder and config file. deluge: My directory structure is like this: /home/pi/config/(ALL OF THE CONFIG FILES) /home/pi/htpc-download-box/(ALL OF THE STUFF TO BUILD THIS PACKAGE) /mnt/downloads - This is a mount to a physical hard drive on another raspberry pi. So... That's my story. The only thing I don't have working is the renaming and removing. Sonarr and Radarr simply will not remove the old torrents from Deulge once they are done, but that's another issue I might post when I'm not at work. :) |
@emkowale most of the time the problem you have with sonarr and radarr is linux folder permissions |
Thank you my friend. I'll look at that right now. |
Bummer. Not it. I just checked and /mnt/downloads is owned by pi which is my $USER specified in the .env file. Also, when I mount the /mnt/downloads share using 10.255.252.33:/mnt/drive2 /mnt/downloads nfs rw,nofail 0 0 in the fstab file everything is owned by root with rwxrwxrwx. |
I already have a significant media library and want to be able to make this available to plex as well. I am aware that I likely need to change the mount point for the hard drive and to adjust the docker compose yaml file to pick the folders up as well.
What would be the best way of going about this?
Note - I am using a RPI4 running raspberry pi os.
The text was updated successfully, but these errors were encountered: