xiaozhi-esp32-server-web: image: ghcr.nju.edu.cn/xinnan-tech/xiaozhi-esp32-server:web_latest container_name: xiaozhi-esp32-server-web restart: always ports: - "8002:8002" environment: - TZ=Asia/Shanghai ##记得改
COPY --from=web-builder /app/dist /usr/share/nginx/html # 复制Java后端JAR包 COPY --from=api-builder /app/target/xiaozhi-esp32-api.jar /app/xiaozhi-esp32-api.jar # 暴露端口 EXPOSE 8002 # 启动脚本 COPY docs/docker/start.sh /start.sh RUN chmod +x /start.sh CMD ["/start.sh"]Foote...
ERROR - Connection error: 'WebSocketServerProtocol' object has no attribute 'request 求帮看~Activity TOM88812 commented on Feb 23, 2025 TOM88812 on Feb 23, 2025 Owner 提供下server 和client日志 zhangdszqclosed this as completedon Feb 24, 2025 huangjiarong commented on Mar 3, 2025 huang...
COPY --from=frontend-builder /app/ZhiKongTaiWeb/dist /opt/xiaozhi-esp32-server/manager/static/webui 63 65 # 设置虚拟环境路径 64 66 ENV PATH="/opt/venv/bin:$PATH" 65 67 ZhiKongTaiWeb/package.jsonCopy file name to clipboardexpand all lines: ZhiKongTaiWeb/package.json +2-1 ...
xiaozhi-esp32-server: image: ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest container_name: xiaozhi-esp32-server restart: always #security_opt: # - seccomp:unconfined ports: - "8000:8000" - "8002:8002" volumes: - ./.config.yaml:/opt/xiaozhi-esp32-server/config.yaml 0 comm...
main (xinnan-tech/xiaozhi-esp32-server#51) Eric0308 committed Feb 18, 2025 1 parent 874340f commit d95c0c0 Showing 6 changed files with 75 additions and 65 deletions. Whitespace Ignore whitespace Split Unified manager/static/webui assets index-CvO82KVk.js index-DF7ROAy9.js index-...
COPY --from=frontend-builder /app/ZhiKongTaiWeb/dist /opt/xiaozhi-esp32-server/manager/static# 设置虚拟环境路径 ENV PATH="/opt/venv/bin:$PATH"2 changes: 1 addition & 1 deletion 2 ZhiKongTaiWeb/.env.development Original file line numberDiff line numberDiff line change @@ -1 +1 @@ ...
Merge branch 'main' into webserver 4d25136 xinnan-techmerged commit5e66ae3intoxinnan-tech:mainFeb 15, 2025 Springrxpushed a commit to Springrx/xiaozhi-esp32-server that referenced this pull requestApr 1, 2025 Merge pull requestxinnan-tech#20from 00make/webserver ...
©2025 xiaozhi-esp32-server </el-main> </el-container> <el-dialog :visible.sync="addDeviceDialogVisible" width="480px" center> <el-dialog :visible.sync="addDeviceDialogVisible" width="400px" center>
本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server. - Merge pull request #537 from xinnan-tech/web-vue-modelconfig · xinnan-tech/xiaozhi-esp32-s