|
15 | 15 | N8N_ENCRYPTION_KEY= |
16 | 16 | N8N_USER_MANAGEMENT_JWT_SECRET= |
17 | 17 | N8N_RUNNERS_AUTH_TOKEN= |
| 18 | +N8N_SANDBOX_API_KEY= |
| 19 | +N8N_SANDBOX_RUNNER_API_KEY= |
| 20 | +N8N_SANDBOX_RUNNER_REGISTRATION_TOKEN= |
18 | 21 |
|
19 | 22 |
|
20 | 23 | ############ |
@@ -292,6 +295,42 @@ N8N_PAYLOAD_SIZE_MAX=256 |
292 | 295 | # Timezone for n8n and workflows (https://docs.n8n.io/hosting/configuration/environment-variables/timezone-localization/) |
293 | 296 | GENERIC_TIMEZONE=America/New_York |
294 | 297 |
|
| 298 | +############ |
| 299 | +# [optional] |
| 300 | +# n8n Assistant sandbox (profile "n8n-sandbox") |
| 301 | +# |
| 302 | +# Runs the code the n8n AI Assistant / Agents generate (upstream |
| 303 | +# n8n-sandbox-service: sandbox-certs, sandbox-api, sandbox-runner-1). Select it |
| 304 | +# in the wizard; the model and its API key are set in the n8n UI under |
| 305 | +# Settings -> Instance AI. Internal only, there is no URL. |
| 306 | +# |
| 307 | +# Managed by the installer (05_configure_services.sh), do not edit by hand: |
| 308 | +# N8N_INSTANCE_AI_SANDBOX_ENABLED: true while the profile is active. |
| 309 | +# N8N_SANDBOX_RUNNER_RUNTIME / N8N_SANDBOX_RUNNER_PRIVILEGED: how the |
| 310 | +# Docker-in-Docker runner is isolated. "sysbox-runc" + false when the installer |
| 311 | +# could install Sysbox on this host; "runc" + true is the privileged fallback |
| 312 | +# you confirmed (root-equivalent on the host). "runc" + false is the shipped |
| 313 | +# default and means the profile is off - with the profile active the runner |
| 314 | +# cannot start ('make doctor' flags it). Re-run 'make update' to retry Sysbox. |
| 315 | +# N8N_INSTANCE_AI_SEARXNG_URL: set to http://searxng:8080 while the searxng |
| 316 | +# profile is active and cleared when it is not; a URL of your own is kept. |
| 317 | +# |
| 318 | +# Yours to tune: |
| 319 | +# N8N_ENABLED_MODULES: leave empty for n8n's defaults (instance-ai is on by |
| 320 | +# default). Set "instance-ai,agents" for the Agents preview. An unknown |
| 321 | +# module name stops n8n from booting. |
| 322 | +# N8N_SANDBOX_VERSION: tag of all three sandbox images (api, runner and the |
| 323 | +# sandbox image the runner pulls); they are released together and share one |
| 324 | +# tag. Set a release tag of ghcr.io/n8n-io/n8n-sandbox-service-api to pin |
| 325 | +# instead of ':latest'. |
| 326 | +############ |
| 327 | +N8N_INSTANCE_AI_SANDBOX_ENABLED=false |
| 328 | +N8N_SANDBOX_RUNNER_RUNTIME=runc |
| 329 | +N8N_SANDBOX_RUNNER_PRIVILEGED=false |
| 330 | +N8N_INSTANCE_AI_SEARXNG_URL= |
| 331 | +N8N_ENABLED_MODULES= |
| 332 | +# N8N_SANDBOX_VERSION= |
| 333 | + |
295 | 334 | ############ |
296 | 335 | # [optional] |
297 | 336 | # n8n SMTP environment variables |
@@ -579,7 +618,7 @@ GOST_UPSTREAM_PROXY= |
579 | 618 |
|
580 | 619 | # Internal services bypass list (prevents internal Docker traffic from going through proxy) |
581 | 620 | # Includes: Docker internal networks (172.16-31.*, 10.*), Docker DNS (127.0.0.11), and all service hostnames |
582 | | -GOST_NO_PROXY=localhost,127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,.local,appsmith,postgres,postgres:5432,redis,redis:6379,caddy,ollama,ollama2,ollama3,ollama4,ollama5,ollama6,ollama7,ollama8,neo4j,qdrant,weaviate,clickhouse,minio,searxng,crawl4ai,gotenberg,langfuse-web,langfuse-worker,flowise,n8n,n8n-mcp,n8n-import,n8n-worker-1,n8n-worker-2,n8n-worker-3,n8n-worker-4,n8n-worker-5,n8n-worker-6,n8n-worker-7,n8n-worker-8,n8n-worker-9,n8n-worker-10,n8n-runner-1,n8n-runner-2,n8n-runner-3,n8n-runner-4,n8n-runner-5,n8n-runner-6,n8n-runner-7,n8n-runner-8,n8n-runner-9,n8n-runner-10,letta,lightrag,docling,postiz,temporal,temporal-ui,ragflow,ragflow-mysql,ragflow-minio,ragflow-redis,ragflow-elasticsearch,ragapp,open-webui,comfyui,invokeai,waha,libretranslate,paddleocr,nocodb,db,studio,kong,envoy,api-gw,supabase-envoy,auth,rest,realtime,storage,imgproxy,meta,functions,analytics,vector,supavisor,gost,uptime-kuma,python-runner,databasus,portainer,api.telegram.org,telegram.org,t.me,core.telegram.org |
| 621 | +GOST_NO_PROXY=localhost,127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,.local,appsmith,postgres,postgres:5432,redis,redis:6379,caddy,ollama,ollama2,ollama3,ollama4,ollama5,ollama6,ollama7,ollama8,neo4j,qdrant,weaviate,clickhouse,minio,searxng,crawl4ai,gotenberg,langfuse-web,langfuse-worker,flowise,n8n,n8n-mcp,n8n-import,n8n-worker-1,n8n-worker-2,n8n-worker-3,n8n-worker-4,n8n-worker-5,n8n-worker-6,n8n-worker-7,n8n-worker-8,n8n-worker-9,n8n-worker-10,n8n-runner-1,n8n-runner-2,n8n-runner-3,n8n-runner-4,n8n-runner-5,n8n-runner-6,n8n-runner-7,n8n-runner-8,n8n-runner-9,n8n-runner-10,sandbox-certs,sandbox-api,sandbox-runner-1,letta,lightrag,docling,postiz,temporal,temporal-ui,ragflow,ragflow-mysql,ragflow-minio,ragflow-redis,ragflow-elasticsearch,ragapp,open-webui,comfyui,invokeai,waha,libretranslate,paddleocr,nocodb,db,studio,kong,envoy,api-gw,supabase-envoy,auth,rest,realtime,storage,imgproxy,meta,functions,analytics,vector,supavisor,gost,uptime-kuma,python-runner,databasus,portainer,api.telegram.org,telegram.org,t.me,core.telegram.org |
583 | 622 |
|
584 | 623 | ############ |
585 | 624 | # Functions - Configuration for Functions |
|
0 commit comments