[PR #4502] [CLOSED] added endpoint for backend api to query by domain #3890

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4502
Author: @code-a-cola
Created: 4/25/2025
Status: Closed

Base: developHead: develop


📝 Commits (7)

  • 6b0d0f4 added endpoint to query by domain
  • 86c834f added endpoint to query by domain
  • ba518d2 added endpoint to query by domain
  • 6a7214c added endpoint to query by domain
  • 8178951 added endpoint to query by domain
  • b606477 added endpoint to query by domain
  • 37302dd added endpoint to query by domain

📊 Changes

2 files changed (+96 additions, -0 deletions)

View changed files

📝 backend/internal/proxy-host.js (+50 -0)
📝 backend/routes/nginx/proxy_hosts.js (+46 -0)

📄 Description

we have automated script that run outside of NPM to allow for adding and removing proxies...

pulling a the entire proxy list to search for a proxy by domain is slow

adding an endpoint to query proxies by domain is much faster


🔄 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/4502 **Author:** [@code-a-cola](https://github.com/code-a-cola) **Created:** 4/25/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (7) - [`6b0d0f4`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6b0d0f46995d9b155cfe0615fd42545ec3e1db31) added endpoint to query by domain - [`86c834f`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/86c834ffbccdbad969a1e4c0479fe032035d111d) added endpoint to query by domain - [`ba518d2`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ba518d2d1497e3093460e65e6770c62c44a558b4) added endpoint to query by domain - [`6a7214c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6a7214caab2587074ea98123080321cdd1316830) added endpoint to query by domain - [`8178951`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8178951ff7fa16f81f71c228f29405ebf00f3ce4) added endpoint to query by domain - [`b606477`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/b60647795dc57fa360a5c81ffa941deec84337bb) added endpoint to query by domain - [`37302dd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/37302dd22a99d43af0827f19785cf8734758d5a1) added endpoint to query by domain ### 📊 Changes **2 files changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/proxy-host.js` (+50 -0) 📝 `backend/routes/nginx/proxy_hosts.js` (+46 -0) </details> ### 📄 Description we have automated script that run outside of NPM to allow for adding and removing proxies... pulling a the entire proxy list to search for a proxy by domain is slow adding an endpoint to query proxies by domain is much faster --- <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:20 +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#3890
No description provided.