mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
40 lines
974 B
YAML
40 lines
974 B
YAML
name: "小智 AI 智控台"
|
||
version: "0.6.3"
|
||
slug: "xiaozhi_esp32_webui"
|
||
description: "小智 AI 智控台 - 提供语音识别、对话和控制功能,支持与ESP32设备通信,集成WEB管理界面"
|
||
url: "https://gitcode.com/waxgourd/addons"
|
||
arch:
|
||
- aarch64
|
||
- amd64
|
||
startup: application
|
||
boot: manual
|
||
translations: true
|
||
ports:
|
||
8002/tcp: 8002
|
||
ports_description:
|
||
8002/tcp: "WEB服务端口"
|
||
host_network: false
|
||
init: false
|
||
webui: "http://[HOST]:[PORT:8002]/"
|
||
watchdog: "http://[HOST]:[PORT:8002]/"
|
||
journald: true
|
||
options:
|
||
mysql_host: core-mariadb
|
||
mysql_port: 3306
|
||
mysql_database: xiaozhi_esp32_server
|
||
mysql_username: homeassistant
|
||
mysql_password: root
|
||
redis_host: 7eca76cc-redis-server
|
||
redis_port: 6379
|
||
timezone: Asia/Shanghai
|
||
schema:
|
||
mysql_host: str
|
||
mysql_port: port
|
||
mysql_database: str
|
||
mysql_username: str
|
||
mysql_password: password
|
||
redis_host: str
|
||
redis_port: port
|
||
timezone: str
|
||
image: "r.hassbus.com/wghaos/xiaozhi-esp32-webui"
|