qbittorrent

> more updates
This commit is contained in:
Eugene Amos 2023-11-26 23:43:24 -08:00
parent 8a536f9ee5
commit 1615f47afb

View File

@ -14,7 +14,7 @@ This script goes in the `/custom_script` volume folder for **qbittorrent** conta
- **pip3:** Package install for python. - **pip3:** Package install for python.
- **qbittorrent-api:** Client API used to interact with qbittorrent over web or CLI. - **qbittorrent-api:** Client API used to interact with qbittorrent over web or CLI.
linuxserver.io uses [Alpine OS](https://www.alpinelinux.org/releases) to build all images. Alpine OS is a lighter version of linux compared to Linux Mint or Ubuntu. Because of this **qbittorrent-api** is not in the main repo for the OS. As of writing this doc its only edge branch repo. When this script is in the `/custom_script` folder is will get executed every time **qbittorrent** container is started ensuring that it will always be ready when qbittorrent is running. linuxserver.io uses [**Alpine OS**](https://www.alpinelinux.org/releases) to build all images. Alpine OS is a lighter version of linux compared to Linux Mint or Ubuntu. Because of this **qbittorrent-api** is not in the main repo for the OS. As of writing this doc its only edge branch repo. When this script is in the `/custom_script` folder is will get executed every time **qbittorrent** container is started ensuring that it will always be ready when qbittorrent is running.
The first part of the script links to the **edge repo** so we can download and install it. The first part of the script links to the **edge repo** so we can download and install it.
``` shell ``` shell
@ -40,4 +40,4 @@ The last part of the script will install Alpines version of **qbittorrent-api**
apk add py3-qbittorrent-api apk add py3-qbittorrent-api
``` ```
> `echo` will print out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue. > </br>Everything with `echo` will be printed out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue.</br>&nbsp;