vivekratnavel / omniboard

Web-based dashboard for Sacred
MIT License
548 stars 46 forks source link

Starting Omniboard on Subpath https://url/subpath #225

Open simoncramer opened 4 years ago

simoncramer commented 4 years ago

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"

Thanks for your help!