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
activepieces
UncategorizedWorkflow automation with 200+ integrations (open-source Zapier alternative)
linkwarden
UncategorizedCollaborative bookmark manager with full-text search and AI tagging
matomo
UncategorizedPrivacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)