From f6fa553b8cf7b12c4460c6814c4b7d51fdf4678c Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Tue, 28 Nov 2023 00:49:23 -0800 Subject: [PATCH] qbittorrent > updates --- qbittorrent/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/qbittorrent/README.md b/qbittorrent/README.md index 5a2ded3..93abaaf 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -9,18 +9,18 @@

-# :clipboard: assign_category.py info +# :clipboard: NOTES: `assign_category.py` +A script that will auto assign a category of an incoming torrent.
assign_category.py notes
-# :clipboard: docker-compose-qbittorrent.yml info +# :clipboard: NOTES: `docker-compose-qbittorrent.yml` +This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field.
docker-compose-qbittorrent.yml notes -This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field. - This will create two services or container called **qbittorrent** and **qbittorrent-openvpn**. ### `qbittorrent` container @@ -91,7 +91,8 @@ Key parts to this container are:
-# :clipboard: extra_packages.sh info +# :clipboard: Notes: `extra_packages.sh` +A script that will be executed when the `qbittorrent` container is starting.
extra_packages.sh notes