更新 'repository.yaml'

This commit is contained in:
2025-11-06 11:33:12 +00:00
committed by admin@cnod.net
parent 2f5067f5e3
commit 32d8b84bbe
501 changed files with 13838 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
name: "小智 AI Server 最简化版"
version: "0.8.5"
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
8003/tcp: 8003
ports_description:
8000/tcp: "WebSocket服务端口"
8003/tcp: "http服务的端口用于简单OTA接口(单服务部署),以及视觉分析接口"
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}