Files
waxgourd-addons/xiaozhi-esp32-server/config.yaml

22 lines
552 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "小智 AI Server 最简化版"
version: "0.4.1"
slug: "xiaozhi_esp32_server"
description: "小智 AI Server 最简化版 - 提供语音识别、对话和控制功能支持与ESP32设备通信"
url: "https://gitcode.com/waxgourd/addons"
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-{arch}