Closed
Description
Feature and motivation
For the moment the base URL of a grid is locked to be /ui/ at root level.
For my usage i had to manually change the path in the file : selenium/grid-ui/package.json at line 38 "homepage": "/ui"
to "homepage": "/selenium/ui"
Because for my usage the base URL host multiple services (so i have my URL like this www.myUrl.com/selenium/ui)
Currently i found no other way to provide the grid a custom base without having to recompile everything after a manual change.
Usage example
The grid could simply read an environment variable such as GRID_BASE_URL and if this variable exist use it instead of the /ui written in the code