Skip to the content.

Nginx Proxy Manager

What it is

Nginx Proxy Manager provides a simple web-based interface to configure Nginx reverse proxy hosts with SSL certificates.

Why I use it

To easily manage reverse proxies for self-hosted apps with Let’s Encrypt integration and minimal manual Nginx config.

How it integrates

Key config

Security

Quick start

  1. Copy .env.example.env and set values (UID/GID, ports, paths).
  2. Ensure external Docker network synobridge exists:
    docker network create synobridge
    
  3. Launch:
    docker compose up -d