[PR #1080] [MERGED] frpc: support admin UI #4318

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1080
Author: @fatedier
Created: 2/11/2019
Status: Merged
Merged: 2/11/2019
Merged by: @fatedier

Base: devHead: client


📝 Commits (8)

  • 3585e45 frpc: add api GET api/config
  • d879b82 frpc: add api PUT api/config
  • 96d7e2d add admin UI for frpc
  • 7f9ea48 bump version to v0.24.0
  • 66555db frpc admin: not allow empty PUT /api/config body
  • fe403ab frpc: update admin_api
  • 95a881a frps: update server dashboard_api
  • 2481dfa fix api

📊 Changes

43 files changed (+16375 additions, -120 deletions)

View changed files

📝 Makefile (+6 -6)
📝 assets/assets.go (+4 -4)
📝 assets/frpc/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
📝 assets/frpc/static/favicon.ico (+0 -0)
assets/frpc/static/index.html (+1 -0)
assets/frpc/static/manifest.js (+1 -0)
assets/frpc/static/vendor.js (+1 -0)
assets/frpc/statik/statik.go (+10 -0)
assets/frps/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
assets/frps/static/favicon.ico (+0 -0)
📝 assets/frps/static/index.html (+0 -0)
📝 assets/frps/static/manifest.js (+0 -0)
📝 assets/frps/static/vendor.js (+0 -0)
assets/frps/statik/statik.go (+10 -0)
assets/statik/statik.go (+0 -12)
📝 client/admin.go (+10 -0)
📝 client/admin_api.go (+140 -26)
📝 client/service.go (+9 -1)
📝 cmd/frpc/main.go (+2 -1)
📝 cmd/frpc/sub/reload.go (+4 -11)

...and 23 more files

📄 Description

No description provided


🔄 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/1080 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/11/2019 **Status:** ✅ Merged **Merged:** 2/11/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `client` --- ### 📝 Commits (8) - [`3585e45`](https://github.com/fatedier/frp/commit/3585e456d4d3b1053f96e4668edd21f6a8d40e70) frpc: add api GET api/config - [`d879b82`](https://github.com/fatedier/frp/commit/d879b8208b3047ff5391985b0fc3874f37bf7786) frpc: add api PUT api/config - [`96d7e2d`](https://github.com/fatedier/frp/commit/96d7e2da6faf81275bf7dceba97413272ad0fbce) add admin UI for frpc - [`7f9ea48`](https://github.com/fatedier/frp/commit/7f9ea48405ce9b841c30ede08becb511b09a5521) bump version to v0.24.0 - [`66555db`](https://github.com/fatedier/frp/commit/66555dbb00a493b6e74bda6c0c54ad287389c293) frpc admin: not allow empty PUT /api/config body - [`fe403ab`](https://github.com/fatedier/frp/commit/fe403ab328685389f1768bcb8d7a64d22c75cb70) frpc: update admin_api - [`95a881a`](https://github.com/fatedier/frp/commit/95a881a7d3253c2334cd750ccc59375df53942c6) frps: update server dashboard_api - [`2481dfa`](https://github.com/fatedier/frp/commit/2481dfab64245a8699b70606f6270226cdf6081b) fix api ### 📊 Changes **43 files changed** (+16375 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+6 -6) 📝 `assets/assets.go` (+4 -4) 📝 `assets/frpc/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) 📝 `assets/frpc/static/favicon.ico` (+0 -0) ➕ `assets/frpc/static/index.html` (+1 -0) ➕ `assets/frpc/static/manifest.js` (+1 -0) ➕ `assets/frpc/static/vendor.js` (+1 -0) ➕ `assets/frpc/statik/statik.go` (+10 -0) ➕ `assets/frps/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) ➕ `assets/frps/static/favicon.ico` (+0 -0) 📝 `assets/frps/static/index.html` (+0 -0) 📝 `assets/frps/static/manifest.js` (+0 -0) 📝 `assets/frps/static/vendor.js` (+0 -0) ➕ `assets/frps/statik/statik.go` (+10 -0) ➖ `assets/statik/statik.go` (+0 -12) 📝 `client/admin.go` (+10 -0) 📝 `client/admin_api.go` (+140 -26) 📝 `client/service.go` (+9 -1) 📝 `cmd/frpc/main.go` (+2 -1) 📝 `cmd/frpc/sub/reload.go` (+4 -11) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <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:39:45 -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#4318
No description provided.