The Frontdoor stack packages Nginx Proxy Manager (NPM) as the primary ingress gateway. It publishes HTTP/HTTPS on the host and orchestrates reverse-proxy routes, SSL certificates, and Authentik outpost integrations.【F:frontdoor/compose.yml†L1-L28】
frontend_net (public ingress) and backend_net (internal services).【F:frontdoor/compose.yml†L3-L20】npm_data and npm_letsencrypt volumes; HTML landing assets mount separately from the Website stack when needed.【F:frontdoor/compose.yml†L8-L25】【F:website/compose.yml†L8-L17】| Service | Role |
|---|---|
| npm | Nginx Proxy Manager container managing virtual hosts and certificates. |