cloudproxy icon indicating copy to clipboard operation
cloudproxy copied to clipboard

Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success.

Results 29 cloudproxy issues
Sort by recently updated
recently updated
newest added

Hello I launched the container as per the documentation, but I'm still not seeing anything in the UI nor the API, I can see it created the droplets and keep...

bug

![image](https://user-images.githubusercontent.com/71725061/182156763-e0d455cd-dd23-464b-ad0e-7f92feadc948.png)

Removing binding to "::1" to allow access from all interfaces (a new change in tinyproxy conf file)

I think this will partly solve https://github.com/claffin/cloudproxy/issues/3. The `cert.pem` and `key.pem` can be generated with [mkcert](https://github.com/FiloSottile/mkcert) Tbh I have no idea what I'm doing, any suggestions would be much appreciated....

Hello Thank you very much for this great script, simple and can be a replacement for scraproxy Is it possible to define multiple regions? for example, I want to have...

enhancement

As is: cloudproxy -> proxy server connectivity is over HTTP, including the HTTP auth. If the client request is using HTTPS, the request remains encrypted however, the auth and any...

enhancement

`docker run -e USERNAME='xxx' -e PASSWORD='xxx' -e GCP_ENABLED=True -e GCP_PROJECT='xxx' -e GCP_SIZE='e2-micro' -e GCP_ZONE='asia-northeast3-a' -e GCP_SERVICE_ACCOUNT_KEY='xxx' -it -p 8000:8000 laffin/cloudproxy:latest` I tried this command but it always creates instances in...

bug

One thing I've always missed in Scrapoxy is ability to support multiple clients. Would be great to see it implemented here. In Scrapoxy you could set (`min`, `required`, `max`) scaling...

enhancement

At the moment CloudProxy supports AWS and DigitalOcean, which is enough for my own personal use case. I'm keen to hear if there is interest in other providers being supported,...

enhancement

There is significant code duplication across the providers, particularly in the ``main.py`` file where the logic for each provider has been mixed in for general application logic. This, and other...

tech debt