mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 17:51:24 +00:00

* add new doc (#5175) Co-authored-by: dreamer6680 <146868355@qq.com> * Test docs (#5235) * fix: change the page of doc * chore: add new dependencies, update global styles/layout, optimize docs, add Feishu & GitHub icons, update API examples * fix: docs/index 404 not found * Update environment variable names, optimize styles, add new API routes, fix component styles, adjust documentation, and update GitHub and Feishu icons * update readme * feat: add a linkfastgpt compontent * feat: update new doc * fix:remove unuse page and redirect homepage to docs (#5288) * fix:remove some unuse doc * fix: redirect homepage to doc * git ignore * fix:navbar to index (#5295) * sidbar * fix: navtab unlight (#5298) * doc --------- Co-authored-by: dreamer6680 <1468683855@qq.com> Co-authored-by: dreamer6680 <146868355@qq.com>
31 lines
994 B
Plaintext
31 lines
994 B
Plaintext
---
|
||
title: V4.8.2
|
||
description: FastGPT V4.8.2 更新说明
|
||
---
|
||
|
||
## Sealos 升级说明
|
||
|
||
1. 在应用管理中新建一个应用,镜像为:registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
|
||
2. 无需外网访问地址,端口号为3000
|
||
3. 部署完后,复制应用的内网地址
|
||
4. 点击变更`FastGPT - 修改环境变量,增加下面的环境变量即可
|
||
|
||
```
|
||
SANDBOX_URL=内网地址
|
||
```
|
||
|
||
## Docker 部署
|
||
|
||
可以拉取最新 [docker-compose.yml](https://github.com/labring/FastGPT/blob/main/deploy/docker/docker-compose.yml) 文件参考
|
||
|
||
1. 新增一个容器 `sandbox`
|
||
2. fastgpt 和 fastgpt-pro(商业版) 容器新增环境变量: `SANDBOX_URL`
|
||
3. sandbox 简易不要开启外网访问,未做凭证校验。
|
||
|
||
## V4.8.2 更新说明
|
||
|
||
1. 新增 - js代码运行节点(更完整的type提醒,后续继续完善)
|
||
2. 新增 - 内容提取节点支持数据类型选择
|
||
3. 修复 - 新增的站点同步无法使用
|
||
4. 修复 - 定时任务无法输入内容
|