I am updating a whole load of my self hosted software, including a spiffy new reverse proxy. Part of this has been replacing my torrent client with Deluge. However…The linuxserver docker image just would not download anything. It’s always either permissions or DNS, right?…well this was permissions, but not in the regular way.
Turns out my MergerFS mount really did not like a certain setting (cache.files=off
), so I changed it to cache.files=partial
and it worked!
Links here and here very helpful in working this out.