Skip to content

Nginx Proxy Manager

Nginx Proxy Manager (NPM) is used to manage SSL certificates and proxy requests to the various services.

  • Service Name: nginx
  • Public Ports: 80 (HTTP), 443 (HTTPS)
  • Admin Port: 81
  • Admin URL: http://46.225.92.126:81/nginx/proxy (or configured domain)
  • Credentials: Configured in bitwarden.

Configuration

  • NPM handles the routing of domains (e.g., dashboard.lage-beauty.de) to the internal docker containers.
  • Custom location for Forecast: proxy /api/v1/forecasthttp://service-forecast:8008 (see Forecast Service).

  • SSL: Let's Encrypt certificates are managed automatically.

  • Access Lists: Can be used to password protect specific services (like these docs).
  • n8n MCP: For n8n.lage-beauty.de, add the custom location /mcp-server/ block from docker/nginx/n8n-mcp-server.conf (see n8n MCP + Cursor).