first commit

This commit is contained in:
usernames122
2025-08-10 23:42:02 +02:00
commit 877a246134
24 changed files with 957 additions and 0 deletions

3
goodrun.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
source ./.venv/bin/activate
gunicorn -w 4 -b 0.0.0.0:8000 app:app