Files
hassio-addons/filebrowser_quantum/CHANGELOG.md
Pol Montanera 232e697301 Fix FileBrowser Quantum direct web access (#2979)
* Fix FileBrowser Quantum direct web access

* fix(filebrowser_quantum): make direct ip:port access actually work

ports: {8080/tcp: 8071} alone (as originally proposed) publishes the app's
own port, but FileBrowser Quantum's server.baseURL is set at boot to the
Supervisor ingress-entry path (an opaque, per-install hash), so the app only
serves correctly under that exact path -- a bare port publish gives an
unreachable page, per alexbelgium's own analysis on #2978.

Add a second, dedicated nginx vhost (direct.conf) that proxies a fixed public
path (/filebrowser_quantum/) onto the same ingress-entry baseURL the existing
ingress vhost already targets, instead of changing the app's baseURL itself.
This leaves the ingress vhost, and therefore Ingress access, completely
unchanged -- only the new vhost is new surface area. config.yaml now
publishes the new vhost's internal port (8072) to host 8071, not the app's
own 8080 directly.

Co-authored-by: polmonta <polmonta05@gmail.com>

---------

Co-authored-by: polmonta <polmonta05@gmail.com>
Co-authored-by: alexbelgium <alexandre.pary@gmail.com>
2026-08-17 18:32:48 +02:00

3.2 KiB

1.5.1.1 (2026-08-16)

  • Expose the web UI on host port 8071, reachable at <your-ip>:8071 (redirects to /filebrowser_quantum/). Direct access is served by a new, separate nginx vhost that proxies to the same backend Ingress already uses; Ingress itself, and the app's own base URL, are unchanged.

1.5.1 (2026-08-08)

1.5.0 (2026-07-22)

1.4.0-2 (16-07-2026)

  • Minor bugs fixed

1.4.0 (2026-06-20)

1.3.3-8 (2026-06-03)

  • Add default_user_scope option: sets the FileBrowser source path and default user scope (must be an existing absolute directory path, defaults to /)

  • Allow config persistence

1.3.3 (2026-05-19)

1.3.2 (2026-05-16)

1.3.1 (2026-05-02)

1.3.0 (2026-04-23)

1.2.4 (2026-04-04)

1.2.3 (2026-03-28)

1.2.2 (2026-03-14)

1.2.1 (2026-02-28)

1.1.3 (2026-02-23)

1.1.2 (2026-02-14)

1.1.1 (2026-01-13)

1.1.0 (2026-01-10)

1.1.6b0 (2026-01-08)

1.1.5b0 (2026-01-03)

1.2.0 (2025-12-28)

Changelog

1.1.0

  • Initial FileBrowser Quantum add-on.