Bot Updating Documentation

pull/231/head
LinuxServer-CI 2024-07-14 20:19:08 +00:00
rodzic c939e04722
commit c0e5d880fd
1 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

@ -46,17 +46,15 @@ This image provides various versions that are available via tags. Please read th
## Application Setup
Initial setup is done via `http://<docker host ip>:<mapped http port>` ie, http://192.168.1.100:8080.
Initial setup is done via `http://<your-ip>:8080`.
See the [SABnzbd wiki](https://sabnzbd.org/wiki/) for more information.
### Download folders
In SABnzbd gui settings, under `Folders`, make sure to set the `Completed Download Folder` as `/downloads` and the `Temporary Download Folder` as `/incomplete-downloads`
We have set `/incomplete-downloads` and `/downloads` as ***optional paths***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability for atomic moves (TL;DR instant file moves, rather than copy+delete) of files while processing content.
We have set `/incomplete-downloads` and `/downloads` as ***optional paths***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
Use the optional paths if you don't understand, or don't want atomic moves. Whichever paths you choose to use, make sure to set the `Completed Download Folder` and the `Temporary Download Folder` in the SABnzbd gui settings, under `Folders`.
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.