Updated readme for UI

This commit is contained in:
claffin
2021-04-28 16:27:37 +01:00
parent 31fd640aa1
commit 0b364dfe62
2 changed files with 7 additions and 1 deletions

View File

@@ -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
![cloudproxy-ui](docs/images/cloudproxy-ui.png)
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB