convertified

This commit is contained in:
bootunloader
2025-12-31 08:08:55 +02:00
parent 2a122e1551
commit 9fa4a0c113
5 changed files with 637 additions and 676 deletions

7
pyapi/start.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# FastAPI Proxy Server Startup Script
# This script starts the FastAPI proxy server that bypasses Cloudflare
echo "Starting FastAPI Proxy Server on port 3070..."
uv run python -m fastapi dev --port=3070 main.py