mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-28 02:00:47 +08:00
4b24472106
* docs(i18n): translate batch 1 * docs(i18n): translate batch 2 * docs(i18n): translate batch 3 (20 files) - openapi/: app, share - faq/: all 8 files - use-cases/: index, external-integration (5 files), app-cases (4 files) Translated using North American style with natural, concise language. Preserved MDX syntax, code blocks, images, and component imports. * docs(i18n): translate protocol docs * docs(i18n): translate introduction docs (part 1) * docs(i18n): translate use-cases docs * docs(i18n): translate introduction docs (part 2 - batch 1) * docs(i18n): translate final 9 files * fix(i18n): fix YAML and MDX syntax errors in translated files - Add quotes to description with colon in submit_application_template.en.mdx - Remove duplicate Chinese content in translate-subtitle-using-gpt.en.mdx - Fix unclosed details tag issue * docs(i18n): translate all meta.json navigation files * fix(i18n): translate Chinese separators in meta.en.json files * translate * translate * i18n --------- Co-authored-by: archer <archer@archerdeMac-mini.local> Co-authored-by: archer <545436317@qq.com>
60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
---
|
|
title: Upload System Tools Online
|
|
description: FastGPT System Tool Online Upload Guide
|
|
---
|
|
|
|
> Starting from FastGPT 4.14.0, system admins can upload and update system tools directly through the web interface for hot reloading.
|
|
|
|
## Permission Requirements
|
|
|
|
⚠️ **Important**: Only **root users** can use the online system tool upload feature.
|
|
|
|
- Make sure you are logged in with the `root` account
|
|
|
|
## Supported File Formats
|
|
|
|
- **File type**: `.pkg` files
|
|
- **File size**: Maximum 100 MB
|
|
- **File count**: Up to 15 files per upload
|
|
|
|
## Upload Steps
|
|
|
|
### 1. Access the Configuration Page
|
|
|
|
|
|

|
|
|
|
### 2. Prepare Tool Files
|
|
|
|
Before uploading, make sure your `.pkg` files are from the `dist/pkgs` folder, built by running `bun run build:pkg` in the fastgpt-plugin project.
|
|
|
|

|
|
|
|
### 3. Upload
|
|
|
|
1. Click the **"Import/Update"** button
|
|
2. In the dialog that appears, click the file selection area
|
|
3. Select your prepared `.pkg` tool files
|
|
4. After confirming the file details, click **"Confirm Import"**
|
|
|
|
### 4. Upload Process
|
|
|
|
- A success message will appear after the upload completes
|
|
- The page auto-refreshes and the new tools will appear in the tool list
|
|
|
|
## Features
|
|
|
|
### Tool Management
|
|
|
|
- **View tools**: All users can view installed system tools
|
|
- **Upload tools**: Only root users can upload new tools or update existing ones
|
|
- **Delete tools**: Only root users can delete uploaded tools
|
|
|
|
## FAQ
|
|
|
|
### Q: Can't see the "Import/Update" button
|
|
|
|
**Reason:** The current user is not a root user
|
|
|
|
**Solution:** Log in again with the root account
|