Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set path for host in config file #19

Open
chrismaster opened this issue Sep 14, 2024 · 1 comment
Open

set path for host in config file #19

chrismaster opened this issue Sep 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@chrismaster
Copy link

Is there a way to set the path for the host
eg:
now
http://localhost:8013/labeldesigner
with path
http://localhost:8013/somepath/labeldesigner

the url labeldesigner does not care about the path, but the static files like css
/static/css/bootstrap.min.css
/static/css/bootstrap-icons.min.css
/static/css/custom.css

@FriedrichFroebel
Copy link
Owner

No, there currently is no way to do so (and AFAIK has never been). But I understand that this might be desirable, as the static references might lead to conflicts otherwise when a setup with a reverse proxy or similar is used.

Feel free to submit a corresponding PR (with tests) to handle this.

@FriedrichFroebel FriedrichFroebel added the enhancement New feature or request label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants