Warning
We do NOT recommend running this configuration over the internet, or on unsecured networks, without any access controls. Your infrastructure is confidential and should not be easily accessible by unauthorised individuals. Please configure https and at a minimum basic user authentication.
Use DigitalOcean's Public API to automate operations that are limited by the Cloud UI.
Start a local Caddy http server:
export DIGITALOCEAN_TOKEN='[REDACTED]'
./serve.sh
Currently implemented batch operations:
- Create more than 10 droplets at the same time with http://localhost:3000/create.html
- Show metrics for all tagged droplets with http://localhost:3000/metrics.html
- Delete all tagged droplets with http://localhost:3000/delete.html