Merge remote-tracking branch 'origin/master' into fix/1726-pac-source-artifact-sync
This commit is contained in:
@@ -5,6 +5,30 @@ metadata:
|
||||
id: webterm-public
|
||||
owner: unidesk
|
||||
|
||||
sessionStartModes:
|
||||
defaultMode: mycx
|
||||
options:
|
||||
bash:
|
||||
label: Bash
|
||||
command: exec bash -l
|
||||
mycx:
|
||||
label: mycx
|
||||
command: mycx
|
||||
oncx:
|
||||
label: oncx
|
||||
command: oncx
|
||||
|
||||
autoResumePrompt:
|
||||
enabled: false
|
||||
prompt: "[自动提醒]如果有未完成任务则继续,没有则直接结束"
|
||||
sendEnter: true
|
||||
enterDelayMs: 500
|
||||
readiness:
|
||||
minDelayMs: 2000
|
||||
minOutputBytes: 64
|
||||
quietPeriodMs: 1500
|
||||
timeoutMs: 60000
|
||||
|
||||
defaults:
|
||||
targetId: local-7683
|
||||
|
||||
@@ -34,6 +58,22 @@ targets:
|
||||
- source: /root/webterm/scripts/host-shell.sh
|
||||
target: /usr/local/bin/host-shell
|
||||
readOnly: true
|
||||
- source: /root/user_uploads
|
||||
target: /root/user_uploads
|
||||
readOnly: false
|
||||
autoStartSessions:
|
||||
- title: 决策中心
|
||||
cwd: /root/unidesk
|
||||
command: mycx resume 019f4937-9820-7b31-9178-344ae93d5a4c
|
||||
cols: 100
|
||||
rows: 30
|
||||
resumePrompt: true
|
||||
- title: CONSTAR
|
||||
cwd: /root/unidesk
|
||||
command: mycx resume 019f4b5f-b5ce-76b3-8ccb-508790e9662d
|
||||
cols: 100
|
||||
rows: 30
|
||||
resumePrompt: true
|
||||
environment:
|
||||
HOST: 0.0.0.0
|
||||
PORT: "7681"
|
||||
@@ -47,6 +87,10 @@ targets:
|
||||
TERMINAL_SNAPSHOT_BYTES: "524288"
|
||||
BROWSER_KEEPALIVE_INTERVAL_MS: "30000"
|
||||
BROWSER_STALE_TIMEOUT_MS: "180000"
|
||||
BROWSER_SESSION_OUTPUT_IDLE_MS: "3000"
|
||||
BROWSER_OUTPUT_PULSE_MIN_INTERVAL_MS: "100"
|
||||
FILE_UPLOAD_DIR: /root/user_uploads
|
||||
FILE_UPLOAD_MAX_BYTES: "104857600"
|
||||
publicExposure:
|
||||
enabled: true
|
||||
publicBaseUrl: https://term.pikapython.com
|
||||
|
||||
Reference in New Issue
Block a user