qbittorrent

> updates
This commit is contained in:
Eugene Amos 2023-11-27 19:30:12 -08:00
parent 1615f47afb
commit 866f5eb086

View File

@ -1,13 +1,19 @@
# assign_category.py
<details>
<summary>assign_category.py</summary>
</details>
# docker-compose-qbittorrent.yml
<details>
<summary>docker-compose-qbittorrent.yml</summary>
</details>
# extra_packages.sh
<details>
<summary>extra_packages.sh</summary>
This script goes in the `/custom_script` volume folder for **qbittorrent** container. It will install three programs.
- **python3:** This is the dependant programming language needed.
@ -40,4 +46,5 @@ The last part of the script will install Alpines version of **qbittorrent-api**
apk add py3-qbittorrent-api
```
> </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;
></br> 📝 **Note:** &nbsp;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;
</details>