I'm not sure how this container is expected to be used. If it's behind a reverse proxy and I want to put it on a path like /ui/headplane/* how can I do it? When I visit /ui/headplane/admin it tries to redirect me to /admin/machines instead of /ui/headplane/admin/machines and then 404s
Anyone else managed to get this working on a reverse proxy? Using nginx BTW. I tried rebuilding app and publishing image with __INTERNAL_PREFIX= as empty string but then once container is running it 404s. :( what can I do to fix this?
I'm not sure how this container is expected to be used. If it's behind a reverse proxy and I want to put it on a path like
/ui/headplane/*how can I do it? When I visit/ui/headplane/adminit tries to redirect me to/admin/machinesinstead of/ui/headplane/admin/machinesand then 404sAnyone else managed to get this working on a reverse proxy? Using nginx BTW. I tried rebuilding app and publishing image with
__INTERNAL_PREFIX=as empty string but then once container is running it 404s. :( what can I do to fix this?