[PR #4000] [MERGED] proxy supports configuring annotations, which will be displayed in the frps dashboard #4882

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4000
Author: @fatedier
Created: 2/19/2024
Status: Merged
Merged: 2/19/2024
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • b63df3d proxy supports configuring annotations, which will be displayed in the frps dashboard

📊 Changes

18 files changed (+287 additions, -129 deletions)

View changed files

📝 README.md (+2 -2)
📝 Release.md (+1 -9)
assets/frps/static/index-1gecbKzv.js (+0 -84)
assets/frps/static/index-Lf6B06jY.css (+0 -1)
assets/frps/static/index-ky4re_ta.js (+84 -0)
assets/frps/static/index-rzPDshRD.css (+1 -0)
📝 assets/frps/static/index.html (+2 -2)
📝 conf/frpc_full_example.toml (+7 -2)
📝 go.mod (+3 -0)
📝 go.sum (+6 -0)
📝 pkg/config/v1/proxy.go (+6 -3)
📝 pkg/config/v1/validation/proxy.go (+40 -3)
📝 pkg/msg/msg.go (+1 -0)
test/e2e/v1/basic/annotations.go (+54 -0)
📝 web/frps/components.d.ts (+3 -1)
📝 web/frps/src/components/ProxyView.vue (+23 -21)
📝 web/frps/src/components/ProxyViewExpand.vue (+46 -1)
📝 web/frps/src/utils/proxy.ts (+8 -0)

📄 Description

WHY

Fix #3914


🔄 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/4000 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/19/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`b63df3d`](https://github.com/fatedier/frp/commit/b63df3ded3840a6a84df1d161db68047502779b5) proxy supports configuring annotations, which will be displayed in the frps dashboard ### 📊 Changes **18 files changed** (+287 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `Release.md` (+1 -9) ➖ `assets/frps/static/index-1gecbKzv.js` (+0 -84) ➖ `assets/frps/static/index-Lf6B06jY.css` (+0 -1) ➕ `assets/frps/static/index-ky4re_ta.js` (+84 -0) ➕ `assets/frps/static/index-rzPDshRD.css` (+1 -0) 📝 `assets/frps/static/index.html` (+2 -2) 📝 `conf/frpc_full_example.toml` (+7 -2) 📝 `go.mod` (+3 -0) 📝 `go.sum` (+6 -0) 📝 `pkg/config/v1/proxy.go` (+6 -3) 📝 `pkg/config/v1/validation/proxy.go` (+40 -3) 📝 `pkg/msg/msg.go` (+1 -0) ➕ `test/e2e/v1/basic/annotations.go` (+54 -0) 📝 `web/frps/components.d.ts` (+3 -1) 📝 `web/frps/src/components/ProxyView.vue` (+23 -21) 📝 `web/frps/src/components/ProxyViewExpand.vue` (+46 -1) 📝 `web/frps/src/utils/proxy.ts` (+8 -0) </details> ### 📄 Description ### WHY Fix #3914 --- <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:50:32 -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#4882
No description provided.