mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3914] [Feature Request] - Ability to record personal notes on the proxy #3104
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#3104
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?
Originally created by @manprint on GitHub (Jan 6, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3914
Describe the feature request
It would be really great to be able to record personal notes on the client-side proxy when it is instantiated. For example, you could enter a note key on the proxy client configuration for tcp, upd, http, https, etc:
This note should appear in the proxy console details, so that it is possible to immediately understand what that proxy does and where it has been instantiated.
Thank you so much for your work and for this amazing project
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jan 8, 2024):
Where exactly do you mean to display it?
The mechanism similar to K8s object annotation is being considered.
@manprint commented on GitHub (Jan 8, 2024):
Hi @fatedier,
thanks for your quick response.
The entered note may appear in the console in the proxy detail, for example under the "Last Start" label.
I attach an example image
Thank You.
@fatedier commented on GitHub (Jan 9, 2024):
@manprint OK. I will consider this feature, but it may introduce an annotations map instead of a single note, which would provide greater scalability.