3232159d29
- deploy.sh: one-click deployment (venv + pip deps + .env + gunicorn + systemd + firewall) - gunicorn_config.py: unified gunicorn config with env var overrides - .env.example: full env var template (admin, security, port, session, backup, etc.) - app.py: optional dotenv .env file loading - requirements.txt: add python-dotenv
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
Flask>=3.0
|
|
Flask-SQLAlchemy>=3.1
|
|
psutil>=5.9
|
|
bcrypt>=4.0
|
|
gunicorn>=21.2
|
|
python-dotenv>=1.0.0
|