Good Morning!
I am new to nodejs, so hopefully this question is very easy to solve:
I have a URL pointing to my server on port 9000: https://url/omniboard/
How can I tell omniboard that it is running under a subpath /omniboard/. Right now the URL is always rewriten to /sacred, but it should be /omniboard/sacred.
My installation is a simple npm install -g omniboard. To start the board I use
omniboard --mu "mongodb://user:pw@urldb:portdb/db?authSource=admin"
Good Morning! I am new to nodejs, so hopefully this question is very easy to solve:
I have a URL pointing to my server on port 9000:
https://url/omniboard/
How can I tell omniboard that it is running under a subpath
/omniboard/
. Right now the URL is always rewriten to/sacred
, but it should be/omniboard/sacred
.My installation is a simple
npm install -g omniboard
. To start the board I useomniboard --mu "mongodb://user:pw@urldb:portdb/db?authSource=admin"
Thanks for your help!