[PR #5184] Add rate limiting, load balancing features and pt_br locale #4081

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5184
Author: @MendesCorporation
Created: 1/17/2026
Status: 🔄 Open

Base: developHead: develop


📝 Commits (4)

  • ba3601c Add rate limiting, load balancing features and pt_br locale
  • 7c30355 Fix MySQL migration: use json() instead of text() with default
  • a7ddc7b fix to default proxy_host.js and fix translate pt_br
  • 9c72899 chore: trigger CI rebuild

📊 Changes

45 files changed (+3063 additions, -99 deletions)

View changed files

📝 backend/internal/proxy-host.js (+118 -0)
backend/migrations/20260117120000_rate_limit.js (+38 -0)
backend/migrations/20260118120000_load_balancing.js (+38 -0)
backend/migrations/20260118123000_rate_limit_options.js (+37 -0)
📝 backend/models/proxy_host.js (+9 -1)
📝 backend/schema/components/proxy-host-object.json (+81 -0)
📝 backend/schema/paths/nginx/proxy-hosts/get.json (+8 -0)
📝 backend/schema/paths/nginx/proxy-hosts/hostID/get.json (+8 -0)
📝 backend/schema/paths/nginx/proxy-hosts/hostID/put.json (+32 -0)
📝 backend/schema/paths/nginx/proxy-hosts/post.json (+36 -1)
📝 backend/templates/_assets.conf (+40 -3)
📝 backend/templates/proxy_host.conf (+37 -0)
📝 frontend/check-locales.cjs (+1 -0)
📝 frontend/src/api/backend/models.ts (+17 -0)
frontend/src/components/Form/LoadBalancingFields.tsx (+155 -0)
📝 frontend/src/components/Form/index.ts (+1 -0)
📝 frontend/src/hooks/useProxyHost.ts (+8 -0)
📝 frontend/src/locale/IntlProvider.tsx (+3 -0)
📝 frontend/src/locale/src/HelpDoc/index.ts (+2 -1)
frontend/src/locale/src/HelpDoc/pt_br/AccessLists.md (+7 -0)

...and 25 more files

📄 Description

  • Add rate limiting support for proxy hosts with configurable requests per second/minute, burst, and delay options
  • Add load balancing support with round robin, least connections, and IP hash methods
  • Add Brazilian Portuguese (pt_br) locale with full translations
  • Fix rate limit burst comparison in Liquid template
  • Add database migrations for new features
image image image image

Fix #116
Fix #2840
Related to #2917


🔄 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/5184 **Author:** [@MendesCorporation](https://github.com/MendesCorporation) **Created:** 1/17/2026 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`ba3601c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ba3601cc2bdd33fd8dd4d4d4124effef12401759) Add rate limiting, load balancing features and pt_br locale - [`7c30355`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7c303552eeb127005401b6e2c5bc6dee2e0a6e15) Fix MySQL migration: use json() instead of text() with default - [`a7ddc7b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a7ddc7b698655ef626d2dee8479f86b83ffd8fb9) fix to default proxy_host.js and fix translate pt_br - [`9c72899`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/9c72899ac7c11c048d5e73b597e55d2f431217d2) chore: trigger CI rebuild ### 📊 Changes **45 files changed** (+3063 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/proxy-host.js` (+118 -0) ➕ `backend/migrations/20260117120000_rate_limit.js` (+38 -0) ➕ `backend/migrations/20260118120000_load_balancing.js` (+38 -0) ➕ `backend/migrations/20260118123000_rate_limit_options.js` (+37 -0) 📝 `backend/models/proxy_host.js` (+9 -1) 📝 `backend/schema/components/proxy-host-object.json` (+81 -0) 📝 `backend/schema/paths/nginx/proxy-hosts/get.json` (+8 -0) 📝 `backend/schema/paths/nginx/proxy-hosts/hostID/get.json` (+8 -0) 📝 `backend/schema/paths/nginx/proxy-hosts/hostID/put.json` (+32 -0) 📝 `backend/schema/paths/nginx/proxy-hosts/post.json` (+36 -1) 📝 `backend/templates/_assets.conf` (+40 -3) 📝 `backend/templates/proxy_host.conf` (+37 -0) 📝 `frontend/check-locales.cjs` (+1 -0) 📝 `frontend/src/api/backend/models.ts` (+17 -0) ➕ `frontend/src/components/Form/LoadBalancingFields.tsx` (+155 -0) 📝 `frontend/src/components/Form/index.ts` (+1 -0) 📝 `frontend/src/hooks/useProxyHost.ts` (+8 -0) 📝 `frontend/src/locale/IntlProvider.tsx` (+3 -0) 📝 `frontend/src/locale/src/HelpDoc/index.ts` (+2 -1) ➕ `frontend/src/locale/src/HelpDoc/pt_br/AccessLists.md` (+7 -0) _...and 25 more files_ </details> ### 📄 Description - Add rate limiting support for proxy hosts with configurable requests per second/minute, burst, and delay options - Add load balancing support with round robin, least connections, and IP hash methods - Add Brazilian Portuguese (pt_br) locale with full translations - Fix rate limit burst comparison in Liquid template - Add database migrations for new features <img width="660" height="567" alt="image" src="https://github.com/user-attachments/assets/b594174b-a75f-48b7-a840-72e5fc933ad8" /> <img width="656" height="718" alt="image" src="https://github.com/user-attachments/assets/0d89f8b3-8e11-4e12-943a-40de35793e35" /> <img width="653" height="637" alt="image" src="https://github.com/user-attachments/assets/d443ed05-7a07-4b4f-952a-4b506ca6b155" /> <img width="238" height="815" alt="image" src="https://github.com/user-attachments/assets/8a0531e2-bff7-4d64-99ee-f667155a4b0e" /> Fix #116 Fix #2840 Related to #2917 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#4081
No description provided.