saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
574 stars 65 forks source link

Download location settings. #24

Closed saltydk closed 2 years ago

saltydk commented 2 years ago

We should rework the current download path setup currently used as it interferes with roles that want a generic download folder not related to nzb or torrents.

Current suggestion is to change settings.yml option to:

downloads: /mnt/local/downloads

And build the remaining nzb/torrent sub-paths through the inventory system to allow for override capability should the user still need it.

Alternately we could do the following:

downloads:
  generic: /mnt/local/downloads
  nzbs: /mnt/local/downloads/nzbs
  torrents: /mnt/local/downloads/torrents
owine commented 2 years ago

I like option 1 (defining downloads path globally and building the vars from there.