[PR #5188] [MERGED] add persistent proxy/visitor store with CRUD API and web UI #5161

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

📋 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: devHead: new


📝 Commits (1)

  • f18d97c add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/5188 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/1/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`f18d97c`](https://github.com/fatedier/frp/commit/f18d97c96fefd6f36db98da4ee3935c1dfbf6988) add persistent proxy/visitor store with CRUD API and web UI ### 📊 Changes **89 files changed** (+13743 additions, -3647 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </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:52 -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#5161
No description provided.