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
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.
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.
Projet d'administration et de sécurisation d’un serveur web auto-hébergé, incluant un front-end, un back-end et une base de données. Le déploiement utilise un vrai nom de domaine, un accès HTTPS via Certbot avec renouvellement automatique, un accès SSH sécurisé, une surveillance Fail2Ban des logs NGINX/Adminer, et un partage de fichiers via SMB.
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.