Digital Ocean (DO) is a hosting platform that offers the possibility to create Virtual Machines (VM). These VMs are called droplets in DO land.
Questions tagged [digital-ocean]
241 questions
0
votes
1 answer
Cyberduck CLI: uploading public file to DigitalOcean Space/Amazon S3
I am trying to upload a file to DigitalOcean space with Cyberduck CLI https://duck.sh/ from Windows 10 box like that:
duck --upload digitalocean-ams3://myspace/dir/ test.txt
This works, but the uploaded file is "private", while I need to make it…

sbat
- 113
- 5
0
votes
1 answer
How to remotely deploy Docker services on an existing Digital Ocean droplet?
I've got a docker-compose.yml file which defines 3 services: MySQL db, ASP.NET Core api application and Angular application. The last two images are built locally, not pulled from a remote repository. How am I supposed to log in from my local…

vter
- 101
- 2
0
votes
1 answer
Cannot set-up SSL termination after changing subdomain
I've been working for a while on a web application that has lived on two load-balanced DigitalOcean droplets (using a DigitalOcean loadbalancer, not my own load-balancing droplet) with SSL termination.
Up until now, the traffic has pointed to…

Javier Larroulet
- 103
- 5
0
votes
1 answer
Issues with apt-get update
I have a digitalocean cloud server (Ubuntu 16.04) that I have setup my ufw on. When I try to run apt-get update, I get the following:
Err:1 http://mirrors.digitalocean.com/ubuntu xenial InRelease
Temporary failure resolving…

saladCracker
- 23
- 4
0
votes
1 answer
DigitalOcean load balancer health checks flooding my CodeIgniter sessions
I've been trying to figure this one out for a while now, but so far no success. After contacting DigitalOcean support a couple of times, I'm even more lost.
I have the following setup:
domain points to a DO loadbalancer which is in front of two app…

Javier Larroulet
- 103
- 5
0
votes
1 answer
Centos 7 / MariaDB, 1gig DigitalOcean Droplet high traffic kills MySQL
I have a Centos 7 / MariaDB, 1gig DigitalOcean Droplet with 2 low traffic Wordpress sites on. When the server gets approx 15 concurrent users MySQL runs out of memory and drops. Log below:
180806 14:43:05 InnoDB: Fatal error: cannot allocate memory…

devools
- 1
0
votes
0 answers
Why is the gunicorn.socket file not being created in the /run directory?
Full disclosure I originally had a gunicorn.socket file in the run directory, but I stupidly deleted it because I thought it might solve another issue. Now I can't seem to get it back. Am I out of luck or is there hope?
This is my…
user479767
0
votes
1 answer
why sendmail in container not working when running on different host machines?
I've a Docker container running on Debian (stretch). I had sendmail installed through apt-get install sendmail on the Docker container so that I can send emails from the container.
Here's how my Dockerfile look:
FROM php:5.6-apache
RUN apt-get…

xenon
- 311
- 2
- 6
- 11
0
votes
0 answers
Sending mail with ssmtp over IPv4
Apparently DigitalOcean blocks outbound SMTP on IPv6.
I can confirm this with telnet as follows:
⟫ telnet smtp.gmail.com 465
Trying 2607:f8b0:400d:c07::6c...
> Waits for about 2 minutes before it continues <
Trying…

aioobe
- 371
- 1
- 4
- 16
0
votes
0 answers
High performance, high availability backend configuration
We have a mobile app project which at this moment gets very low traffic (few server hits per day) but due to potential cooperation with a big company we might soon start serving as much as 500.000 customers per month.
Our backend services are hosted…

choxnox
- 21
- 4
0
votes
2 answers
Domain name is opening the website but its IP address shows nginx Not found
My domain name is www.blissedmaths.com. Its IP is 159.89.162.44.
while opening through blissedmaths.com, it opens. But IP address not working. Due to that, I am unable to access my droplet via WinSCP (by SSH)
How can I access my droplet on the…

Ishwar Jangid
- 101
- 1
- 2
0
votes
1 answer
My newly deployed Website working with mobile data but not on wifi
I deployed my django website today on digital ocean. I can access it by its droplet's IP address. Then I configured domain name. Everything is fine and I can access my website from Mobile by domain name.
But on wifi when I enter domain Godaddy…

Ishwar Jangid
- 101
- 1
- 2
0
votes
2 answers
Can you please explain how to use Floating IPs in an event of downtime?
I recently came across floating IPs in DigitalOcean and I am not really sure I understand how they work. I have assigned one to my droplet.
The official documentation says that we can quickly reassign the floating IP to another droplet in the event…

Naser Mohd Baig
- 39
- 10
0
votes
1 answer
Nginx http to https not functioning remotely
I've attempted to utilize the other answers on this site to fix a http redirect for a YouTrack installation on a DO Droplet, but none have worked so I'm posting this question with a synopsis of what I've found. Because this affects the root domain,…

FefeHern
- 3
- 1
0
votes
0 answers
Cron Job not starting and did everything to the point
I know this question has been asked many times before in this page but I am still stuck.
I am using a DigitalOcean droplet to run a website whose main function is to send multiple emails a day to several people. One of these emails has to be sent at…