mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;
This commit is contained in:
21
xiaozhi-esp32-server/config.yaml
Normal file
21
xiaozhi-esp32-server/config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: "小智 AI Server 最简化版"
|
||||
version: "0.3.4"
|
||||
slug: "xiaozhi_esp32_server"
|
||||
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能,支持与ESP32设备通信"
|
||||
url: "https://github.com/xinnan-tech/xiaozhi-esp32-server"
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
startup: application
|
||||
boot: manual
|
||||
ports:
|
||||
8000/tcp: 8000
|
||||
ports_description:
|
||||
8000/tcp: "WebSocket服务端口"
|
||||
map:
|
||||
- addon_config:rw
|
||||
host_network: false
|
||||
init: false
|
||||
watchdog: "tcp://[HOST]:[PORT:8000]"
|
||||
journald: true
|
||||
image: r.hassbus.com/wghaos/xiaozhi-esp32-server
|
||||
Reference in New Issue
Block a user