Browse Source

Update Nginx Proxy Manager to v2.12.1 (#1662)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Sahil Phule 2 months ago
committed by GitHub
parent
commit
a22b02bd81
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      nginx-proxy-manager/docker-compose.yml
  2. 16
      nginx-proxy-manager/umbrel-app.yml

2
nginx-proxy-manager/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 81
web:
image: jc21/nginx-proxy-manager:2.11.3@sha256:5bd2aae54ac0b6f4ef6777143ab736baf5366807894a4c7fca7bfa2fbaf1489c
image: jc21/nginx-proxy-manager:2.12.1@sha256:b7168e5f6828cbbd3622fa19965007e4611cf42b5f3c603008377ffd45a4fe00
hostname: nginx-proxy-manager_web_1
restart: on-failure
ports:

16
nginx-proxy-manager/umbrel-app.yml

@ -3,7 +3,7 @@ id: nginx-proxy-manager
name: Nginx Proxy Manager
tagline: Expose your services easily and securely
category: networking
version: "2.11.3"
version: "2.12.1"
port: 4498
description: >-
Expose your apps to the internet easily and securely.
@ -35,7 +35,19 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
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"

Loading…
Cancel
Save