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
Clear and concise description of the feature you are proposing
I really hope to have a configuration parameter that allows the webpage to use a custom base URL when displaying the share link of the note, instead of the current host of the client.
I am not referring to the API's base URL, but just a display difference.
e.g. http://127.0.0.1:8787/xxxxxxx to https://www.example.com/xxxxxxx
Here is the use case: the domain name used when creating this note might be different from the domain name I want to share with others. For example, I access this service using an intranet, but I want to use a public FRP service domain name by default to share.
I think this is a very simple feature, and I am happy to add it to the code myself. I wrote a very simple piece of code, but I don't know why it didn't work as I expected. Specifically, how should I pass this parameter in like other environment variables?
What type of request is this?
New feature idea
Clear and concise description of the feature you are proposing
I really hope to have a configuration parameter that allows the webpage to use a custom base URL when displaying the share link of the note, instead of the current host of the client.
I am not referring to the API's base URL, but just a display difference.
e.g.
http://127.0.0.1:8787/xxxxxxx
tohttps://www.example.com/xxxxxxx
Here is the use case: the domain name used when creating this note might be different from the domain name I want to share with others. For example, I access this service using an intranet, but I want to use a public FRP service domain name by default to share.
I think this is a very simple feature, and I am happy to add it to the code myself. I wrote a very simple piece of code, but I don't know why it didn't work as I expected. Specifically, how should I pass this parameter in like other environment variables?
#386
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: