mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5188] [MERGED] add persistent proxy/visitor store with CRUD API and web UI #5161
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#5161
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/5188
Author: @fatedier
Created: 3/1/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
f18d97cadd persistent proxy/visitor store with CRUD API and web UI📊 Changes
89 files changed (+13743 additions, -3647 deletions)
View changed files
📝
.circleci/config.yml(+1 -1)📝
.github/workflows/golangci-lint.yml(+3 -3)📝
.github/workflows/goreleaser.yml(+1 -1)📝
.gitignore(+2 -12)📝
.golangci.yml(+4 -7)📝
README.md(+18 -9)📝
README_zh.md(+10 -9)📝
Release.md(+3 -4)📝
client/admin_api.go(+17 -6)📝
client/api/controller.go(+265 -64)➕
client/api/controller_test.go(+390 -0)📝
client/api/types.go(+27 -0)➕
client/config_manager.go(+365 -0)➕
client/config_manager_test.go(+134 -0)➕
client/configmgmt/types.go(+42 -0)📝
client/control.go(+7 -3)📝
client/proxy/proxy_manager.go(+1 -1)📝
client/proxy/proxy_wrapper.go(+6 -1)📝
client/proxy/xtcp.go(+2 -1)📝
client/service.go(+116 -10)...and 69 more files
📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.