文件历史

提交图

9 次代码提交

作者 SHA1 备注 提交日期
litiantian03 29375f04f2 fix(instance): mount Hermes/desktop PVCs at /config with legacy layout migration 2026-06-02 09:15:59 +08:00
litiantian03 6f02978997 Tune desktop clipboard and shared memory defaults
- Disable Webtop/KasmVNC bidirectional clipboard sync by default to reduce accidental paste during remote desktop input
- Derive desktop runtime /dev/shm defaults from instance memory: 1G for 4G, 2G for 8G, and 4G for 12G+
- Preserve explicit SHM_SIZE_GB overrides and keep shell runtime behavior unchanged
- Add tests for openclaw/hermes clipboard policy and /dev/shm default selection
- Support multiple OpenClaw channel resources and fix alias injection
2026-05-28 16:25:24 +08:00
Qingshan Chen e2613b4c45 feat: add hermes runtime integration 2026-04-29 15:00:57 +08:00
hippoley 584b071e35 fix: default imagePullPolicy to IfNotPresent for air-gapped environments
Kubernetes defaults imagePullPolicy to Always when the image tag is
:latest. This causes pod creation failures in air-gapped and enterprise
environments where nodes cannot reach external registries.

Changes:
- Add ImagePullPolicy field to PodConfig struct
- Default to IfNotPresent in CreatePod when not explicitly set
- Support IMAGE_PULL_POLICY env var for operator override
- Apply policy to both CreateInstance and StartInstance paths

Closes #94
2026-04-27 16:32:30 +08:00
litiantian03 6e4d1dc96b fix(runtime): remove webtop default credentials; set TITLE/SUBFOLDER for ubuntu/openclaw 2026-04-13 14:14:30 +08:00
iamlovingit 4ebb5f46d1 Add instance agent control plane and runtime console 2026-04-05 01:02:53 +08:00
Qingshan Chen ef3033ca9d chore: update default openclaw image (#13) 2026-03-26 21:05:29 +08:00
Qingshan Chen 34b95a1a41 feat: add AI gateway governance and stabilize desktop access (#12)
big update
2026-03-26 20:43:42 +08:00
Qingshan Chen 72038f51a3 Import ClawManager implementation 2026-03-20 19:06:48 +08:00