diff --git a/includes/hardlinks/breakdown-folder-structure-docker.md b/includes/hardlinks/breakdown-folder-structure-docker.md index 5b1505d72..e194b8130 100644 --- a/includes/hardlinks/breakdown-folder-structure-docker.md +++ b/includes/hardlinks/breakdown-folder-structure-docker.md @@ -6,7 +6,7 @@ qBittorrent, Deluge, ruTorrent The reason why we use `/data/torrents` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. -{! include-markdown "docker-tree-torrents.md" !} +{! include-markdown "./docker-tree-torrents.md" !} `Container Path:` => `/data/torrents/` @@ -18,7 +18,7 @@ NZBGet or SABnzbd The reason why we use `/data/usenet` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/complete/{tv|movies|music}`. -{! include-markdown "docker-tree-usenet.md" !} +{! include-markdown "./docker-tree-usenet.md" !} `Container Path:` => `/data/usenet/` @@ -30,7 +30,7 @@ Sonarr, Radarr, Readarr and Lidarr Sonarr, Radarr, Readarr and Lidarr gets access to everything using `/data` because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete. -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !} `Container Path:` => `/data` @@ -42,7 +42,7 @@ Plex, Emby, JellyFin and Bazarr Plex, Emby, JellyFin and Bazarr only needs access to your media library using `/data/media`, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders. -{! include-markdown "docker-tree-media.md" !} +{! include-markdown "./docker-tree-media.md" !} `Container Path:` => `/data/media` diff --git a/includes/hardlinks/breakdown-folder-structure-synology.md b/includes/hardlinks/breakdown-folder-structure-synology.md index 1d1200771..6ce97beaf 100644 --- a/includes/hardlinks/breakdown-folder-structure-synology.md +++ b/includes/hardlinks/breakdown-folder-structure-synology.md @@ -6,7 +6,7 @@ qBittorrent, Deluge, ruTorrent The reason why we use `/data/torrents` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. -{! include-markdown "docker-tree-torrents.md" !} +{! include-markdown "./docker-tree-torrents.md" !} `Container Path:` => `/data/torrents/` @@ -18,7 +18,7 @@ NZBGet or SABnzbd The reason why we use `/data/usenet` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/complete/{tv|movies|music}`. -{! include-markdown "docker-tree-usenet.md" !} +{! include-markdown "./docker-tree-usenet.md" !} `Container Path:` => `/data/usenet/` @@ -30,7 +30,7 @@ Sonarr, Radarr, Readarr and Lidarr Sonarr, Radarr, Readarr and Lidarr gets access to everything using `/data` because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete. -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !} `Container Path:` => `/data` @@ -42,7 +42,7 @@ Plex, Emby, JellyFin and Bazarr Plex, Emby, JellyFin and Bazarr only needs access to your media library using `/data/media`, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders. -{! include-markdown "docker-tree-media.md" !} +{! include-markdown "./docker-tree-media.md" !} `Container Path:` => `/data/media` diff --git a/includes/hardlinks/breakdown-folder-structure.md b/includes/hardlinks/breakdown-folder-structure.md index e9f5e9a11..505baed3d 100644 --- a/includes/hardlinks/breakdown-folder-structure.md +++ b/includes/hardlinks/breakdown-folder-structure.md @@ -6,7 +6,7 @@ qBittorrent, Deluge, ruTorrent The reason why we use `/data/torrents` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. -{! include-markdown "docker-tree-torrents.md" !} +{! include-markdown "./docker-tree-torrents.md" !} #### Usenet clients @@ -14,7 +14,7 @@ NZBGet or SABnzbd The reason why we use `/data/usenet` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/complete/{tv|movies|music}`. -{! include-markdown "docker-tree-usenet.md" !} +{! include-markdown "./docker-tree-usenet.md" !} #### The Starr Apps @@ -22,7 +22,7 @@ Sonarr, Radarr, Readarr and Lidarr Sonarr, Radarr, Readarr and Lidarr gets access to everything using `/data` because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete. -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !} #### Media Server @@ -30,7 +30,7 @@ Plex, Emby, JellyFin and Bazarr Plex, Emby, JellyFin and Bazarr only needs access to your media library using `/data/media`, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders. -{! include-markdown "docker-tree-media.md" !} +{! include-markdown "./docker-tree-media.md" !} ------ diff --git a/includes/hardlinks/folder-structure.md b/includes/hardlinks/folder-structure.md index f895ff9d3..30c6a474b 100644 --- a/includes/hardlinks/folder-structure.md +++ b/includes/hardlinks/folder-structure.md @@ -16,4 +16,4 @@ The `data` folder has sub-folders for `torrents` and `usenet` and each of these *In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.* -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !}