首次推出xiaozhi-esp32-server-java;

升级了dozzle、dpanel、drawio、emby、portainer、redis-server、xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;
This commit is contained in:
waxgourd
2025-04-27 19:49:13 +08:00
parent 065e754376
commit 062165aa78
30 changed files with 532 additions and 164 deletions

View File

@@ -1,31 +1,6 @@
# 更新日志
## 1.0.3
- 添加 ASR语音识别配置选项到 Home Assistant 界面
- 支持选择不同的语音识别模型FunASR、SherpaASR、DoubaoASR、TencentASR
- 为在线语音识别服务添加 API 凭据配置
- 修复音乐目录递归软链接的问题
- 优化脚本代码结构,删除冗余注释,提高可读性
- 修复唤醒词配置保存时出现的空行累积问题
## 1.0.2
- 添加 LLM 模型名称配置选项,允许用户自定义模型名称
- 修复翻译文件格式问题
- 优化配置文件更新逻辑,避免文件格式损坏
- 改进文件管理方式,使用软链接减少存储空间占用
## 1.0.1
- 修复 Home Assistant 加载项配置同步功能
- 添加自动将加载项配置应用到.config.yaml 的功能
- 完善配置同步机制,支持所有加载项配置参数
- 更新文档,详细说明配置方法和故障排除
## 1.0.0
- 首次发布
- 支持小智 ESP32 语音识别服务
- 自动下载模型和配置
- 使用 S6 Overlay 进行服务管理
## 0.3.11 (2025-04-27)
- 版本升级
## 0.3.4-20 (2025-04-25)
- 版本升级
## 0.3.4 (2025-04-25)
- 首次推出

View File

@@ -1,8 +1,8 @@
name: "小智 AI Server 最简化版"
version: "0.3.4"
version: "0.3.11"
slug: "xiaozhi_esp32_server"
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://github.com/xinnan-tech/xiaozhi-esp32-server"
url: "https://gitcode.com/waxgourd/addons"
arch:
- aarch64
- amd64
@@ -18,4 +18,4 @@ host_network: false
init: false
watchdog: "tcp://[HOST]:[PORT:8000]"
journald: true
image: r.hassbus.com/wghaos/xiaozhi-esp32-server
image: r.hassbus.com/wghaos/xiaozhi-esp32-server-{arch}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 35 KiB