Christian Laffin
Christian Laffin
Apologies for this shameless self-promotion on another repo, but as this project has been abandoned, no PRs are being reviewed and issues are ignored, I created a cloudproxy which is...
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...
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,...
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...
Azure to be added as a provider. _Originally posted by @sblfc in https://github.com/claffin/cloudproxy/issues/22#issuecomment-835922448_
Report of -e DIGITALOCEAN_MIN_SCALING=0 -e DIGITALOCEAN_MAX_SCALING=0 commands do not work, it always starts at 2. _Originally posted by @sblfc in https://github.com/claffin/cloudproxy/issues/21#issuecomment-836554779_
As in: Deploys the minimum instances set. To be: Minimum instances needed to be deployed (can be 0, sleeping) Maximum instances needed to be deployed Scale-down after x seconds from...
# Pull Request ## Description ## Type of Change - [ ] Bug fix - [ ] New feature - []X Enhancement to existing functionality - [ ] Documentation update...
# Pull Request ## Description Add Azure support ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Enhancement to existing functionality - [...