[PR #5276] [MERGED] v2.13.7 #4141

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5276
Author: @jc21
Created: 2/4/2026
Status: Merged
Merged: 2/5/2026
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • c9f4537 Fixed #4715 by updating certbot-dns-cloudns
  • 0b464ac Add french locale
  • afb196e Update German translations
  • 7ee9a3c Merge pull request #4952 from GedasMirak/develop
  • 9ea6fee Merge pull request #4930 from blinkerfluessigkeit/lang-de
  • 4185665 Add Turkish locale and help documentation
  • bb0a50e chore: trigger CI
  • 4e412f1 fix: resolve lint issues in IntlProvider and HelpDoc
  • 131e5fe fix: remove duplicate locales in lang-list
  • 7bcc34d add dependabot config

📊 Changes

75 files changed (+5165 additions, -1754 deletions)

View changed files

.github/dependabot.yml (+104 -0)
📝 .github/workflows/stale.yml (+1 -1)
📝 .version (+1 -1)
📝 README.md (+1 -1)
📝 backend/biome.json (+1 -1)
📝 backend/certbot/dns-plugins.json (+1 -1)
📝 backend/internal/2fa.js (+34 -20)
📝 backend/lib/config.js (+2 -1)
📝 backend/package.json (+18 -17)
📝 backend/schema/paths/tokens/2fa/post.json (+1 -1)
📝 backend/schema/paths/users/userID/2fa/backup-codes/post.json (+2 -2)
📝 backend/schema/paths/users/userID/2fa/enable/post.json (+2 -2)
📝 backend/yarn.lock (+740 -636)
📝 docker/docker-compose.ci.yml (+1 -1)
📝 docker/docker-compose.dev.yml (+1 -1)
📝 docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf (+3 -0)
📝 frontend/biome.json (+1 -1)
📝 frontend/check-locales.cjs (+84 -92)
📝 frontend/package.json (+21 -21)
📝 frontend/src/locale/IntlProvider.tsx (+86 -78)

...and 55 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/5276 **Author:** [@jc21](https://github.com/jc21) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`c9f4537`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c9f453714b6d09bfd5daa418124392afb83c609d) Fixed #4715 by updating certbot-dns-cloudns - [`0b464ac`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/0b464ac9fddd569aa0aedb8180a2e684333302a0) Add french locale - [`afb196e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/afb196e5b6b8e1fb99f3878accf6ae6c2f3dc995) Update German translations - [`7ee9a3c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7ee9a3c9f0bf3929968177d004e8c15877fdd7d1) Merge pull request #4952 from GedasMirak/develop - [`9ea6fee`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/9ea6fee3ce32e6743dded939dd34d4373b2267ab) Merge pull request #4930 from blinkerfluessigkeit/lang-de - [`4185665`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/41856655703d5c4ecc2784bb445634a949bf1530) Add Turkish locale and help documentation - [`bb0a50e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/bb0a50eccbf6e21a092740ced0e6761a174aa048) chore: trigger CI - [`4e412f1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4e412f18bbebaa57aa43eb5c606ba42019611473) fix: resolve lint issues in IntlProvider and HelpDoc - [`131e5fe`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/131e5fea4fc87f6ecf33bb143c6c9cea631a0735) fix: remove duplicate locales in lang-list - [`7bcc34d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7bcc34dea9f0040710cd0d02cdafbef3ad730946) add dependabot config ### 📊 Changes **75 files changed** (+5165 additions, -1754 deletions) <details> <summary>View changed files</summary> ➕ `.github/dependabot.yml` (+104 -0) 📝 `.github/workflows/stale.yml` (+1 -1) 📝 `.version` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/biome.json` (+1 -1) 📝 `backend/certbot/dns-plugins.json` (+1 -1) 📝 `backend/internal/2fa.js` (+34 -20) 📝 `backend/lib/config.js` (+2 -1) 📝 `backend/package.json` (+18 -17) 📝 `backend/schema/paths/tokens/2fa/post.json` (+1 -1) 📝 `backend/schema/paths/users/userID/2fa/backup-codes/post.json` (+2 -2) 📝 `backend/schema/paths/users/userID/2fa/enable/post.json` (+2 -2) 📝 `backend/yarn.lock` (+740 -636) 📝 `docker/docker-compose.ci.yml` (+1 -1) 📝 `docker/docker-compose.dev.yml` (+1 -1) 📝 `docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf` (+3 -0) 📝 `frontend/biome.json` (+1 -1) 📝 `frontend/check-locales.cjs` (+84 -92) 📝 `frontend/package.json` (+21 -21) 📝 `frontend/src/locale/IntlProvider.tsx` (+86 -78) _...and 55 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:33:17 +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#4141
No description provided.