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
How to verify a bash provided provisioning script actually ran?
I am using the Digital Ocean API to create a couple of Droplets(their name for a server).
These droplets can take user metadata which is basically a file with shell commands that I want to run to provision the server on creation.
An example is given…

Stephan-v
- 103
- 3
0
votes
4 answers
redirect my website to http not https (nginx )
Actually my ssl cert is expired and is not updating so for a while I want my website to redirect itself to http instead of https.
Myconfig file:
server {
listen 80 ;
listen [::]:80 default_server;
# SSL…

YaSh Chaudhary
- 215
- 2
- 8
0
votes
1 answer
Domain name masking for django webapp Ask
I have a website with the domain address: www.example.com. We are providing a SaaS solution.
The issue is we are facing a demand from some clients & that is domain name masking, i.e. the client wants to access my website from www.client1website.com…
0
votes
0 answers
Digital Ocean - Outgoing DOS attack
noob here.
My droplet has experienced an outgoing DOS attack, as informed by Digital Ocean and networking has been disabled.
This has happened twice in the last two days. Previous droplet also was compromised in the similar manner and networking was…

srijanshukla
- 101
- 3
0
votes
0 answers
How are automounted attached volumes provisioned?
I created and attached a volume to a Droplet:
resource "digitalocean_volume" "main" {
name = "backups"
initial_filesystem_label = "backups"
region = var.region
size = 50
initial_filesystem_type = "ext4"
description = "A…

spinkus
- 188
- 2
- 16
0
votes
0 answers
Serving squid proxy behind HTTP load balancer
I want to build a system where we have 3 squid proxies server running behind load balancer.
Currently squid proxy is running on http port, (help for https_port is also appreciated)
dns_v4_first on
acl loadbalancer src 174.138.123.136/32
# allow…

tbhaxor
- 101
- 2
0
votes
1 answer
Strongswan ike phase 1 failed: "IKE_SA being deleted"
I'm trying to build IPsec tunnel between my Strongswan cloud instance to the Cisco CSR 1000V which is from ISP.
According to the form given to me, I have to configure with the following factors in mind
Phase 1
Authentication Method: PSK
Encryption…

9ieR
- 1
- 1
0
votes
0 answers
Migrating form Hostinger VPS to DigitalOcean Droplet Ubuntu 22.04
I am planning to migrate a Linux server to a new machine using rsync for a complete clone. What are the best practices to ensure a successful migration, including preserving configurations, libraries, and applications? I'm doing this because the…

lasagna
- 1
0
votes
0 answers
Inertiajs php artisan start-ssr not running for two app on same server
I have two applications that I have deployed to Digital Ocean using Laravel Forge. Both is building using Laravel, Vue, Inertia, Tailwindcss Stack. (inertia 1.0) When I try to start daemon for starting SSR for both server... the port seems to…

shabxs
- 1
0
votes
0 answers
NGINX 502 Error on specific page paths
I've utilized Nginx 404 Not Found when entering a specific url path to help be fix a 404 error that has been occuring when I copy any specific page path of my site into the search bar ( ie "example.com/hello" instead of "example.com"). There is no…

bug1827
- 1
- 1
0
votes
0 answers
DNS: 'A' record not updating for subdomain
I recently moved my domain from GoDaddy to DigitalOcean and the DNS records updated successfully. Then a subdomain was created on DigitalOcean called cms.eminenceconstructionlv.com. The NS records appear to have been assigned but not the A record. I…

isoaxe
- 1
- 2
0
votes
0 answers
How does Digital Ocean App issue a certificate on my behalf?
I am trying to understand how this works so that I can maintain it. I do not understand how my digital ocean app was able to automatically issue and serve a cloudflare edge certificate despite CF proxy disabled on that domain.
I have a basic network…

crasic
- 101
- 2
0
votes
0 answers
How to serve both static and dynamic content via AWS cloudfront?
I have a site hosted on a digital ocean droplet which serves both static and dynamic content. The static content (e.g. /images, /js, /css, /fonts) is served from an s3 bucket with folders /images, /js, /css, /fonts via cloudfront which has a path…

adam78
- 119
- 1
- 3
0
votes
0 answers
Multi cloud provider kubernetes cluster pod logs got timeout
Hi all i have master node in digital ocean and worker node in google cloud, nodes are connected using public ip of master node and pods are in running status but when i run kubectl logs i'm getting timeout error , also i noticed log is calling with…

Thom
- 101
- 1
0
votes
0 answers
Laravel in php-fpm is not connection to new mysql pods in service of k8s in digitalocean
I have a k8s cluster running in digitalocean. Within this cluster we have several pods running php-fpm (7.4) with a laravel application (v8.18) connected to a number of mysql database replica's.
When i load test the system the php and database…

Bram
- 101