- Proxy server implementation
- HTTP request handling
- Configurable proxy settings
- Clone the repository:
- Install dependencies:
pip install -r requirements.txt
rename and config - alembic.axample.ini
alembic upgrade head - update db
- Create .env
- Configure your proxy settings in the configuration file
- Run the proxy server:
uvicorn main:app
The proxy server can be configured through the config.py
file. You can set:
- Proxy host and port
- Request timeout
- Other proxy-related settings
- Python 3.11+
- PostgreSQL 17+
- Required packages are listed in
requirements.txt
alembic revision --autogenerate -m "name of migration" deactivation old proxy: