Ombi doesn't work properly behind a reverse proxy with paths other than root, unless you change the base URL.
The upstream Docker image (linuxserver/docker-ombi) has support for this feature.
I will follow up with a PR with my solution to the problem.
of note: image tag v3.0.4892-ls61, which is current release, supports this feature, the chart default image tag3.0.5020-ls5` does NOT support this feature. However, no harm no foul - if an image doesn't support the feature, this won't break anything, you just won't get the extra runtime parameter of --baseurl
Ombi doesn't work properly behind a reverse proxy with paths other than root, unless you change the base URL.
The upstream Docker image (linuxserver/docker-ombi) has support for this feature.
I will follow up with a PR with my solution to the problem.
of note: image tag
v3.0.4892-ls61, which is current release, supports this feature, the chart default image tag
3.0.5020-ls5` does NOT support this feature. However, no harm no foul - if an image doesn't support the feature, this won't break anything, you just won't get the extra runtime parameter of --baseurl