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:
@@ -1,4 +1,6 @@
|
||||
flask
|
||||
Flask
|
||||
Flask-SQLAlchemy
|
||||
Flask-Bcrypt
|
||||
Flask-Login
|
||||
qbittorrent-api
|
||||
flask_sqlalchemy
|
||||
flask_bcrypt
|
||||
requests
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user