Self-hosted BitWarden with reverse proxy subdomain

Hi, I’m trying to set up a self-hosted BitWarden instance, and I’m having trouble running it under my reverse proxy. My preferred method is to proxy applications as subdirectories using my existing Apache server, e.g. hosting bitwarden under https://home.example.net/bitwarden/.

I installed BitWarden without its own certificate and I added the subdirectory as part of the “domain” when the install script asked; that seems to work so far. However, when I try to pull up the root page (i.e. “/bitwarden/”), I get a blank page. All the content URLs in the HTML seem fine, but I think the cause is the use of the base element in the HTML; this causes the browser to look in /js/ instead of /bitwarden/js/.

Here’s where the base element is apparently declared: web/index.html at master · bitwarden/web · GitHub

Is there a way I can get this to work? I’m not sure whether this would count as a feature request or a bug report.