chore(deps): update jc21/nginx-proxy-manager docker tag to v2.15.1 #3

Open
renovate-bot wants to merge 1 commit from renovate/jc21-nginx-proxy-manager-2.x into main
Owner

This PR contains the following updates:

Package Update Change
jc21/nginx-proxy-manager minor 2.14.0 -> 2.15.1

Release Notes

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

v2.15.1

Compare Source

Changes

  • Base image reverts to Lua v5.1.5
  • Fix #​5611 when internal nginx conf files are over mounted

Docker images

v2.15.0

Compare Source

[!WARNING]
Major update: Debian Trixie base image, OpenResty, Certbot and Python have been updated. Exercise caution with this upgrade as your DNS plugins may not work as expected and require tweaks to dependencies. See the new Certbot Doc for more info.

Changes

  • Updated OpenResty to address CVE-2026-42945 / CVE-2026-8711 / CVE-2026-9256
  • Certbot DNS plugin installs are tested in CI now; but usage of them for requesting certs is not
  • Fix SQLLite issue with NOW()
  • Regenerate configs improvements
  • Lots of Node dep updates
  • Fix incorrect html description
  • Various Cypress improvements
  • Fix silent nginx config corruption in 50-ipv6.sh (thanks @​bill-mahoney)
  • Added PUT and DELETE method to Access-Control-Allow-Methods field (thanks @​MBulli)
  • Adds column sorting to Nginx tables (thanks @​clementfavre)
  • fix Nginx Proxy Manager allows any authenticated user to modify their own roles field through the PUT (thanks @​Zoey2936)
  • Fix translation in streams table ignoring current enable/disable state (thanks @​tomas-bara)
  • Add SECURITY.md for security policy and reporting (thanks @​jcarvajalantigua)
  • Fix Undefined Variable next Referenced in Route Error Handler (thanks @​barttran2k)
  • Fix grammar and clarity issues in README.md (thanks @​Arihant101)
  • Access list clients ordered insert (thanks @​edklesel)
  • Docs: Fix PostgreSQL volume mapping to prevent data loss (thanks @​fankes)
  • Docs: add NPM Auth Gateway to third-party integrations (thanks @​Mark0025)
  • Docs: add selfhosting.sh guide to third-party list (thanks @​roundone)
  • Adds host info to proxy host delete confirmation modal (thanks @​clementfavre)
  • fix: omit "Access rules" directives if no rules configured (thanks @​Matthew-Kilpatrick)
  • Add hoster.by certbot plugin (thanks @​butalex11)
  • Add RcodeZero certbot plugin (thanks @​Ludo-code)
  • Updated deSec certbot plugin (thanks @​MichaelJanssenNesai)
  • Add Hostinger certbot plugin (thanks @​rfos)
  • Updated EuroDNS certbot plugin (thanks @​DaanSelen)
  • 🇳🇴 Add Norwegian locale (thanks @​biodland)
  • 🇪🇪 Add Estonia locale (thanks @​siimaarmaa)
  • 🇷🇺 Updated Russian locale (thanks @​kraineff)
  • 🇮🇪 Updated Irish locale (thanks @​eren-karakus0)
  • 🇫🇷 Updated French locale (thanks @​Flop2691)
  • 🇫🇷 Updated French locale (thanks @​MarioGervais)
  • 🇳🇱 Updated Dutch locale (thanks @​Stephan-P)

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.14.0` -> `2.15.1` | --- ### Release Notes <details> <summary>jc21/nginx-proxy-manager (jc21/nginx-proxy-manager)</summary> ### [`v2.15.1`](https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.15.1) [Compare Source](https://github.com/jc21/nginx-proxy-manager/compare/v2.15.0...v2.15.1) <p> <img src="https://img.shields.io/badge/openresty-1.29.2.5-00DED7.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/certbot-5.6.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 - Base image reverts to Lua v5.1.5 - Fix [#&#8203;5611](https://github.com/jc21/nginx-proxy-manager/issues/5611) when internal nginx conf files are over mounted #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/layers/jc21/nginx-proxy-manager/latest/images/sha256-99a885f56ca2203a2eb352a5f9e2cd5c1e25786508debd725ad48ebe955d114f) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2/images/sha256-99a885f56ca2203a2eb352a5f9e2cd5c1e25786508debd725ad48ebe955d114f) - [jc21/nginx-proxy-manager:2.15.1](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2.15.1/images/sha256-99a885f56ca2203a2eb352a5f9e2cd5c1e25786508debd725ad48ebe955d114f) ### [`v2.15.0`](https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.15.0) [Compare Source](https://github.com/jc21/nginx-proxy-manager/compare/v2.14.0...v2.15.0) <p> <img src="https://img.shields.io/badge/openresty-1.29.2.5-00DED7.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/certbot-5.6.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> > \[!WARNING] > Major update: Debian Trixie base image, OpenResty, Certbot and Python have been updated. Exercise caution with this upgrade as your DNS plugins may not work as expected and require tweaks to dependencies. See the new [Certbot Doc](https://nginxproxymanager.com/certbot/) for more info. #### Changes - Updated OpenResty to address CVE-2026-42945 / CVE-2026-8711 / CVE-2026-9256 - Certbot DNS plugin installs are tested in CI now; but usage of them for requesting certs is not - Fix SQLLite issue with NOW() - Regenerate configs improvements - Lots of Node dep updates - Fix incorrect html description - Various Cypress improvements - Fix silent nginx config corruption in 50-ipv6.sh (thanks [@&#8203;bill-mahoney](https://github.com/bill-mahoney)) - Added PUT and DELETE method to Access-Control-Allow-Methods field (thanks [@&#8203;MBulli](https://github.com/MBulli)) - Adds column sorting to Nginx tables (thanks [@&#8203;clementfavre](https://github.com/clementfavre)) - fix Nginx Proxy Manager allows any authenticated user to modify their own roles field through the PUT (thanks [@&#8203;Zoey2936](https://github.com/Zoey2936)) - Fix translation in streams table ignoring current enable/disable state (thanks [@&#8203;tomas-bara](https://github.com/tomas-bara)) - Add SECURITY.md for security policy and reporting (thanks [@&#8203;jcarvajalantigua](https://github.com/jcarvajalantigua)) - Fix Undefined Variable next Referenced in Route Error Handler (thanks [@&#8203;barttran2k](https://github.com/barttran2k)) - Fix grammar and clarity issues in README.md (thanks [@&#8203;Arihant101](https://github.com/Arihant101)) - Access list clients ordered insert (thanks [@&#8203;edklesel](https://github.com/edklesel)) - Docs: Fix PostgreSQL volume mapping to prevent data loss (thanks [@&#8203;fankes](https://github.com/fankes)) - Docs: add NPM Auth Gateway to third-party integrations (thanks [@&#8203;Mark0025](https://github.com/Mark0025)) - Docs: add selfhosting.sh guide to third-party list (thanks [@&#8203;roundone](https://github.com/roundone)) - Adds host info to proxy host delete confirmation modal (thanks [@&#8203;clementfavre](https://github.com/clementfavre)) - fix: omit "Access rules" directives if no rules configured (thanks [@&#8203;Matthew-Kilpatrick](https://github.com/Matthew-Kilpatrick)) - Add hoster.by certbot plugin (thanks [@&#8203;butalex11](https://github.com/butalex11)) - Add RcodeZero certbot plugin (thanks [@&#8203;Ludo-code](https://github.com/Ludo-code)) - Updated deSec certbot plugin (thanks [@&#8203;MichaelJanssenNesai](https://github.com/MichaelJanssenNesai)) - Add Hostinger certbot plugin (thanks [@&#8203;rfos](https://github.com/rfos)) - Updated EuroDNS certbot plugin (thanks [@&#8203;DaanSelen](https://github.com/DaanSelen)) - 🇳🇴 Add Norwegian locale (thanks [@&#8203;biodland](https://github.com/biodland)) - 🇪🇪 Add Estonia locale (thanks [@&#8203;siimaarmaa](https://github.com/siimaarmaa)) - 🇷🇺 Updated Russian locale (thanks [@&#8203;kraineff](https://github.com/kraineff)) - 🇮🇪 Updated Irish locale (thanks [@&#8203;eren-karakus0](https://github.com/eren-karakus0)) - 🇫🇷 Updated French locale (thanks [@&#8203;Flop2691](https://github.com/Flop2691)) - 🇫🇷 Updated French locale (thanks [@&#8203;MarioGervais](https://github.com/MarioGervais)) - 🇳🇱 Updated Dutch locale (thanks [@&#8203;Stephan-P](https://github.com/Stephan-P)) #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/layers/jc21/nginx-proxy-manager/latest/images/sha256-dd5c130caff2ec3bd9c8dfa6aff54cef3be5d9119f42c5e154f4ba916a26c7c1) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2/images/sha256-dd5c130caff2ec3bd9c8dfa6aff54cef3be5d9119f42c5e154f4ba916a26c7c1) - [jc21/nginx-proxy-manager:2.15.0](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2.15.0/images/sha256-dd5c130caff2ec3bd9c8dfa6aff54cef3be5d9119f42c5e154f4ba916a26c7c1) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMjUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from 2d159e533f to b7b4cc331e 2026-06-03 00:59:22 -04:00 Compare
renovate-bot changed title from chore(deps): update jc21/nginx-proxy-manager docker tag to v2.15.0 to chore(deps): update jc21/nginx-proxy-manager docker tag to v2.15.1 2026-06-03 00:59:23 -04:00
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from b7b4cc331e to 0e2575ca42 2026-06-15 15:00:19 -04:00 Compare
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from 0e2575ca42 to d514fc0716 2026-06-15 21:25:48 -04:00 Compare
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from d514fc0716 to 871c4987ac 2026-06-16 03:29:52 -04:00 Compare
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from 871c4987ac to cf470a419c 2026-06-23 15:59:11 -04:00 Compare
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from cf470a419c to 0b01d6fbcb 2026-06-23 17:05:58 -04:00 Compare
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from 0b01d6fbcb to 1d572960a8 2026-06-23 23:08:14 -04:00 Compare
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from 1d572960a8 to 006b2035fc 2026-07-28 22:31:46 -04:00 Compare
renovate-bot force-pushed renovate/jc21-nginx-proxy-manager-2.x from 006b2035fc to b8d5504724 2026-07-29 13:05:17 -04:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/jc21-nginx-proxy-manager-2.x:renovate/jc21-nginx-proxy-manager-2.x
git switch renovate/jc21-nginx-proxy-manager-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/jc21-nginx-proxy-manager-2.x
git switch renovate/jc21-nginx-proxy-manager-2.x
git rebase main
git switch main
git merge --ff-only renovate/jc21-nginx-proxy-manager-2.x
git switch renovate/jc21-nginx-proxy-manager-2.x
git rebase main
git switch main
git merge --no-ff renovate/jc21-nginx-proxy-manager-2.x
git switch main
git merge --squash renovate/jc21-nginx-proxy-manager-2.x
git switch main
git merge --ff-only renovate/jc21-nginx-proxy-manager-2.x
git switch main
git merge renovate/jc21-nginx-proxy-manager-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
CoreBotLabs/infra!3
No description provided.