qbittorrent

> added README.md
This commit is contained in:
Eugene Amos 2023-11-26 23:02:59 -08:00
parent ab8bcd805e
commit 845efd02ec

15
qbittorrent/README.md Normal file
View File

@ -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.