Added qBittorrent Support, reformatted help command

This commit is contained in:
2025-09-10 19:26:23 -05:00
parent 1f2c251e80
commit e5e22b584a
7 changed files with 171 additions and 32 deletions

7
.env
View File

@@ -16,9 +16,16 @@ JELLYSEERR_URL=http://localhost:5055
JELLYSEERR_API_KEY=your_api_key_here
# JFA-Go
ENABLE_JFA=false
JFA_URL=http://localhost:8056
JFA_API_KEY=your_api_key_here
# QBittorrent
ENABLE_QBITTORRENT=false
QBIT_HOST=http://localhost:8080
QBIT_USERNAME=your_username
QBIT_PASSWORD=your_password
# MySQL
DB_HOST=localhost
DB_USER=root