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

Hard coded path make it impossible to host the UI on a path (instead of the domain root) #2909

Closed
2 tasks done
gratus-acuitymd opened this issue Sep 20, 2024 · 3 comments · Fixed by #2966
Closed
2 tasks done
Assignees

Comments

@gratus-acuitymd
Copy link

gratus-acuitymd commented Sep 20, 2024

Prerequisites

Description

I am trying to host the locust UI on a path like this:
www.mydomain.com/tests/locust

But the full UI paths (like this one ) prevent me from doing that.

Can these paths be relative (with or without a configurable <base> url)?

Happy to work on it if this is of value/agreeable.

@kavlevru
Copy link

Yes, it's important. I want to run locust from Gitlab Ci jobs, and I need a relative way, for example example.com/222222/ where 222222 is the job ID

@Grommash9
Copy link
Contributor

Sounds good to have it, I am also need it

@andrewbaldwin44
Copy link
Collaborator

Hi @gratus-acuitymd, if you're willing to work on it that would be great! Just keep in mind that the API requests in locust/webui/src/redux/api/swarm.ts may equally need a relative or configurable base URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants