Questions tagged [droplet]
105 questions
0
votes
1 answer
Add all DigitalOcean Droplet Instances to a Project in Terraform
I am trying to loop all instances from a DigitalOcean Droplet, that has an unknown amount of instances to add to a DigitalOcean project.
Something like the below but can't figure out how to
resource "digitalocean_droplet" "web" {
count =…

CodyK
- 3,426
- 4
- 36
- 52
0
votes
1 answer
How to connect Droplet with PhpStorm
I recently had an idea about PhpStorm and I need to use it to open project already uploaded on Droplet on Digital ocean.
I have found this tutorial, followed it but still got failed connection. I'm using a user name and password to login to Droplet…

Samar
- 13
- 5
0
votes
1 answer
Can't communicate from docker container (.NET Core App) to postgreSQL on host droplet
What connectionstring should I use to connect from my Docker container (.NET Core App) to my PostgreSQL database installed on the host Droplet. Both container and database are on the same droplet.
Navigating to the website works but get…

strofc
- 1
0
votes
1 answer
Droplet cannot connect to external MySQL, Connection refused in Digital Ocean
I created a MySQL database and a Droplet on Digital Ocean, whenever I try to connect the Droplet to the DB using PHP or JS, I get the Connection refused error, but when accessing the DB on my localhost (using mysql workbench or php), I can…

Vinicius Aquino
- 697
- 13
- 27
0
votes
1 answer
Git pull origin main gives error Aborting
I get this error when I try git pull origin main. It does not even says why it's aborting. I even tried git reset but giving same error. What should I do? Please help.
static/admin/js/vendor/select2/118n/fr.js…

Pancham Jain
- 45
- 6
0
votes
1 answer
How to only send HTTP response as plain text (HTML)
I need to implement a calculator on my webpage, which will receive some arguments in the url and is supposed to return just the result, nothing else.
Example:
http://example.com/calc/?x=244&y=123&op=plus
I wrote a program using HTML and JavaScript…

Dreana
- 573
- 4
- 16
0
votes
1 answer
How can I log into digital Ocean droplets using username and password, I want to deploy a MERN app
I'm used to using Putty to generate SSH KEY and logging in using my privatekey and passphrase. Now am working on a project and the owner generated a droplet password and username themselves.
I'm very confused now, I don't know how to log in to…

lovelyn marshall
- 37
- 6
0
votes
2 answers
code-server WebSocket close with status code 1006
I am trying to install code-server 3.6.2 on a cloud platform. I have tried both AWS and digitalocean machines but in both systems, I can open code server but it gives an error "WebSocket close with status code 1006".
I have followed the procedure…

Aykut Parlak
- 103
- 1
- 2
0
votes
1 answer
Guzzle api call not working on droplet but working locally
Hi I'm trying to get a token from an api but no matter what I try on the droplet I get an invalid client every single time, the code is the same locally and on the droplet, currently working on local but not on the droplet.
This is the code
return…

Nancy
- 1,021
- 4
- 23
- 45
0
votes
0 answers
Flask apache2 wsgi error after upgrading to ubuntu 20.04 from 18.04
Today I upgraded my Ubuntu server (Digital Ocean Droplet) to 20.04 from 18.04. After upgrading, my Flask application getting WSGI error(s) and can't run the flask app. Here is the apache2 error log.
[Wed Sep 30 14:02:19.652956 2020] [wsgi:error]…

Thilina Wimalapriya
- 25
- 1
- 6
0
votes
0 answers
Is it possible to use digitalocean droplet as a server and with aws s3 as hosting image?
I am looking to use digitalocean droplet as a server but I need to host an image , especially , a large image and I have chosen aws s3.Is it possible to use digitalocean droplet as a server and with the aws s3 as a hosting image ?

Syafil
- 39
- 1
- 6
0
votes
1 answer
Cloud Foundry local - droplet not found
I have my cf local running.
First I pull my droplet in my Folder /Development/myProject
cf local pull myProjekt
than I want to run my cf local with
cf local run myProject -f myProject
but than an error occures with
Error: open ./myProject.droplet:…

Zwen2012
- 3,360
- 9
- 40
- 67
0
votes
1 answer
Droplet on WBCE cms
Is there a particular syntax to write commands into a droplet to obtain a "view" of the database into a website?
I only know that are written between double [[ ]].
Someone knows anything about the use of droplets in a CMS?

user14030524
- 3
- 2
0
votes
0 answers
Change Default Uploading for Digital Ocean Space to Public for files from Filezilla pro
I have millions of small images about 1KB-5KB, which I need to upload them to the Digital Ocean Space.
I have Filezilla Pro , and I can successfully upload the files to the Digital Ocean Space using the Filezilla Pro , but when I upload those…

Ahsan Mukhtar
- 629
- 10
- 31
0
votes
1 answer
How to disable ipv6 in Centos
Please i need help disabling ipv6 in my digitalcoean droplet. I followed the tutorial here https://www.digitalocean.com/docs/networking/ipv6/how-to/enable/#on-existing-droplets and enabled one in my production ready app. We app went live hours ago,…

Nuru Salihu
- 4,756
- 17
- 65
- 116