From 845efd02ec3e129e8ccc8f592077a6aca99342f1 Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Sun, 26 Nov 2023 23:02:59 -0800 Subject: [PATCH] qbittorrent > added README.md --- qbittorrent/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qbittorrent/README.md diff --git a/qbittorrent/README.md b/qbittorrent/README.md new file mode 100644 index 0000000..f294cef --- /dev/null +++ b/qbittorrent/README.md @@ -0,0 +1,15 @@ +# assign_category.py + + + +# docker-compose-qbittorrent.yml + + + +# 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. +- **pip3:** Package install for python. +- **qbittorrent-api:** Client API used to interact with qbittorrent over web or CLI.