Fix: Breaking changes

pull/1497/head
TRaSH 9 months ago
parent aa071b3ce3
commit 03ef4960a1

@ -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, youll 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, youll 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`

@ -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, youll 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, youll 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`

@ -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, youll 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, youll 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" !}
------

@ -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" !}

Loading…
Cancel
Save