mirror of
https://github.com/claffin/cloudproxy.git
synced 2021-06-27 02:48:58 +03:00
Updated readme for UI
This commit is contained in:
@@ -65,7 +65,6 @@ It is recommended to use a Docker image tagged to a version e.g. ```laffin/cloud
|
||||
|
||||
<!-- USAGE EXAMPLES -->
|
||||
## Usage
|
||||
|
||||
CloudProxy exposes an API on localhost:8000. Your application can use the below API to retrieve the IPs with auth for the proxy servers deployed. Then your application can use those IPs to proxy.
|
||||
|
||||
The logic to cycle through IPs for proxying will need to be in your application, for example:
|
||||
@@ -84,8 +83,15 @@ def random_proxy():
|
||||
proxies = {"http": random_proxy(), "https": random_proxy()}
|
||||
my_request = requests.get("https://api.ipify.org", proxies=proxies)
|
||||
```
|
||||
### CloudProxy UI
|
||||
|
||||

|
||||
|
||||
You can manage CloudProxy via an API and UI. You can access the UI at ```http://localhost/ui```.
|
||||
|
||||
You scale up and down your proxies and remove them for each provider via the UI.
|
||||
|
||||
## CloudProxy API
|
||||
### List available proxy servers
|
||||
#### Request
|
||||
|
||||
|
||||
BIN
docs/images/cloudproxy-ui.png
Normal file
BIN
docs/images/cloudproxy-ui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Reference in New Issue
Block a user