March 8, 20251 yr I'll try to explain it as best as I can. I've tried to do this in two configurations and the files refuse to transfer to the UnRAID. I'm losing my damn mind Config 1; Storage: R510 running UnRAID Docker containers: Synology DS923+ Downloads: Synology DS923+ Sonarr grabs the files, downloads to the Syno, Sonarr can see it has finished downloading. End. Nuda. Caput. I have run the damn docker containers as nobody, root and my main user PGID and PUID Config 2; Storage: R510 running UnRAID Docker containers: R510 running UnRAID Downloads: Synology DS923+ Again, grabs, downloads, twiddles it's thumbs. Again I have run the containers with various PUID and PGID values. Nothing. Bloody. Works. Please, for the love of my sanity, someone help
March 8, 20251 yr Author Download client is Deluge downloads to /volume1/Data/deluge/complete TV directory is set to /volume1/Data/Media (Media is the UnRAID server mounted as a remote path on the Synology) This is my compose version: '3.9' services: sonarr: image: ghcr.io/linuxserver/sonarr:latest container_name: SONARR-SYNOLOGY healthcheck: test: curl -f http://localhost:8989/ || exit 1 restart: on-failure:5 security_opt: - no-new-privileges:true volumes: - /volume1/Data/Media:/tv:rw - /volume1/Data/deluge/complete:/downloads:rw - /volume1/docker/sonarr/config:/config:rw environment: TZ: Australia/Melbourne PGID: 100 PUID: 99 ports: - 8989:8989 Sonarr remote path mappings: https://imgur.com/KSUvHxe Deluge folders settings: https://imgur.com/V2VqGtY All of this was working when I had the Arr apps running on an R710 running UnRAID (Lidarr didn't work properly but didn't bother me as only I could access that) The R710 is dead at the moment so I started from scratch and setup all my containers on the Synology. Since moving to the Syno, I've had this issue
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.