From 066e012c85bf6ae12f9033fe74fdaafad321f3c8 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sun, 22 Mar 2020 11:03:54 -0400 Subject: [PATCH] Update readme-vars.yml add notes about hardlinking update discrepancy in vol_host_path naming --- readme-vars.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index d2de0fc..5290c45 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -26,9 +26,9 @@ development_versions_items: param_container_name: "{{ project_name }}" param_usage_include_vols: true param_volumes: - - { vol_path: "/config", vol_host_path: "", desc: "Database and sonarr configs" } - - { vol_path: "/tv", vol_host_path: "", desc: "Location of TV library on disk" } - - { vol_path: "/downloads", vol_host_path: "", desc: "Location of download managers output directory" } + - { vol_path: "/config", vol_host_path: "", desc: "Database and sonarr configs" } + - { vol_path: "/tv", vol_host_path: "", desc: "Location of TV library on disk (See note in Application setup)" } + - { vol_path: "/downloads", vol_host_path: "", desc: "Location of download managers output directory (See note in Application setup)" } param_usage_include_ports: true param_ports: @@ -45,6 +45,8 @@ opt_param_env_vars: app_setup_block_enabled: true app_setup_block: | Access the webui at `:8989`, for more information check out [Sonarr](https://sonarr.tv/). + Special Note: Following our current folder structure will result in an inability to hardlink from your downloads to your TV folder because they are on seperate volumes. To support hardlinking, simply ensure that the TV and downloads data are on a single volume. For example, if you have /mnt/storage/TV and /mnt/storage/downloads/completed/TV, you would want something like /mnt/storage:/media for your volume. Then you can hardlink from /media/downloads/completed to /media/TV. + Another item to keep in mind, is that within sonarr itself, you should then map your torrent client folder to your sonarr folder: Settings -> Download Client -> advanded -> remote path mappings. I input the host of my download client (matches the download client defined) remote path is /downloads/TV (relative to the internal container path) and local path is /media/downloads/completed/TV, assuming you have folders to seperate your downloaded data types. # changelog changelogs: