[PR #4605] [MERGED] v2.12.4 #3914

Closed
opened 2026-02-26 08:32:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4605
Author: @jc21
Created: 6/30/2025
Status: Merged
Merged: 7/1/2025
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 2cee211 add First Domains plugin
  • cfcf78a Set bearer auth security component
  • 14d7c35 Fix whitespaces
  • a6af5ec Remove certificate as required from proxy host
  • 8a15571 Add certificate fields to boolFields
  • df48b83 Update order to match others
  • b09147e Update frontend copyright year to 2025
  • 79d28f0 Merge pull request #4346 from Sander0542/feature/security-schemes-component
  • 03fd292 use latest certbot-dns-cpanel version
  • d147ccd Fixed error in sqlite installation compose file

📊 Changes

23 files changed (+921 additions, -488 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+1 -1)
📝 backend/index.js (+12 -1)
📝 backend/internal/stream.js (+1 -1)
📝 backend/models/dead_host.js (+4 -0)
📝 backend/models/stream.js (+1 -1)
📝 backend/routes/users.js (+3 -3)
📝 backend/schema/components/proxy-host-object.json (+1 -2)
📝 backend/schema/components/stream-list.json (+2 -2)
📝 backend/schema/swagger.json (+9 -0)
📝 backend/yarn.lock (+3 -3)
📝 docker/docker-compose.ci.mysql.yml (+1 -0)
📝 docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh (+16 -3)
📝 docs/src/advanced-config/index.md (+8 -0)
📝 docs/src/setup/index.md (+1 -1)
📝 docs/yarn.lock (+3 -3)
📝 frontend/js/i18n/messages.json (+1 -1)
📝 frontend/scss/tabler-extra.scss (+1 -0)
📝 frontend/yarn.lock (+245 -14)
📝 global/certbot-dns-plugins.json (+66 -10)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4605 **Author:** [@jc21](https://github.com/jc21) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`2cee211`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/2cee211fb03b139748800c2403c674f837f74ed6) add First Domains plugin - [`cfcf78a`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/cfcf78aaeec548cb178946bcc05592dc5c85d343) Set bearer auth security component - [`14d7c35`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/14d7c35fd77131f8744174f438a9f54c5a61b448) Fix whitespaces - [`a6af5ec`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a6af5ec2c760b3906164a1f4bf1529335938bb0a) Remove certificate as required from proxy host - [`8a15571`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8a1557154a39a34293485523dae5bbb8f152a840) Add certificate fields to boolFields - [`df48b83`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/df48b835c4401d88fa4317d7093e6d7f74fbb088) Update order to match others - [`b09147e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/b09147eca8928599bfbfe1c67e6b783bbebfa6b8) Update frontend copyright year to 2025 - [`79d28f0`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/79d28f03d035114b80dcd04845306ecb98175074) Merge pull request #4346 from Sander0542/feature/security-schemes-component - [`03fd292`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/03fd292c610de28dd57ff3cbdb4b13dd3cad8d1b) use latest certbot-dns-cpanel version - [`d147ccd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d147ccd88dc4d2463a98596ef133b2cf25df0ed2) Fixed error in sqlite installation compose file ### 📊 Changes **23 files changed** (+921 additions, -488 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/index.js` (+12 -1) 📝 `backend/internal/stream.js` (+1 -1) 📝 `backend/models/dead_host.js` (+4 -0) 📝 `backend/models/stream.js` (+1 -1) 📝 `backend/routes/users.js` (+3 -3) 📝 `backend/schema/components/proxy-host-object.json` (+1 -2) 📝 `backend/schema/components/stream-list.json` (+2 -2) 📝 `backend/schema/swagger.json` (+9 -0) 📝 `backend/yarn.lock` (+3 -3) 📝 `docker/docker-compose.ci.mysql.yml` (+1 -0) 📝 `docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh` (+16 -3) 📝 `docs/src/advanced-config/index.md` (+8 -0) 📝 `docs/src/setup/index.md` (+1 -1) 📝 `docs/yarn.lock` (+3 -3) 📝 `frontend/js/i18n/messages.json` (+1 -1) 📝 `frontend/scss/tabler-extra.scss` (+1 -0) 📝 `frontend/yarn.lock` (+245 -14) 📝 `global/certbot-dns-plugins.json` (+66 -10) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:32:26 +03:00
Sign in to join this conversation.
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
starred/nginx-proxy-manager-NginxProxyManager#3914
No description provided.