Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 19, 2024NGINX Proxy Manager UI Down - host not found in upstreamNGINX is used all kind of reverse proxy uses from Keycloak to Oracle APEX Reverse Proxy Management for self-hosting and the Autonomous DB. I’ve had this problem couple of times now. It occurred when I took a container offline, and NPM wouldn’t start ...1 likenginx proxy manager
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...4 likes·283 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...1 like·38 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...438 readsnginx proxy manager