esc
Type to search the docs
Back to catalog

nginx-proxy-manager

Draft

Reverse proxy with SSL management and a clean web UI

Uncategorized Repository

Run locally

Terminal
$ npx launchfile up nginx-proxy-manager

Requires Docker Desktop. No source code needed — pulls pre-built images and starts nginx-proxy-manager with all dependencies.

Image: jc21/nginx-proxy-manager:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: nginx-proxy-manager
description: "Reverse proxy with SSL management and a clean web UI"
repository: https://github.com/NginxProxyManager/nginx-proxy-manager
logo: https://raw.githubusercontent.com/NginxProxyManager/nginx-proxy-manager/develop/frontend/app-images/logo-256.png

image: jc21/nginx-proxy-manager:latest
provides:
  - protocol: http
    port: 81
    exposed: true
  - protocol: http
    port: 80
  - protocol: https
    port: 443
storage:
  data:
    path: /data
    persistent: true
  letsencrypt:
    path: /etc/letsencrypt
    persistent: true
restart: always

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB