emqx / emqx-dashboard

EMQX Dashboard
https://www.emqx.com
Apache License 2.0
54 stars 36 forks source link

Suggest add base url support. #45

Open andares opened 5 years ago

andares commented 5 years ago

pre issue: https://github.com/emqx/emqx-dashboard/issues/41

I think emqx dashboard is not support base url, in some times it be friendly for deploy.

gilbertwong96 commented 5 years ago

Thanks for your advice, @andares , we'll discuss about this feature.

GeorgeTsiokos commented 5 years ago

This would be very useful for deployments using reverse proxies!

chinajuanbob commented 3 years ago

+1

fekepp commented 3 years ago

+1

zohu commented 3 years ago

+1

isehuetdk commented 3 years ago

+1

byang822 commented 2 years ago

+1

PhaniKumar commented 2 years ago

This will be very useful when multiple applications are deployed in the Kubernetes cluster, so the paths won't be conflicting when defining the paths in the Ingress routes.

We are running emqx behind haproxy ingress controller and configured Ingress paths for dashboard, static and api as below.

/emqx-dashboard/ backend: emqx:18083 (path will be rewritten to /) /static/ backend: emqx:18083 /api/ backend: emqx:18083

It would be good if all the paths for the dashboard are prefixed like

/emqx-dashboard/ emqx:18083 /emqx-dashboard/static/ emqx:18083 /emqx-dashboard/api/ emqx:18083

stoetti commented 2 years ago

Any updates in this matter?

aventi-lasith commented 1 year ago

This would be very helpful when using on kubernetes behind NGINX so we don't have to reserve /api/v4 or v5 for EMQX dashboard

deathknight0718 commented 9 months ago

Is there any new progress on this issue?

devlifealways commented 7 months ago

+1