You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to add custom properties to peers, e.g. an email, a location, etc. you name it.
Describe the solution you'd like
I think there are two ways to go about this:
Every peer just gets another multiline text field named e.g. comments, meta etc. and then the user can decide what to do with it.
The user / admin can dynamically define additional fields for all peers e.g. in Settings -> Peer Settings and then input text fields are displayed in the Peer Settings (of an individual peer). The data could be stored in a JSON object to allow for flexibility compared to database fields.
I am willing to work on a MR, but I want to know ahead of time if you would even consider it and which solution you find favorable.
The text was updated successfully, but these errors were encountered:
Hi! This is a great idea and I was actually thinking the same thing.. My idea was to implement this directly into each configurations datatable. And for each additional fields, we name it with a prefix like wg0.userinfo.email, wg0.userinfo.phonenumber so we don't mix up with other default fields. What do you think?
Is your feature request related to a problem? Please describe.
I would like to add custom properties to peers, e.g. an email, a location, etc. you name it.
Describe the solution you'd like
I think there are two ways to go about this:
I am willing to work on a MR, but I want to know ahead of time if you would even consider it and which solution you find favorable.
The text was updated successfully, but these errors were encountered: