Introduction In today's cloud-native world, robust monitoring is critical for maintaining reliable systems. This guide walks you through implementing a comprehensive monitoring solution using industry-standard open-source tools. Our stack includes Pr...
I’ll share concise but easy-to-read guides, and I hope you like them! The first one is about generating your own SSL certificates with Certbot, ACME, GClould, and Let’s Encrypt, for free! Check it out! https://cheatsheets.onemanband.tech/
首先安装 Nginx: apt update apt install nginx 后创建配置文件。首先创建一个 stream 配置文件用于 L4 代理: # 创建 stream 配置目录 mkdir -p /etc/nginx/streams-enabled/ # 创建 stream 配置文件 nano /etc/nginx/streams-enabled/vpn.conf 内容如下: # VPN stream 配置 stream { map $ssl_preread_server...
🛡️ Why You Need SSL (And Why Google Hates You Without It) Ever visited a website and saw "Not Secure" in the address bar? That’s basically Google screaming, "RUN! THIS WEBSITE IS A SCAM!" SSL (Secure Sockets Layer) encrypts the data between your web...
How to Setup EC2 for Dockerized Next.js Deployment Introduction Next.js is great serve-side oriented frontend framework that makes building SEO-friendly websites easier. Deploying it is trickier than it needs to be, I understand Vercel needs to make ...
So you are at the point in your project where you have successfully deployed your backend app to a server like EC2 and have nginx as a reverse proxy or you have configured your nginx to serve the static frontend files so that going to an ip like http...
# Outline for "AWS Route53-Cert_bot Project" The AWS Route53-Cert_bot Project aims to solve this problem by automating the process of certificate creation, validation, and renewal using AWS services such as Route 53 for DNS management and Certbot for...
I have deployed a Turborepo which has a next and express application to AWS and used GitHub Workflows for continuous deployment as soon as new code is pushed to repo. Used Nginx for reverse proxy and also enabled https on custom domain using certbot....
1. Installing Certbot sudo apt install certbot python3-certbot-nginx 2. Nginx Configuration Certbot should to be able to find the correct server block in your Nginx configuration for it to be able to automatically configure SSL for your domain. To a...
okaaaay let's go... Now that I have successfully implemented the prototype of my idea, I think it's time for a blog about how and why I did it? Originally this blog was for Hashnode AI for Tomorrow Hackathon but since I came to know about it the last...