Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Sep 30, 2024Reverse Proxy Container Approaches for Oracle Autonomous DB + CloudflareThis blog differs from other methods in these regards: Use of Docker instead of Non-containerized deployment Use of Cloudflare 15 year Certificates instead of Let’s Encrypt 3 monthlies This is the only guide, I believe, that includes steps for Ngi...Discuss·4 likes·259 readsOCI
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 like·29 readsAdminer
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·302 readsnginx proxy manager