mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
升级了dozzle、dpanel、drawio、emby、portainer、redis-server、xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;
31 lines
963 B
YAML
31 lines
963 B
YAML
configuration:
|
|
mysql_host:
|
|
name: MySQL Host
|
|
description: MySQL database host address
|
|
mysql_port:
|
|
name: MySQL Port
|
|
description: MySQL database port
|
|
mysql_database:
|
|
name: Database Name
|
|
description: Database name, default is xiaozhi
|
|
mysql_user:
|
|
name: Database Username
|
|
description: Username for database connection
|
|
mysql_password:
|
|
name: Database Password
|
|
description: Password for database connection
|
|
java_memory:
|
|
name: Java Memory Size
|
|
description: Memory allocation for Java application in format like XmXg, e.g. 512m, 1g
|
|
|
|
addon:
|
|
start: Starting Xiaozhi ESP32 Voice Assistant...
|
|
stop: Stopping Xiaozhi ESP32 Voice Assistant...
|
|
configure: After configuration, click Save and restart the add-on to apply changes
|
|
logs:
|
|
starting: Starting service...
|
|
started: Service started
|
|
stopping: Stopping service...
|
|
stopped: Service stopped
|
|
error: Service failed to start, please check logs
|