You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Postgres + PostgREST + Socket.IO Server + Nginx + Certbot] Imagine a postgresql server. Your endpoints are created automatically. Your domain SSL certificates are created and renewed automatically. You can get row-by-row security and give the access you want according to the JWT token role
Build a Docker image of NGINX with the ModSecurity Web Application Firewall extension and create and renew website certificates using the Let's Encrypt free certificate authority.
This repository contains the complete configuration for a Node.js application with Docker and Nginx. The project sets up a scalable environment using Nginx as a reverse proxy.
this project focuses on deploying a custom landing page by provisioning a Linux server on AWS, configuring an Nginx web server to host the page, securing it with a Let’s Encrypt SSL certificate, and automating the entire setup process using Terraform for Infrastructure as Code (IaC), adhering to best practices for scalability and reliability.