Digitalocean Droplet created but not showing in the API
See original GitHub issueHello
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 removing/adding new droplets every few minutes
What I’m missing?
export DIGITALOCEAN_ENABLED=True
export DIGITALOCEAN_ACCESS_TOKEN="XXXXX"
export DIGITALOCEAN_MIN_SCALING=2
export DIGITALOCEAN_MAX_SCALING=2
export DIGITALOCEAN_SIZE="s-1vcpu-512mb-10gb"
export DIGITALOCEAN_REGION="fra1"
export AGE_LIMIT="1200"
export USERNAME="XXX"
export PASSWORD='XXXX'
docker run -e USERNAME=$USERNAME \
-e PASSWORD=$PASSWORD \
-e DIGITALOCEAN_ENABLED=$DIGITALOCEAN_ENABLED \
-e DIGITALOCEAN_ACCESS_TOKEN=$DIGITALOCEAN_ACCESS_TOKEN \
-e DIGITALOCEAN_MIN_SCALING=$DIGITALOCEAN_MIN_SCALING \
-e DIGITALOCEAN_MAX_SCALING=$DIGITALOCEAN_MAX_SCALING \
-e DIGITALOCEAN_SIZE=$DIGITALOCEAN_SIZE \
-e DIGITALOCEAN_REGION=$DIGITALOCEAN_REGION \
-e AGE_LIMIT=$AGE_LIMIT \
-it -p 8000:8000 laffin/cloudproxy:latest
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Droplet not showing - DigitalOcean
The droplet for a website is no longer visible, yet the website is live. Also, the sftp credentials no longer work.
Read more >digitalocean droplet not showing after creating it
It seems to have taken about up to 15 minutes to appear, so maybe the solution was to wait a while like up...
Read more >How to be notified when a droplet is active after its creation
A. Create droplet with the Digital Ocean API B. Call the API to get the created droplet informations 1. is active ? yes...
Read more >Deploy an Application to a DigitalOcean Droplet | Terraform
The provider can access the token set as an environment variable and use it to authenticate with the DigitalOcean API. To create a...
Read more >Docker - Code with Mosh Forum
docker-machine create \ –driver digitalocean ... machine creation: POST https://api.digitalocean.com/v2/droplets: 422 Image is not available.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, sort of, I’ve been using version 0.63 of cloudproxy and that one works well. Think it has to do with firewall settings which might not be related to cloudproxy itself
Sorry, is this still an issue?