升级了filebrower、xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;

This commit is contained in:
waxgourd
2025-05-13 20:51:41 +08:00
parent 0ddb1f1ed9
commit 5e976cf1cf
8 changed files with 18 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
{
"arch": [
"aarch64",
"amd64"
"amd64",
"armv7"
],
"codenotary": "wghaos@163.com",
"description": "filebrowser提供指定目录下的文件管理界面可用于上传、删除、预览、重命名和编辑文件",
@@ -77,8 +78,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 +104,7 @@
"panel_admin": false,
"panel_icon": "mdi:file-search",
"ports": {
"8080/tcp": null
"8080/tcp": 8071
},
"ports_description": {
"8080/tcp": "Web UI port"
@@ -125,7 +128,7 @@
},
"slug": "filebrowser",
"url": "https://gitcode.com/waxgourd/addons",
"version": "2.23.0_14",
"version": "2.32.0",
"udev": true,
"boot": "manual"
}