Phase 1 in progress

This commit is contained in:
TySP-Dev
2025-08-06 19:15:05 -10:00
parent 099a5c8f18
commit e108d23945
15 changed files with 737 additions and 6 deletions
+12 -6
View File
@@ -1,11 +1,17 @@
### **requirements.txt**
flask==3.0.3
# Core Flask stack
flask
flask-cors
cryptography==42.0.5
waitress==2.1.2
werkzeug==3.0.1
psutil>=5.9.0,<6.0.0
waitress
werkzeug
# Encryption engines
cryptography
pycryptodome
pqcrypto
# Utility
psutil
# nginx - Only needed for Nginx integration, not installed via pip
# Run pip install -r application_data/requirements.txt
+1
View File
@@ -0,0 +1 @@
{"upload_folder": "pacshare", "max_file_age_days": 14, "max_file_size_bytes": 26843545600}