首次推出xiaozhi-esp32-server-java;

升级了dozzle、dpanel、drawio、emby、portainer、redis-server、xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;
This commit is contained in:
waxgourd
2025-04-27 19:49:13 +08:00
parent 065e754376
commit 062165aa78
30 changed files with 532 additions and 164 deletions

View File

@@ -0,0 +1,30 @@
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