[PR #1064] [MERGED] v2.9.0 #3350

Closed
opened 2026-02-26 07:38:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1064
Author: @jc21
Created: 5/6/2021
Status: Merged
Merged: 5/6/2021
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 3c35039 docker-compose Instructions for streams support
  • 847d71f Bump is-svg from 4.2.1 to 4.2.2 in /docs
  • 63d3c2d Add More Access List Entries & Access List Help
  • 0d25dc1 Bump y18n from 4.0.0 to 4.0.1 in /backend
  • 096b714 Bump y18n from 4.0.0 to 4.0.1 in /test
  • 48d421b Bump y18n from 4.0.0 to 4.0.1 in /docs
  • f056b9d Move 'Force SSL' definitions to host root configuration
  • 421934e Move 'Allow Websockets' definitions to host root configuration
  • 6910635 Updated credentials for netcup dns challange
  • 30fa63b don't fix the select height, to fix multiline select

📊 Changes

22 files changed (+411 additions, -248 deletions)

View changed files

📝 .version (+1 -1)
📝 Jenkinsfile (+1 -1)
📝 README.md (+108 -32)
📝 backend/internal/certificate.js (+5 -1)
📝 backend/templates/dead_host.conf (+1 -1)
📝 backend/templates/proxy_host.conf (+8 -7)
📝 backend/templates/redirection_host.conf (+1 -1)
📝 backend/yarn.lock (+3 -3)
📝 docker/Dockerfile (+25 -20)
📝 docker/dev/Dockerfile (+10 -14)
📝 docs/setup/README.md (+2 -0)
📝 docs/yarn.lock (+9 -9)
📝 frontend/js/app/nginx/access/form.ejs (+18 -0)
📝 frontend/js/app/nginx/access/form.js (+24 -15)
📝 frontend/js/app/nginx/access/form/client.ejs (+1 -1)
📝 frontend/js/i18n/messages.json (+3 -1)
📝 frontend/scss/selectize.scss (+4 -0)
📝 frontend/scss/tabler-extra.scss (+5 -0)
📝 frontend/yarn.lock (+6 -6)
📝 global/certbot-dns-plugins.js (+12 -3)

...and 2 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/1064 **Author:** [@jc21](https://github.com/jc21) **Created:** 5/6/2021 **Status:** ✅ Merged **Merged:** 5/6/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`3c35039`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/3c350394459f35c14a2a01a354147f0c8f11d995) docker-compose Instructions for streams support - [`847d71f`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/847d71f72a14de4bab76ee6c7df500e4a64f8762) Bump is-svg from 4.2.1 to 4.2.2 in /docs - [`63d3c2d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/63d3c2d06f8e958b5840952e196c0ae950ed5b8b) Add More Access List Entries & Access List Help - [`0d25dc1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/0d25dc1aaa555cca4df3991f768ed007a6d332e1) Bump y18n from 4.0.0 to 4.0.1 in /backend - [`096b714`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/096b714117f9ec248020bd7e57badca22378e363) Bump y18n from 4.0.0 to 4.0.1 in /test - [`48d421b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/48d421ba28d67353c4d8e25655d94263e1b597b8) Bump y18n from 4.0.0 to 4.0.1 in /docs - [`f056b9d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f056b9dc7f94118b5d6ccb54661f466c2a0e3566) Move 'Force SSL' definitions to host root configuration - [`421934e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/421934efedd12ba047f78243fb25388a613e29f8) Move 'Allow Websockets' definitions to host root configuration - [`6910635`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/691063545cf08bf0090a135e0dbf382d14953c3e) Updated credentials for netcup dns challange - [`30fa63b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/30fa63b379450bce2b09f606327603a888040afe) don't fix the select height, to fix multiline select ### 📊 Changes **22 files changed** (+411 additions, -248 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `Jenkinsfile` (+1 -1) 📝 `README.md` (+108 -32) 📝 `backend/internal/certificate.js` (+5 -1) 📝 `backend/templates/dead_host.conf` (+1 -1) 📝 `backend/templates/proxy_host.conf` (+8 -7) 📝 `backend/templates/redirection_host.conf` (+1 -1) 📝 `backend/yarn.lock` (+3 -3) 📝 `docker/Dockerfile` (+25 -20) 📝 `docker/dev/Dockerfile` (+10 -14) 📝 `docs/setup/README.md` (+2 -0) 📝 `docs/yarn.lock` (+9 -9) 📝 `frontend/js/app/nginx/access/form.ejs` (+18 -0) 📝 `frontend/js/app/nginx/access/form.js` (+24 -15) 📝 `frontend/js/app/nginx/access/form/client.ejs` (+1 -1) 📝 `frontend/js/i18n/messages.json` (+3 -1) 📝 `frontend/scss/selectize.scss` (+4 -0) 📝 `frontend/scss/tabler-extra.scss` (+5 -0) 📝 `frontend/yarn.lock` (+6 -6) 📝 `global/certbot-dns-plugins.js` (+12 -3) _...and 2 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 07:38:58 +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#3350
No description provided.