443 questions
0 votes
0 answers
69 views
How to upload a file directly to Linode Object Storage using flutter?
I want to upload files directly from my Flutter app to Linode Object Storage (which is S3-compatible). I’m currently using http.put to upload files, and I tried adding: import 'dart:io'; import '...
-1 votes
1 answer
160 views
React Router 7 SSR app with Node.js on Linode with Nginx
I have an SSR React Router 7 (framework version) Node.js/Express application that I am trying to wire up to a domain, which is running through Linode. I set up my domain on Linode, and updated ...
0 votes
2 answers
298 views
Trying to use Linode S3 Compatible Object Storage - Deno - AWS SDK
I'm writing this simple app to upload a single PDF to an object storage. I have tried many different things. But, when I click on submit it keeps buffering like the request is not done yet, and does ...
1 vote
1 answer
42 views
How to connect to OpenEdX server from linode?
I have a linode server that I ssh'ed into and set up OpenEdX with the following command: pip install tutor[full] tutor local launch When I run those commands on my local machine, I can open a browser ...
1 vote
1 answer
73 views
How boto3 provided by AWS can be used and interacted with Linode S3?
I thought boto3 is dedicated for only AWS services such as S3, EC2, and more and then have found that Linode S3 document is guiding to use boto3 as well. How can Linode S3 API can be interacted using ...
0 votes
0 answers
34 views
Flask works fine, after some time user login and contact pages (POST method) stop
I have a Flask app that I deployed to Linode using Nginx, Gunicorn and Supervisor. It works great for quite some time and then after that the pages keep loading fine, but user logins or other POST ...
0 votes
1 answer
763 views
How to deploy my docker compose project via SSH
I need to deploy my Docker Compose project, but I'm unsure of the correct approach. The docker-compose.yml file contains several services: Frontend: Next.js Backend: Nest.js Nginx MySQL phpMyAdmin ...
0 votes
1 answer
251 views
ssh: connect to host 143.42.59.227 port 22: Connection refused
I have two problems: I can succesfully ssh to my remote Linode server from my wsl terminal (Debian) but since Im not that experienced programming in the terminal I want to use VScode. But as Im ...
0 votes
1 answer
104 views
redirect https non-www to https www for nginx django
I tried many solutions but nothing worked. I am trying to redirect https://example.com to https://www.example.com. If I write https://example.com in the address bar, I get an insecure website prompt. ...
2 votes
1 answer
1k views
Error when trying to send email via SMTP with Directus and Docker
I have Directus installed in a Docker Container running on a Linode instance. I am trying to send an email from the Directus instance using SMTP as the method but I am getting an error. I am desperate ...
0 votes
1 answer
305 views
How do I backup a Postgres database from remote server A to a Linode server
I have a postgres database currently deployed in a virtual server. I want to backup this database and exclude some tables and restore it in a Linode server. My current thought is to dump it in the ...
0 votes
0 answers
38 views
Flask-Ap Scheduler on Linode Server
I have a Flask AP scheduler on my website. The function that I am trying to execute just fine, because I can manually run it from the Admin page. When I run the website on the local server, the AP ...
0 votes
0 answers
106 views
Cannot connect to a hosted NodeJS Git repository: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I'm not very experienced in hosting servers, so I apologize for any left out details; feel free to tell me what I'm missing and I'll provide it. I'm using cloud.linode.com to host this GitHub ...
2 votes
0 answers
296 views
Google AdMob app-ads.txt Configuration issue
I'm currently facing an issue with configuring my Django application published in linode server using Nginx. My issue is in the app-ads.txt file for Google AdMob. I have set up a view in my views.py ...
0 votes
1 answer
10k views
Issue with Certbot: "no valid A records found" during certificate renewal
I'm encountering an issue with Certbot while trying to renew SSL certificates for my domain using the --nginx option. The error message I'm getting is as follows: $ sudo certbot --nginx -d your_domain....