You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.3 KiB
54 lines
2.3 KiB
manifestVersion: 1
|
|
id: nginx-proxy-manager
|
|
name: Nginx Proxy Manager
|
|
tagline: Expose your services easily and securely
|
|
category: networking
|
|
version: "2.12.1"
|
|
port: 4498
|
|
description: >-
|
|
Expose your apps to the internet easily and securely.
|
|
|
|
|
|
⚠️ Be cautious when exposing apps to the public internet. Ensure they have proper security, such as login protection, and avoid exposing sensitive apps without adequate safeguards.
|
|
|
|
|
|
🔧 Nginx Proxy Manager uses port 40080 for HTTP (unsecured) traffic and port 40443 for HTTPS (secured) traffic.
|
|
To make your apps accessible from the public internet, you will need to set up port forwarding on your router.
|
|
Forward external port 80 (HTTP) to internal port 40080 and external port 443 (HTTPS) to internal port 40443.
|
|
|
|
|
|
🔍 Features:
|
|
|
|
- Beautiful and Secure Admin Interface based on Tabler
|
|
- Easily create forwarding domains, redirections, streams and 404 hosts without knowing anything about Nginx
|
|
- Free SSL using Let's Encrypt or provide your own custom SSL certificates
|
|
- Access Lists and basic HTTP Authentication for your hosts
|
|
- Advanced Nginx configuration available for super users
|
|
- User management, permissions and audit log
|
|
developer: Jamie Curnow
|
|
website: https://nginxproxymanager.com/
|
|
submitter: Sahil Phule
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/1296
|
|
repo: https://github.com/NginxProxyManager/nginx-proxy-manager
|
|
support: https://github.com/NginxProxyManager/nginx-proxy-manager/issues
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
releaseNotes: >-
|
|
🚨 This update fixes two command injection vulnerabilities found in version 2.11.3. It is recommended that you upgrade to this version immediately.
|
|
|
|
|
|
Highlights:
|
|
- Fixed two security vulnerabilities (CVE-2024-46256 and CVE-2024-46257).
|
|
- Reworked API with improved validation, now available at the /api/schema endpoint.
|
|
- API responses now use true/false for booleans instead of 0/1.
|
|
- API now correctly returns 404 errors for invalid operations.
|
|
- Fixed issues with app not restarting after log rotation.
|
|
|
|
|
|
Full release notes and are available at https://github.com/NginxProxyManager/nginx-proxy-manager/releases
|
|
dependencies: []
|
|
path: ""
|
|
defaultUsername: "admin@example.com"
|
|
defaultPassword: "changeme"
|
|
|