Description
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
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?
Additional context
No response
Validations
- Check the feature is not already implemented in the project.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Check that the feature is technically feasible and aligns with the project's goals.
Activity