mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5115] [MERGED] server: add client registry with dashboard support #5133
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:new📝 Commits (1)
47ea94dserver: 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.