mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-13 05:09:08 +02:00
* 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>
71 lines
3.2 KiB
Markdown
71 lines
3.2 KiB
Markdown
|
|
## 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)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.5.0 (2026-07-22)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
## 1.4.0-2 (16-07-2026)
|
|
- Minor bugs fixed
|
|
|
|
## 1.4.0 (2026-06-20)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
## 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)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.3.2 (2026-05-16)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.3.1 (2026-05-02)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.3.0 (2026-04-23)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.2.4 (2026-04-04)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.2.3 (2026-03-28)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.2.2 (2026-03-14)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.2.1 (2026-02-28)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.1.3 (2026-02-23)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.1.2 (2026-02-14)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.1.1 (2026-01-13)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.1.0 (2026-01-10)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.1.6b0 (2026-01-08)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.1.5b0 (2026-01-03)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
|
|
## 1.2.0 (2025-12-28)
|
|
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)
|
|
# Changelog
|
|
|
|
## 1.1.0
|
|
- Initial FileBrowser Quantum add-on.
|