升级了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,3 +1,6 @@
### 2.32.0 (13-05-2025)
- 需要 Home Assistant 核心版本 > 2025.5.0
- 更新到最新镜像
### 2.23.0_14 (21-04-2024)
修复允许缺少旧文件夹addons_config和addons_autoscripts

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"
}

View File

@@ -1,3 +1,5 @@
## 0.4.2 (2025-05-13)
- 版本升级
## 0.4.1 (2025-05-08)
- 版本升级
## 0.3.13 (2025-05-07)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 极速版"
version: "0.4.1"
version: "0.4.2"
slug: "xiaozhi_esp32_server_mini"
description: "小智 AI Server 极速版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons"

View File

@@ -1,3 +1,5 @@
## 0.4.2 (2025-05-13)
- 版本升级
## 0.4.1 (2025-05-08)
- 版本升级
## 0.3.13 (2025-05-07)

View File

@@ -1,5 +1,5 @@
name: "小智 AI Server 最简化版"
version: "0.4.1"
version: "0.4.2"
slug: "xiaozhi_esp32_server"
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons"

View File

@@ -1,3 +1,5 @@
## 0.4.2 (2025-05-13)
- 版本升级
## 0.4.1 (2025-05-08)
- 版本升级
## 0.3.13 (2025-05-07)

View File

@@ -1,5 +1,5 @@
name: "小智 AI 智控台"
version: "0.4.1"
version: "0.4.2"
slug: "xiaozhi_esp32_webui"
description: "小智 AI 智控台 - 提供语音识别、对话和控制功能支持与ESP32设备通信集成WEB管理界面"
url: "https://gitcode.com/waxgourd/addons"