[PR #5115] [MERGED] server: add client registry with dashboard support #5133

Closed
opened 2026-05-05 14:55:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5115
Author: @fatedier
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 47ea94d server: add client registry with dashboard support

📊 Changes

59 files changed (+4204 additions, -1891 deletions)

View changed files

📝 assets/frpc/static/index-HyKZ_pht.js (+1 -1)
📝 assets/frpc/static/index.html (+1 -1)
assets/frps/static/index-82-40HIG.js (+0 -84)
assets/frps/static/index-BUrDiw1t.js (+1 -0)
assets/frps/static/index-D4KRVvIu.css (+1 -0)
assets/frps/static/index-rzPDshRD.css (+0 -1)
📝 assets/frps/static/index.html (+3 -3)
📝 client/service.go (+4 -0)
📝 conf/frpc_full_example.toml (+2 -0)
📝 pkg/config/flags.go (+1 -0)
📝 pkg/config/v1/client.go (+2 -0)
📝 pkg/msg/msg.go (+1 -0)
server/client_registry.go (+146 -0)
📝 server/control.go (+3 -0)
📝 server/dashboard_api.go (+151 -0)
📝 server/service.go (+16 -3)
📝 web/frps/.eslintrc.cjs (+1 -1)
📝 web/frps/components.d.ts (+13 -12)
📝 web/frps/index.html (+1 -1)
📝 web/frps/package.json (+17 -15)

...and 39 more files

📄 Description

WHY


🔄 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/fatedier/frp/pull/5115 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`47ea94d`](https://github.com/fatedier/frp/commit/47ea94d493bff32fe9e48dd08ab4a3f4dd8712ab) server: add client registry with dashboard support ### 📊 Changes **59 files changed** (+4204 additions, -1891 deletions) <details> <summary>View changed files</summary> 📝 `assets/frpc/static/index-HyKZ_pht.js` (+1 -1) 📝 `assets/frpc/static/index.html` (+1 -1) ➖ `assets/frps/static/index-82-40HIG.js` (+0 -84) ➕ `assets/frps/static/index-BUrDiw1t.js` (+1 -0) ➕ `assets/frps/static/index-D4KRVvIu.css` (+1 -0) ➖ `assets/frps/static/index-rzPDshRD.css` (+0 -1) 📝 `assets/frps/static/index.html` (+3 -3) 📝 `client/service.go` (+4 -0) 📝 `conf/frpc_full_example.toml` (+2 -0) 📝 `pkg/config/flags.go` (+1 -0) 📝 `pkg/config/v1/client.go` (+2 -0) 📝 `pkg/msg/msg.go` (+1 -0) ➕ `server/client_registry.go` (+146 -0) 📝 `server/control.go` (+3 -0) 📝 `server/dashboard_api.go` (+151 -0) 📝 `server/service.go` (+16 -3) 📝 `web/frps/.eslintrc.cjs` (+1 -1) 📝 `web/frps/components.d.ts` (+13 -12) 📝 `web/frps/index.html` (+1 -1) 📝 `web/frps/package.json` (+17 -15) _...and 39 more files_ </details> ### 📄 Description ### WHY <!-- author to complete --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:55:19 -06: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: github-starred/frp#5133
No description provided.