A command-line tool for managing port proxies with SSL support.
Install Roxy using pip:
pip install roxy
Or install from source:
pip install git+[repository_url]
After installation, the roxy
command will be available globally:
roxy --help
roxy 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