Questions tagged [vultr]

Vultr is a provider of cloud infrastructure and services. Use this tag with questions about programming for the Vultr API.

Vultr is a provider of cloud infrastructure and services. ONLY PROGRAMMING QUESTIONS ARE ON-TOPIC (e.g. questions about programming for the Vultr API).

29 questions
5
votes
2 answers

Nextjs v.10 getstaticprops "revalidate" stop working on docker container

first of all i am not an expert with docker deployment. The problem i have is that the revalidate feature suddenly stopped working and only work again only if i restart the docker container. For ex. The stock on one of the product did not…
JSON4Live
  • 405
  • 1
  • 4
  • 13
2
votes
1 answer

Trying to set up a mail server in OpenBSD: doveadm auth login fails

I set up an OpenBSD 7.0 instance on Vultr in order to get a mail server running with Dovecot and OpenSMTPD. I (mostly) followed the instructions here and here and a bit here. I set it up to use with virtual mail, creating files in…
Joe Blough
  • 77
  • 4
2
votes
1 answer

Nginx connectivity with vultr loadbalancer

We had many applications on single vultr cloud instance, but it has only one default healthcheck for a single https loadBalancer with SSL certificate. so we used nginx to configure mutliple /backend URL with http specified and running using…
klee
  • 1,554
  • 2
  • 19
  • 31
1
vote
1 answer

Kubernetes PVs and PVCs - access from multiple pods

I have a persistent volume created locally in my Kubernetes cluster running in VULTR managed K8S. When I then deploy multiple pods (for example a Webservice where one can upload images - deployed with multiple replicas) that use this persistent…
1
vote
1 answer

Error while starting a react app via `npm start` in `Vultr`

While starting a react app via npm start in Vultr I am getting below an error : Could anyone please advise what is causing this error. I am not getting the error in my local system. root@automateandmore:~/automatemore# npm start vinmatblogs@0.1.0…
soccerway
  • 10,371
  • 19
  • 67
  • 132
1
vote
1 answer

How can I access a file in my home/folder-name on a Vultr VPS setup?

I have recently setup a Vultr VPS and created a folder inside the /home/ directory named py-bridge, I then try to access a simple .php file with the path: /home/py-bridge/index.php via the Chrome browser. But I get this returned back to my…
Jameu Lukasli1
  • 497
  • 4
  • 22
1
vote
1 answer

Vultr Docker Setup With SSL

I'm trying to spin up a dockerized website (React JS) being hosted on my Vultr server. I used the one click install feature that Vultr provides to install Docker (Ubuntu 20.04). I can get my website started with HTTP and a port number 8080. But what…
Julio Sandoval
  • 103
  • 1
  • 12
1
vote
1 answer

Cloudways Hosting - Will server location make a big difference in US?

If hosting several WordPress websites on 1 server, will it make a difference between choosing a server location to a particular area or will choosing a more central location like Chicago/Dallas be good enough? We don't mind spending a few more $ to…
wfm
  • 11
  • 1
1
vote
0 answers

Vultr-terraform how to pass arguments into startup script

there is a way to pass arguments into startup script on terraform-vultr. the arguments are : user,key and random password. thank you.
xzeneize
  • 11
  • 2
1
vote
1 answer

Retrieve the instance ID after deploying at Vultr with the vultr-cli?

I'm scripting a process with the vultr-cli. I need to deploy a new VPS at Vultr, perform some intermediate steps, then destroy the VPS in a bash script. How do I retrieve instance values in the script after the deployment? Is there a way to capture…
dfinster
  • 70
  • 11
1
vote
0 answers

Can't get Terraform instance IP address after create

Utilizng Vultr's terraform provider, I'm creating a few instances of machines. All is great, except I'm now trying to create cloudflare records (subdomains pointing to each new machine respectively) for these machines that are being spawned by…
Mike Madden
  • 21
  • 1
  • 3
0
votes
1 answer

Is there a way to add an existing wordpress installation to nginx?

I initialized an Ubuntu server with Wordpress on Vult. I had to uninstall Nginx and remove Certbot due to some issues I encountered. I used $ sudo apt purge nginx $ sudo apt purge certbot After removing all of these, I reinstalled and set secured…
David
  • 473
  • 1
  • 4
  • 14
0
votes
1 answer

How can I point the react api service point to hit my domain rather than localhost:8000

I have deployed my react app in Vultr server and installed nginx in server and configured the below settings by running below command. $ sudo nano /etc/nginx/sites-available/default server { listen 80; server_name somedomain-test.com…
soccerway
  • 10,371
  • 19
  • 67
  • 132
0
votes
1 answer

Not able to access the react app via vultr main ip address

Not able to access the react app via http://[Vultr_main_ip_address]:3000 event after running npm start command and then running node server.js from src/ folder location. Vultr name servers are already added under DNS settings of the domain…
soccerway
  • 10,371
  • 19
  • 67
  • 132
0
votes
1 answer

Bandwidth consumption between Vultr Object Storage and Cloud Compute?

Does transferring data from Vultr Object Storage to Cloud Compute consume bandwidth? Also, please let me know if there are any documents regarding this matter. Thanks.
1
2