mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update nginx-proxy-manager to v2.12.3 (#2204)
This commit is contained in:
parent
633852f5a0
commit
a172e7027e
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 81
|
||||
|
||||
web:
|
||||
image: jc21/nginx-proxy-manager:2.12.1@sha256:b7168e5f6828cbbd3622fa19965007e4611cf42b5f3c603008377ffd45a4fe00
|
||||
image: jc21/nginx-proxy-manager:2.12.3@sha256:02c15b64d464491d09e6d04959f26689d31aec1e02236a1675c1b85d6942c103
|
||||
hostname: nginx-proxy-manager_web_1
|
||||
restart: on-failure
|
||||
ports:
|
||||
|
@ -3,7 +3,7 @@ id: nginx-proxy-manager
|
||||
name: Nginx Proxy Manager
|
||||
tagline: Expose your services easily and securely
|
||||
category: networking
|
||||
version: "2.12.1"
|
||||
version: "2.12.3"
|
||||
port: 4498
|
||||
description: >-
|
||||
Expose your apps to the internet easily and securely.
|
||||
@ -36,18 +36,15 @@ gallery:
|
||||
- 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.
|
||||
Key highlights in this release:
|
||||
- Added SSL support for Streams
|
||||
- Improved SSL certificate management with usage indicators
|
||||
- Added support for additional DNS providers
|
||||
- Enhanced authentication system
|
||||
- Various bug fixes and improvements
|
||||
|
||||
|
||||
Full release notes and are available at https://github.com/NginxProxyManager/nginx-proxy-manager/releases
|
||||
|
||||
Full release notes are available at https://github.com/NginxProxyManager/nginx-proxy-manager/releases
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: "admin@example.com"
|
||||
|
Loading…
Reference in New Issue
Block a user