升级了filebrowser;

This commit is contained in:
waxgourd
2025-05-27 18:38:44 +08:00
parent 63fa7c961e
commit 661951ba56
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
### 2.32.0 (27-05-2025)
- 需要 Home Assistant 核心版本 > 2025.5.0
- 更新到最新镜像
### 2.23.0_14 (26-05-2025) ### 2.23.0_14 (26-05-2025)
- 回退到此版本 - 回退到此版本
### 2.32.0 (13-05-2025) ### 2.32.0 (13-05-2025)

View File

@@ -77,8 +77,10 @@
"PGID": "0", "PGID": "0",
"PUID": "0" "PUID": "0"
}, },
"homeassistant": "2025.5.0",
"image": "r.hassbus.com/alexbelgium/filebrowser-{arch}", "image": "r.hassbus.com/alexbelgium/filebrowser-{arch}",
"ingress": true, "ingress": true,
"ingress_port": 8071,
"ingress_stream": true, "ingress_stream": true,
"map": [ "map": [
"addon_config:rw", "addon_config:rw",
@@ -101,7 +103,7 @@
"panel_admin": false, "panel_admin": false,
"panel_icon": "mdi:file-search", "panel_icon": "mdi:file-search",
"ports": { "ports": {
"8080/tcp": null "8080/tcp": 8071
}, },
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"