It is often useful with self-hosted service to put them behind a reverse-proxy with subpath routing. I tried using the HOST variable to specify the subpath in KoInsight but it did not work. The code still appears to access resources via HTTP disregarding HOST and using internal "/" which fails.
It is often useful with self-hosted service to put them behind a reverse-proxy with subpath routing. I tried using the
HOSTvariable to specify the subpath in KoInsight but it did not work. The code still appears to access resources via HTTP disregardingHOSTand using internal "/" which fails.