jgeusebroek / docker-spotweb

A docker image running ubuntu/20.04 Linux and Spotweb
47 stars 27 forks source link

option to map folder for NZB retrieval #30

Open CharlPels opened 3 years ago

CharlPels commented 3 years ago

Spotweb has a feature to safe NZB to a folder. Would be nise to map that to the host.

current setup would give an error like failed to open stream

jgeusebroek commented 3 years ago

Hi, sounds like an interesting addition. When I have time I'll try to add this option. Unfortunately I don't have much spare time so don't expect it soon.

In the meantime I'm open for pull requests!

djongepier commented 3 years ago

It should already be possible. In my configuration I used an extra volume which points to a mounted NFS volume (SMB should work as well) as well as any directory in your filesystem. For instance in a docker-compose: volumes: - /mnt/downloads:/mnt/downloads

When the volume has become available, I pointed to that directory in the configuration of Spotweb. spotweb