RasaX UI Repo accessible?

Hi there

I was wondering if the UI code that is used per default by rasax is publicly accessible? Wanna solve an issue regarding this prev. post from me:

Tl;dr:

  • RasaX cannot be hostet behind an URL Path.
  • Must use a subdomain and map my k8s service to the “Root” because the ui is using absolute paths everywhere
  • I cannot map the service that way because of restrictive policies in my case

It would be easy to fix that but apparently nobody tried to setup rasax behind an URI path before? For instance, you could just bind an env var “PUBLIC_URL” or something like that and setup the app behaviour to regard the full URL including the Path that I wanna use to expose my rasax service on my k8s.

Would be happy to implement such a mechanism and open a PR for that…

Kind regards

Peter