digital-ocean Questions
5
I'm trying to update an SSL certificate on digital ocean with the command certbot renew But I get this error:
Problem binding to port 80: Could not bind to IPv4 or IPv6.
running netstat -plunt...
Kalasky asked 23/9, 2019 at 14:51
3
Solved
Having issue adding new ssh keys to an existing droplet on Digital Ocean Ubuntu VM.
SSH key is added via Digial Ocean portal via browser.
When added SSH key first time from local Ubuntu machine it ...
Dafodil asked 11/8, 2021 at 14:44
2
Solved
I have added added CORS configurations in the DigitalOcean Spaces UI like this:
Still I don't get access-control-allow-origin header on the object request from my browser.
When the objects are upl...
Schizo asked 11/12, 2021 at 12:45
3
I am facing this issue (413 Request Entity Too Large) in Ubuntu 18.04.
I am using NGINX server ,Digital-ocean Cloud.
I have done changes in php.ini ,to upload max file size to 128MB.
But i think i ...
Programmer asked 6/7, 2020 at 18:13
4
Solved
I'm trying to setup a MySQL pod on Digital Ocean with Kubernetes.
I kept getting this error:
Initializing database
2019-03-05T14:32:58.707421Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is...
Isochronize asked 5/3, 2019 at 14:52
3
Solved
I am using Spaces S3 storage on DigitalOcean. To add a subdomain for my Spaces, an SSL certificate is required to be uploaded. I am trying to use the Cloudflare Free Edge SSL certificate, and forwa...
Anaptyxis asked 2/5, 2020 at 6:58
2
Solved
I have a Strapi backend and Next.js frontend app deployed on DigitalOcean.
On DigitalOcean is set an environment variable for the frontend: API_URL = ${APP_URL}/api
I fetch this variable to genera...
Fondafondant asked 24/4, 2021 at 8:50
1
I am using a hosted MongoDB (v6 @ Digital Ocean), and they provided an admin user that I confirmed as valid to create databases, collections, and documents. I want to add a user that can only 'read...
Byandby asked 8/6, 2023 at 3:40
2
I am using PM2 to run my node app as a service. My Node app is RAM Hungry so it consumes around 300 to 800mb of ram depending on traffic. My DigitalOcean droplet has 1GB RAM.
Sometimes out of the...
Disaster asked 31/7, 2017 at 9:52
3
I'm trying to build my project on digital ocean droplet with command:
docker-compose -f dev.yml build
Log in console:
Building node
Step 1/5 : FROM node:6.9.2
---> faaadb4aaf9b
Step 2/5 : CO...
Hanus asked 25/1, 2017 at 14:50
2
I am using Laravel Forge in a DigitalOcean droplet.
I need to grant SFTP access to a specific directory on the server to one of my clients.
He needs read/write access to only that directory, and I ...
Canaletto asked 27/11, 2016 at 22:10
15
I am getting this error with Laravel 9. I have PHP 8.1.7 installed.
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
I ca...
Adscititious asked 3/7, 2022 at 12:50
1
Solved
I have configured traefik as my ingress controller for my k8s cluster on Digital Ocean. I am using terraform + helm to set up the entire cluster + traefik ingress controller + cert-manager. Everyth...
Ape asked 11/2, 2023 at 13:15
5
Solved
I just migrated from Amazon ec2 instance to DigitalOcean droplet.
Everything seems to be working fine until I ran into the SSL problem when I configure my python app, WSGI and apache2.
Droplet: Ub...
Vladi asked 28/1, 2017 at 10:50
2
Solved
I'm trying to configure an Express server with NGINX as a reverse proxy. NGINX to serve static files, and Express for the dynamic content.
Problem : The normal root link works (website.com) , but...
Comines asked 21/6, 2017 at 6:41
2
Solved
I have Paraquet files in my S3 bucket which is not AWS S3.
Is there a tool that connects to any S3 service (like Wasabi, Digital Ocean, MinIO), and allows me to query the Parquet files?
Grapnel asked 20/10, 2022 at 8:17
1
Solved
I have been trying to setup private docker repositories on a nexus, hosted on a digital ocean droplet, with an nginx in front of it. It appears that nexus and the maven repositories are working jus...
Foggy asked 11/10, 2022 at 8:30
3
Solved
I have installed my kubernetes cluster(1master, 3worker)in the digital ocean.
The problem is I installed both flannel and calico in this cluster.
I want to remove the calico completely from my clus...
Matriculate asked 4/12, 2018 at 10:19
1
I recently created a database server in Digital Ocean, and it only supports MySQL 8. When I try to import a database of my Laravel project it reports this error:
Unable to create or change a table...
Genitourinary asked 11/2, 2021 at 6:31
3
Solved
I have a docker compose file that starts up few containers including prometheus, alertmanager and grafana. These containers are not able to connect to internet. I have tried multiple solutions but ...
Ontologism asked 26/9, 2020 at 13:46
0
Using a simple gitlab-ci I deploy my python script to digital ocean. The script part from the ci file looks like this:
/app/doctl apps create --spec my-app.yml
The Yaml file contains the informatio...
Rhody asked 1/9, 2022 at 7:11
1
Solved
I am using Digital Ocean's app platform to host a NodeJS app. I do not understand the documentation for using environmental variables within my NodeJS code. https://www.digitalocean.com/docs/app-pl...
Rhizome asked 4/2, 2021 at 5:6
1
So I'm currently following this tutorial from DigitalOcean:
https://www.digitalocean.com/community/tutorials/how-to-build-a-graphql-api-with-prisma-and-deploy-to-digitalocean-s-app-platform
I creat...
Convolve asked 25/11, 2021 at 8:7
7
Solved
I am getting following error while deploying Rails 4 application using Capistrano 3
INFO [87512eb8] Running /usr/bin/env chmod +x /tmp/magnificent/git-ssh.sh as [email protected]
DEBUG [87512...
Colorado asked 6/8, 2015 at 12:33
1
I have 3 Webservers. DB, Web and Worker. The worker is just processing sidekiq processes all day long.
As soon the queue is over 100.000 jobs, I want to have a second worker instance and I do str...
Tsarevitch asked 24/4, 2016 at 13:0
© 2022 - 2025 — McMap. All rights reserved.