Adds user authentication and torrent client

Adds dependencies for user authentication and
torrent client interaction.

Updates project to use local directory.
This commit is contained in:
OusmBlueNinja
2025-06-04 15:05:45 -05:00
parent 11429719c8
commit 27c5dba7c4
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
flask
Flask
Flask-SQLAlchemy
Flask-Bcrypt
Flask-Login
qbittorrent-api
flask_sqlalchemy
flask_bcrypt
requests

View File

@@ -19,7 +19,7 @@ set -euo pipefail
# ─── CONFIGURATION ─────────────────────────────────────────────────────────────
# 1) Path to your project directory (adjust as needed)
WORKDIR="/mnt/c/Users/spenc/OneDrive/Documents/GitHub/BitManager"
WORKDIR="./"
# 2) Docker Hub credentials / repo info
DOCKERHUB_USER="thezone123"