https://github.com/labring/fastgpt-sso-template
FastGPT 通用 SSO 中转模板
https://github.com/labring/fastgpt-sso-template
Last synced: 4 months ago
JSON representation
FastGPT 通用 SSO 中转模板
- Host: GitHub
- URL: https://github.com/labring/fastgpt-sso-template
- Owner: labring
- Created: 2025-03-17T02:13:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T04:15:57.000Z (about 1 year ago)
- Last Synced: 2026-02-09T03:23:13.712Z (5 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastGPT SSO 服务模版
这个服务是专门给私有化用户对接 SSO 的,如果不需要对接 SSO,则不需要使用这个服务。
## 开发方案
1. 安装 bun
2. 安装依赖 `bun install`
3. 启动 `bun run dev`
4. 打包:`docker buildx build --platform=linux/amd64 -f ./projects/sso/Dockerfile -t registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sso:v4.8.14 .`
## 部署方式
默认端口:3000
```
PORT=your_port bun run dev
```