文件历史

10 次代码提交

作者 SHA1 备注 提交日期
litiantian03 58f7b8aea3 feat(instance): support Lite instance batch management
- Add APIs for batch creating and deleting Lite instances
- Support Lite batch create, selection, and delete flows in the instance list
- Fix Lite OpenClaw/Hermes workspace initial paths and skill directory paths
- Hide transient skill temp directories from workspace browsing
- Preserve runtime query tokens when stripping ClawManager desktop access tokens
2026-07-01 17:04:14 +08:00
litiantian03 b8a7e8c67a feat: optimize shared desktop access and multi-replica control plane
- Add leader election to avoid duplicate sync and Team event consumers
- Proxy desktop traffic directly from nginx to instance Services to reduce load during concurrent viewers
- Add desktop stream profiles with low / standard / high options
- Limit hostPath PV fallback to manual storageClass only
2026-06-18 11:28:40 +08:00
Qingshan Chen aea224426f feat: support lite/pro runtime modes and runtime rollout 2026-06-14 14:40:49 +08:00
litiantian03 561b263c8b feat: add Bundle Skills, WeCom channel, configurable archive limit, fix #123
- Bundle Skills: attach skills to config bundles, auto-resolve on creation. Migration 022 adds openclaw_config_bundle_skills table. Fix #123
- WeCom channel: wecom connector with botId/secret/dmPolicy/allowFrom
- CLAWMANAGER_WORKSPACE_ARCHIVE_MAX_MIB controls archive size limit, synced to nginx client_max_body_size via start.sh
- Update deployment manifests, i18n, and frontend UI
2026-05-26 17:17:07 +08:00
naiqus 0a722773da fix(openclaw): align upload limit to 50 MiB 2026-04-24 02:08:35 +02:00
naiqus 4bde3cdb0b fix(nginx): raise client_max_body_size to 512m for .openclaw uploads
Nginx default client_max_body_size is 1 MiB. Any real .openclaw workspace
archive exceeds that, so the Import endpoint rejects uploads with a plain
HTML 413 Content Too Large response long before the request reaches the
Go backend (which already permits up to 512 MiB via io.LimitReader).

Set client_max_body_size to 512m on the server block so the edge limit
matches the backend limit.
2026-04-24 01:59:26 +02:00
Qingshan Chen 8c9216cfa0 perf: optimize desktop proxy access flow 2026-04-20 10:27:04 +08:00
Qingshan Chen 87a6ac6a13 update deployment (#4) 2026-03-23 10:33:19 +08:00
Qingshan Chen f9eaece684 update image address and readme (#3)
* Update deployment images and simplify README setup

* Ignore local project docs and remove unused scripts

* remove useless files
2026-03-21 23:17:43 +08:00
Qingshan Chen 72038f51a3 Import ClawManager implementation 2026-03-20 19:06:48 +08:00