feat: add remote workspaces and verified deliverables

This commit is contained in:
wuyang
2026-07-26 12:58:04 +08:00
parent 37f83eaac7
commit 0b4d799216
30 changed files with 1595 additions and 55 deletions
+8 -1
View File
@@ -10,7 +10,7 @@ OPENWEBUI_FORWARD_JWT_SECRET=
INTERNAL_PROVIDER_KEY=
INTERNAL_GATEWAY_KEY=
# The provider key is server-side only. Rotate any key previously pasted into chat.
# The provider key is server-side only. Store it only in a protected .env.
MODEL_API_KEY=
MODEL_API_BASE_URL=https://api.k1412.top
@@ -28,7 +28,14 @@ WORKSPACE_NETWORK_ENABLED=true
WORKSPACE_MEMORY_LIMIT=2g
WORKSPACE_CPU_LIMIT=2
WORKSPACE_PIDS_LIMIT=512
WORKSPACE_DOWNLOAD_MAX_BYTES=134217728
# Future remote execution node (only used by EXECUTION_PROVIDER=ssh-docker)
WORKSPACE_SSH_HOST=
WORKSPACE_SSH_CONFIG_DIR=
# Branding
# Open WebUI's license permits removing its user-facing branding only for
# deployments with no more than 50 end users in a rolling 30-day period, unless
# you have written permission or an enterprise license.
K1412_REMOVE_UPSTREAM_BRANDING=false