I'm trying to run Mergin Maps (official docker-compose setup) behind a reverse proxy at https://example.com/mergin/. The HTML loads correctly but many things fail because the application generates absolute paths.
Does Mergin Maps support being served from a subdirectory? Is there an environment variable like BASE_URL or PUBLIC_URL to configure this?