From 866f5eb086f51e8b38cfd1981228f73d9f992760 Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Mon, 27 Nov 2023 19:30:12 -0800 Subject: [PATCH] qbittorrent > updates --- qbittorrent/README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/qbittorrent/README.md b/qbittorrent/README.md index dbd48b8..081e84f 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -1,13 +1,19 @@ # assign_category.py +
+ assign_category.py - +
# docker-compose-qbittorrent.yml +
+ docker-compose-qbittorrent.yml - +
# extra_packages.sh +
+ extra_packages.sh 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 ``` ->
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.
  \ No newline at end of file +>
📝 **Note:**  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.
  +
\ No newline at end of file