new testarena

This commit is contained in:
2025-11-28 11:22:07 +01:00
parent 22f7f2f94d
commit fb26b8386b
48 changed files with 7105 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
Folder PATH listing
Volume serial number is 8295-9080
D:.
| .env.example
| .gitignore
| ARCHITECTURE.md
| Caddyfile.example
| CADDY_INTEGRATION.md
| DEPLOYMENT_CHECKLIST.md
| docker-compose.yml
| Dockerfile
| icon.png
| IMPLEMENTATION_SUMMARY.md
| INDEX.md
| logs.bat
| PROJECT_STATUS.md
| project_structure.txt
| QUICK_START.md
| README.md
| requirements.txt
| scenario_exe_parser.py
| scenario_scan.py
| SETUP.md
| start.bat
| START_HERE.md
| stop.bat
| wsgi.py
|
+---.vscode
| settings.json
|
\---app
| models.py
| __init__.py
|
+---routes
| admin.py
| auth.py
| dashboard.py
| jobs.py
|
+---static
| +---css
| | style.css
| |
| \---uploads
| icon.png
|
\---templates
| base.html
| login.html
|
+---admin
| dashboard.html
|
+---dashboard
| index.html
|
\---jobs
submit.html
submit_step2.html
submit_step3.html
submit_step4.html