A command-line tool for managing port proxies with SSL support.
Install Roxy using pip:
pip install roxyOr install from source:
pip install git+[repository_url]After installation, the roxy command will be available globally:
roxy --helproxy setup- Run initial setup stepsroxy start- Start the Roxy serviceroxy stop- Stop the Roxy serviceroxy status- Show service statusroxy show- Display current port mappings
- Python 3.8+
- Flask
- Gunicorn
- Click
- Rich