Implementation:Infiniflow Ragflow Admin Sandbox Settings Page
Appearance
| Knowledge Sources | |
|---|---|
| Domains | Frontend, Admin, Configuration |
| Last Updated | 2026-02-12 06:00 GMT |
Overview
Concrete admin panel page for configuring sandbox execution settings including code execution limits and security policies in the RAGFlow frontend.
Description
The admin/sandbox-settings.tsx page provides a settings form for configuring the code sandbox environment, including execution timeouts, memory limits, and allowed operations.
Usage
This page is rendered at the /admin/sandbox-settings route within the admin panel layout.
Code Reference
Source Location
- Repository: Infiniflow_Ragflow
- File: web/src/pages/admin/sandbox-settings.tsx
- Lines: 1-486
Signature
export default function SandboxSettingsPage(): JSX.Element;
Import
// Route-based import via routes.tsx configuration
I/O Contract
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| — | — | — | Route component; no props |
Outputs
| Name | Type | Description |
|---|---|---|
| Rendered page | JSX.Element | Sandbox settings configuration form |
Usage Examples
// Accessed via route: /admin/sandbox-settings
Related Pages
Page Connections
Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment