mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #4000] [MERGED] proxy supports configuring annotations, which will be displayed in the frps dashboard #4882
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#4882
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/4000
Author: @fatedier
Created: 2/19/2024
Status: ✅ Merged
Merged: 2/19/2024
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
b63df3dproxy 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.