question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Digitalocean Droplet created but not showing in the API

See original GitHub issue

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 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:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Bayoslavcommented, Sep 30, 2022

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

0reactions
claffincommented, Sep 28, 2022

Sorry, is this still an issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found