Ayodeji Hamedmyblog.qurtana.com.ng·Jul 27, 2024Deploying a Full-Stack Application Using FastAPI, PostgreSQL, React, and DockerIntroduction In today's rapidly evolving tech landscape, the ability to deploy scalable and efficient applications is crucial. This article explores the process of deploying a full-stack application using FastAPI for the backend, PostgreSQL as the da...Discuss·1 likeAdminer
Nathan Priceblog.gravityfargo.dev·Jul 24, 2024Wazuh Dashboard + Nginx Proxy ManagerServer Wazuh Dashboard via docker behind NGINX Proxy Manager Set up a docker network. Change the subnet to whatever you want. docker network create \ --driver=bridge \ --subnet=10.0.1.0/24 \ --gateway=10.0.1.1 \ wazuh_npm Clone and e...Discuss·54 readsnginx proxy manager