Update how-to-set-up-hardlinks-and-atomic-moves.md

More formatting cleaning
pull/35/head
TRaSH 4 years ago
parent 4675359e6a
commit b2811acc35

@ -18,10 +18,10 @@ So you want one of the following ?
Then keep reading.
### FAQ
??? faq "FAQ"
### FAQ
1. Q: **What are the `*arr`?**
- Sonarr, Radarr, Lidarr, etc.
@ -42,10 +42,10 @@ Then keep reading.
- [UnRaid](#unraid)
- [Synology](#synology)
#### DockSTARTer
??? summary "DockSTARTer"
#### DockSTARTer
!!! note
I'm using the default paths in this example, and will keep the other paths unchanged so nothing will break if you make a mistake.
@ -53,7 +53,7 @@ Then keep reading.
##### Folder Structure
We're going to use a mounted drive that we're going to use as storage for downloads and your media.
In this example the mounted drive will be mounted to `/mnt/` with the following folder structure.
In this example the mounted drive will be mounted to `/mnt/` with the followig folder structure.
```
storage
@ -123,10 +123,12 @@ Then keep reading.
The screenshots in the examples are using the following root path `/storage`
###### Sonarr
??? example "Sonarr Examples"
###### Sonarr
`Settings` => `Media Managemen` => `Root Folders`
![ds-sonarr-root-folder](images/ds-sonarr-root-folder.png)
@ -137,10 +139,10 @@ Then keep reading.
![ds-sonarr-tv](images/ds-sonarr-tv.png)
###### Radarr
??? example "Radarr Examples"
###### Radarr
`Settings` => `Media Managemen` => `Root Folders`
![ds-radarr-root-folder](images/ds-radarr-root-folder.png)
@ -151,10 +153,10 @@ Then keep reading.
![ds-radarr-movies](images/ds-radarr-movies.png)
###### SABnzbd
??? example "SABnzbd Examples"
###### SABnzbd
`SABnzbd config` => `Folders`
![ds-sabnzbd-folders](images/ds-sabnzbd-folders.png)
@ -163,10 +165,10 @@ Then keep reading.
![ds-sabnzbd-categories](images/ds-sabnzbd-categories.png)
###### NZBGet
??? example "NZBGet Examples"
###### NZBGet
`Settings` => `PATHS`
![ds-nzbget-settings-paths](images/ds-nzbget-settings-paths.png)
@ -175,26 +177,26 @@ Then keep reading.
![ds-nzbget-settings-categories](images/ds-nzbget-settings-categories.png)
###### qBittorrent
??? example "qBittorrent Examples"
###### qBittorrent
`Options` => `Downloads`
![ds-qbt-options-downloads](images/ds-qbt-options-downloads.png)
###### Deluge
??? example "Deluge Example"
###### Deluge
`Preferences` => `Downloads`
![ds-deluge-preferences-downloads](images/ds-deluge-preferences-downloads.png)
###### ruTorrent
??? example "ruTorrent Examples"
###### ruTorrent
`../config/rtorrent/config/rtorrent.rc` (path to your appdata)
![ds-rtorrent.rc](images/ds-rtorrent.rc.png)
@ -207,10 +209,10 @@ Then keep reading.
![ds-rtorrent-settings-autotools](images/ds-rtorrent-settings-autotools.png)
#### UnRaid
??? summary "UnRaid"
#### UnRaid
!!! note
The first thing you need to do is forget the suggested paths from the Spaceinvader One YouTube Tutorials,
@ -381,16 +383,18 @@ Then keep reading.
Don't forget to look at the [Examples](#examples) how to setup the paths inside the containers.
#### Synology
??? summary "Synology"
#### Synology
!!! note
Being I don't have a Synology myself and I kind of hate the Synology GUI for the dockers, I'm doing this with the use of docker-compose.
This works like 10x faster then the GUI and after adding it shows up in the GUI.
Thnx to faxity for the initial compose that I used to create the Synology Guide.
We need to get some information that we need later to setup the docker-compose file.
###### PUID and PGID
@ -652,7 +656,7 @@ Then keep reading.
It doesn't matter if you prefer to use `/data`, `/shared`, `/storage` or whatever.
The screenshots in the examples are using the following root path `/storage`
The screenshots in the examples are using the following root path `/data`
- [Sonarr](#sonarr)
- [Radarr](#radarr)
@ -662,10 +666,10 @@ Then keep reading.
- [Deluge](#deluge)
- [ruTorrent](#rutorrent)
#### Sonarr
??? example "Sonarr Examples"
#### Sonarr
`Settings` => `Media Managemen` => `Root Folders`
![sonarr-root-folder](images/sonarr-root-folder.png)
@ -676,10 +680,10 @@ Then keep reading.
![sonarr-tv](images/sonarr-tv.png)
#### Radarr
??? example "Radarr Examples"
#### Radarr
`Settings` => `Media Managemen` => `Root Folders`
![radarr-root-folder](images/radarr-root-folder.png)
@ -690,10 +694,10 @@ Then keep reading.
![radarr-movies](images/radarr-movies.png)
#### SABnzbd
??? example "SABnzbd Examples"
#### SABnzbd
`SABnzbd config` => `Folders`
![sabnzbd-folders](images/sabnzbd-folders.png)
@ -702,10 +706,10 @@ Then keep reading.
![sabnzbd-categories](images/sabnzbd-categories.png)
#### NZBGet
??? example "NZBGet Examples"
#### NZBGet
`Settings` => `PATHS`
![nzbget-settings-paths](images/nzbget-settings-paths.png)
@ -714,26 +718,26 @@ Then keep reading.
![nzbget-settings-categories](images/nzbget-settings-categories.png)
#### qBittorrent
??? example "qBittorrent Examples"
#### qBittorrent
`Options` => `Downloads`
![qbt-options-downloads](images/qbt-options-downloads.png)
#### Deluge
??? example "Deluge Example"
#### Deluge
`Preferences` => `Downloads`
![deluge-preferences-downloads](images/deluge-preferences-downloads.png)
#### ruTorrent
??? example "ruTorrent Examples"
#### ruTorrent
`../config/rtorrent/config/rtorrent.rc` (path to your appdata)
![rtorrent.rc](images/rtorrent.rc.png)

Loading…
Cancel
Save