Updated: How To Set Up Hardlinks and Atomic-Moves

- Updated: the Unraid section with:
  - Matched the examples with the screenshots
- Updated: the Synology section with:
  - Added direct link to Synology Docker Compose Collection
- Updated: the Docker section with:
  - Added direct link to Docker Compose Collection
pull/77/head
TRaSH 4 years ago
parent 1742850e2b
commit cd1c159c90

@ -297,13 +297,13 @@ Then keep reading.
![unraid-torrent-clients](images/unraid-torrent-clients.png)
`Container Path:` => `/data/torrents`
`Container Path:` => `/data/torrents/`
`Host Path`: => `/mnt/user/data/torrents`
`Host Path`: => `/mnt/user/data/torrents/`
!!! info
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}`.
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}`.
```none
data
@ -319,13 +319,13 @@ Then keep reading.
![unraid-usenet-client](images/unraid-usenet-client.png)
`Container Path:` => `/data/usenet`
`Container Path:` => `/data/usenet/`
`Host Path:` => `/mnt/user/data/usenet`
`Host Path:` => `/mnt/user/data/usenet/`
!!! info
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/{tv|movies|music}`.
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/{tv|movies|music}`.
```none
data
@ -552,6 +552,8 @@ Then keep reading.
!!! tip
##### Synology Compose Collection
I've created a collection of often used applications that you can use to add/replace in the current `docker-compose.yml`
[synology-docker-compose-collection](https://gist.github.com/TRaSH-/1648a937f9c1c7b45e0f379142694892){:target="_blank"}
@ -734,6 +736,9 @@ Then keep reading.
!!! tip
##### Docker Compose Collection
I've created a collection of often used applications that you can use to add/replace in the current `docker-compose.yml`
[docker-compose-collection](https://gist.github.com/TRaSH-/68cd26deb5e6269e5eb8114f93b429ab){:target="_blank"}

Loading…
Cancel
Save