Files
workphone-sdk/sdk/.env.nas.example
卡若 9118df9eee
Some checks failed
SDK CI / python-compile (push) Has been cancelled
feat: sdk agent、Android 与文档同步至 Gitea
- 新增 sdk/app/agent(Hook/Skills/Anti-ban 等)及 NAS/ADB 脚本
- 更新 Android 端、unified、PHP SDK、Docker Compose
- Soul 文档迁移至 Soul调研/;移除资料目录内 APK
- .gitignore 排除 sdk/tmp、sdk/logs、sdk/tmp_rom

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-06 18:20:14 +08:00

17 lines
616 B
Plaintext
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.

# 复制为 NAS 上的 .env与 docker-compose.nas.yml 同目录)后按需修改
# docker compose -f docker-compose.nas.yml 会自动读取同目录 .env
# API 密钥(浏览器 / 客户端请求头 X-API-Key
API_KEY=workphone-secret-key
# 可选DeepSeek 等
# DEEPSEEK_API_KEY=
# NAS 上默认关闭;若内网有 AI Brain 服务再打开并改 URL
AI_BRAIN_ENABLED=false
# AI_BRAIN_API_URL=http://192.168.1.x:3102
# AI_BRAIN_API_KEY=
# 若某台内网电脑常驻「adb 网络调试服务」,可填(否则留空,用手机无线调试 + adb connect
# ADB_SERVER_SOCKET=tcp:192.168.1.x:5037