[GH-ISSUE #3914] [Feature Request] - Ability to record personal notes on the proxy #3104

Closed
opened 2026-05-05 14:00:41 -06:00 by gitea-mirror · 3 comments
Owner

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:

[[proxies]]
name = "web"
note = "Tunnel for develop my awesome app, located on aws cloud server named: mydemoapp_v01"
type = "http"
localPort = 80
customDomains = ["www.example.com"] 

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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: ``` [[proxies]] name = "web" note = "Tunnel for develop my awesome app, located on aws cloud server named: mydemoapp_v01" type = "http" localPort = 80 customDomains = ["www.example.com"] ``` 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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:00:41 -06:00
  • closed this issue
  • added the
    todo
    label
Author
Owner

@fatedier commented on GitHub (Jan 8, 2024):

This note should appear in the proxy console details.

Where exactly do you mean to display it?

The mechanism similar to K8s object annotation is being considered.

<!-- gh-comment-id:1880316804 --> @fatedier commented on GitHub (Jan 8, 2024): > This note should appear in the proxy console details. Where exactly do you mean to display it? The mechanism similar to K8s object annotation is being considered.
Author
Owner

@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

frp

Thank You.

<!-- gh-comment-id:1881714882 --> @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 ![frp](https://github.com/fatedier/frp/assets/64725303/933f8aaf-934a-4b57-b22b-604d4973f15b) Thank You.
Author
Owner

@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.

<!-- gh-comment-id:1882263689 --> @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.
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#3104
No description provided.