calibre-web icon indicating copy to clipboard operation
calibre-web copied to clipboard

Support for custom port

Open luochen1990 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

When I'm using a custom port which is neither 80 nor 443, the jump link (such as login and search page) will lose the port, and this cannot be solved by an Nginx configuration since these port might not be accessable for some special reason.

Describe the solution you'd like

Add an option such as "jump_url_prefix" so that user can specify the correct url prefix.

Describe alternatives you've considered

Add an option such as "public_port" so that user can specify the correct port.

luochen1990 avatar May 26 '22 04:05 luochen1990