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

40 lines
974 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 智控台"
version: "0.4.1"
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"