the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Run tigrisfs directly and detach process

+2 -1
+2 -1
apps/sandbox/src/providers/vercel/mod.ts
··· 108 108 cmd: "sh", 109 109 args: [ 110 110 "-c", 111 - `nohup tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path} || sudo nohup tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path} || true`, 111 + `tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path} || sudo nohup tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path} || true`, 112 112 ], 113 113 env: { 114 114 AWS_ACCESS_KEY_ID: env.R2_ACCESS_KEY_ID!, 115 115 AWS_SECRET_ACCESS_KEY: env.R2_SECRET_ACCESS_KEY!, 116 116 }, 117 + detached: true, 117 118 }); 118 119 } 119 120