Update jc21/nginx-proxy-manager Docker tag to v2.13.1 #5

Merged
Akumatic merged 1 commits from renovate/jc21-nginx-proxy-manager-2.x into main 2025-11-05 14:28:50 +00:00
Member

This PR contains the following updates:

Package Update Change
jc21/nginx-proxy-manager minor 2.12.6 -> 2.13.1

Release Notes

jc21/nginx-proxy-manager (jc21/nginx-proxy-manager)

v2.13.1

Compare Source

Changes

  • Remove user name column from audit log
  • Fix missing translation for renew cert dialog
  • Fix #​4828 showing incorrect certificate value
  • Fix #​4837 for those with older config
  • Fix #​4838 when showing avatars of deleted users
  • Fix #​4833 supports the usual proxy env vars for outgoing admin related web requests

Docker images

v2.13.0

Compare Source

Changes

  • 🚀 5 years overdue, a new React interface with updated Tabler UI
  • ✌️ 5 years overdue, also, backend refactor from CommonJS to ESM
  • 🥳 New setup wizard; no more default initial user (but keeps the env vars for advanced users)
  • 🙈 Use biomejs for linting instead of eslint
  • 👍 Refactor backend to async/await functions
  • 🌎 Proper and complete translation support, see the documentation and example PR to contribute
  • 🌗 Light/Dark mode
  • 👾 Syntax highlighting for text inputs for Nginx/HTML etc
  • Removed the Let's Encrypt email and TOS agreement from certificate requests

Other Changes

  • Fix remote execution bug where email address can contain malicious code
  • Fix initial email with uppercase (thanks @​JMDirksen)
  • Update PostgreSQL volume path in setup documentation for 18+ (thanks @​vlauciani)
  • Add Hetzner Cloud certbot dns (thanks @​potatojuicemachine)
  • Add basic MySQL TLS support (thanks @​Johno-ACSLive)

Upgrade path notes:

  • No changes to Database
  • No changes to Nginx/Openresty
  • No changes to Nginx template engine
  • Certbot is upgraded to v5.1.0 in the base image, expect some DNS provider problems for outdated plugins.

Big thanks to @​sopex and @​lastsamurai26 for testing the React branch!

Docker images


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jc21/nginx-proxy-manager](https://github.com/jc21/nginx-proxy-manager) | minor | `2.12.6` -> `2.13.1` | --- ### Release Notes <details> <summary>jc21/nginx-proxy-manager (jc21/nginx-proxy-manager)</summary> ### [`v2.13.1`](https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.13.1) [Compare Source](https://github.com/jc21/nginx-proxy-manager/compare/v2.13.0...v2.13.1) <p> <img src="https://img.shields.io/badge/openresty-1.27.1.2-00DED7.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/certbot-5.1.0-00C6DE.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/s6overlay-3.2.1.0-00A8DE.svg?style=for-the-badge"> </p> #### Changes - Remove user name column from audit log - Fix missing translation for renew cert dialog - Fix [#&#8203;4828](https://github.com/jc21/nginx-proxy-manager/issues/4828) showing incorrect certificate value - Fix [#&#8203;4837](https://github.com/jc21/nginx-proxy-manager/issues/4837) for those with older config - Fix [#&#8203;4838](https://github.com/jc21/nginx-proxy-manager/issues/4838) when showing avatars of deleted users - Fix [#&#8203;4833](https://github.com/jc21/nginx-proxy-manager/issues/4833) supports the usual proxy env vars for outgoing admin related web requests #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/layers/jc21/nginx-proxy-manager/latest/images/sha256-07a8675189879fe02dc70cf4796ca13aa7d32776fd7ff5bd90b764c3636f18fd) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2/images/sha256-07a8675189879fe02dc70cf4796ca13aa7d32776fd7ff5bd90b764c3636f18fd) - [jc21/nginx-proxy-manager:2.13.1](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2.13.1/images/sha256-07a8675189879fe02dc70cf4796ca13aa7d32776fd7ff5bd90b764c3636f18fd) ### [`v2.13.0`](https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.13.0) [Compare Source](https://github.com/jc21/nginx-proxy-manager/compare/v2.12.6...v2.13.0) <p> <img src="https://img.shields.io/badge/openresty-1.27.1.2-00DED7.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/certbot-5.1.0-00C6DE.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/s6overlay-3.2.1.0-00A8DE.svg?style=for-the-badge"> </p> #### Changes - 🚀 5 years overdue, a new React interface with updated Tabler UI - ✌️ 5 years overdue, also, backend refactor from CommonJS to ESM - 🥳 New setup wizard; no more default initial user (but keeps the env vars for advanced users) - 🙈 Use biomejs for linting instead of eslint - 👍 Refactor backend to async/await functions - 🌎 Proper and complete translation support, see the [documentation](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/frontend/src/locale/README.md) and [example PR](https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4823) to contribute - 🌗 Light/Dark mode - 👾 Syntax highlighting for text inputs for Nginx/HTML etc - ✅ Removed the Let's Encrypt email and TOS agreement from certificate requests #### Other Changes - Fix remote execution bug where email address can contain malicious code - Fix initial email with uppercase (thanks [@&#8203;JMDirksen](https://github.com/JMDirksen)) - Update PostgreSQL volume path in setup documentation for 18+ (thanks [@&#8203;vlauciani](https://github.com/vlauciani)) - Add Hetzner Cloud certbot dns (thanks [@&#8203;potatojuicemachine](https://github.com/potatojuicemachine)) - Add basic MySQL TLS support (thanks [@&#8203;Johno-ACSLive](https://github.com/Johno-ACSLive)) #### Upgrade path notes: - No changes to Database - No changes to Nginx/Openresty - No changes to Nginx template engine - Certbot is upgraded to v5.1.0 in the base image, expect some DNS provider problems for outdated plugins. Big thanks to [@&#8203;sopex](https://github.com/sopex) and [@&#8203;lastsamurai26](https://github.com/lastsamurai26) for testing the React branch! #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/layers/jc21/nginx-proxy-manager/latest/images/sha256-2dfd58b1b4665e3afeb5e353710160e017b65200395f1cbaca75c181874b4090) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2/images/sha256-2dfd58b1b4665e3afeb5e353710160e017b65200395f1cbaca75c181874b4090) - [jc21/nginx-proxy-manager:2.13.0](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2.13.0/images/sha256-2dfd58b1b4665e3afeb5e353710160e017b65200395f1cbaca75c181874b4090) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQxLjE2OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-11-04 08:03:12 +00:00
renovate-bot added 2 commits 2025-11-05 08:02:57 +00:00
renovate-bot changed title from Update jc21/nginx-proxy-manager Docker tag to v2.13.0 to Update jc21/nginx-proxy-manager Docker tag to v2.13.1 2025-11-05 08:02:57 +00:00
Akumatic merged commit 244352892f into main 2025-11-05 14:28:50 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Homelab/Docker-Proxy#5