qbittorrent

> updates
This commit is contained in:
Eugene Amos 2023-11-28 00:49:23 -08:00
parent 2eb979012d
commit f6fa553b8c

View File

@ -9,18 +9,18 @@
<br />
</p>
# :clipboard: assign_category.py info
# :clipboard: NOTES: `assign_category.py`
A script that will auto assign a category of an incoming torrent.
<details>
<summary>assign_category.py notes</summary>
</details>
# :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.
<details>
<summary>docker-compose-qbittorrent.yml notes</summary>
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:
</details>
# :clipboard: extra_packages.sh info
# :clipboard: Notes: `extra_packages.sh`
A script that will be executed when the `qbittorrent` container is starting.
<details>
<summary>extra_packages.sh notes</summary>