diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 14f94ba..3dada6e 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2.32.0 (27-05-2025) +- 需要 Home Assistant 核心版本 > 2025.5.0 +- 更新到最新镜像 ### 2.23.0_14 (26-05-2025) - 回退到此版本 ### 2.32.0 (13-05-2025) diff --git a/filebrowser/config.json b/filebrowser/config.json index 16399ee..c498dd2 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -77,8 +77,10 @@ "PGID": "0", "PUID": "0" }, + "homeassistant": "2025.5.0", "image": "r.hassbus.com/alexbelgium/filebrowser-{arch}", "ingress": true, + "ingress_port": 8071, "ingress_stream": true, "map": [ "addon_config:rw", @@ -101,7 +103,7 @@ "panel_admin": false, "panel_icon": "mdi:file-search", "ports": { - "8080/tcp": null + "8080/tcp": 8071 }, "ports_description": { "8080/tcp": "Web UI port"