Files
rdv/pyapi/start.sh
2026-01-01 20:00:23 +02:00

8 lines
240 B
Bash
Executable File

#!/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 run --host=0.0.0.0 --port=3070 main.py