emqx-dashboard
emqx-dashboard copied to clipboard
Suggest add base url support.
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.
Thanks for your advice, @andares , we'll discuss about this feature.
This would be very useful for deployments using reverse proxies!
+1
+1
+1
+1
+1
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
Any updates in this matter?
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
Is there any new progress on this issue?
+1