Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dqzboy/chatgpt-web
🔥 🔥 🔥 一键部署GitHub热门开源GPT WEB项目:快速搭建您的智能对话平台
https://github.com/dqzboy/chatgpt-web
chatgpt-next-web chatgpt-web chatnio
Last synced: 3 months ago
JSON representation
🔥 🔥 🔥 一键部署GitHub热门开源GPT WEB项目:快速搭建您的智能对话平台
- Host: GitHub
- URL: https://github.com/dqzboy/chatgpt-web
- Owner: dqzboy
- Created: 2023-05-06T11:12:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T07:05:52.000Z (4 months ago)
- Last Synced: 2024-07-13T08:24:14.247Z (4 months ago)
- Topics: chatgpt-next-web, chatgpt-web, chatnio
- Language: Shell
- Homepage: https://t.me/dqzboyblog
- Size: 563 KB
- Stars: 128
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatgpt-web - ChatGPT Web One-click deployment (CLIs)
README
One-click deployment of your ChatGPT site.
> Use this script to quickly create your own ChatGPT web site. | 使用此脚本可以快速创建您自己的 ChatGPT 网站。
[Telegram Group](https://t.me/+ghs_XDp1vwxkMGU9)
---
|:octocat:机场推荐|:link:链接| :pushpin:机场概况
|--|--|--|
|:white_check_mark:赔钱机场|[:link:官网](https://www.xn--mes358aby2apfg.site/#/register?code=hsJRRcIk)|按量不限时、不限速、电信移动联通高质量线路、不限客户端数量、全网高性价比机场、解锁奈菲,迪士尼,TikTok,ChatGPT
|:white_check_mark:魔戒|[:link:官网](https://mojie.me/#/register?code=CG6h8Irm)|按量不限时、不限速、不限设备,解锁ChatGPT
|:white_check_mark:Teacat|[:link:官网](https://teacat.cloud/#/register?code=ps4sZcDa)|按周期、不限速、不限设备、IEPL专线,解锁ChatGPT
|:white_check_mark:八戒|[:link:官网](https://bajie.one/#/register?code=uX4zUk5c)|按量不限时、IEPL专线、不限速、不限设备、低延迟,高网速,解锁ChatGPT|
|:white_check_mark:acyun|[:link:官网](https://acyud.yydsii.com/index.php#/register?code=ZvmLh28A)|按量不限时(3T只需40RMB)、高速中转线路、不限速、不限制客户端数量,解锁ChatGPT|
## 📦 部署 | Deployment
### ✨ [ChatGPT-Next-Web](ChatGPT-Next-Web/README.md)
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-next-web && cd /data/chatgpt-next-web#(2)下载主执行脚本 ChatGPT-Next-Web_build.sh 脚本会判断当前系统是Ubuntu还是CentOS,其他系统则不会执行构建
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Next-Web/ChatGPT-Next-Web_build.sh)"
```### ✨ [ChatGPT-Web](ChatGPT-Web-Admin/README.md)
执行如下命令一键安装chatgpt-web
#### Kerwin1202/chatgpt-web
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-web && cd /data/chatgpt-web#(2)下载执行脚本
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面的内容
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Kerwin1202_env.example# RHEL and CentOS or Rocky 7/8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin.sh)"# Ubuntu or Debian
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin_U.sh)"
```#### Chanzhaoyu/chatgpt-web
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-web && cd /data/chatgpt-web#(2)下载执行脚本
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面的内容
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Chanzhaoyu_env.example# RHEL and CentOS or Rocky 7/8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin.sh)"# Ubuntu or Debian
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin_U.sh)"
```
### ✨ [Chat Nio](chatnio/README.md)
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatnio/config && cd /data/chatnio#(2)下载执行脚本
# CentOS
yum -y install wget curl#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面后端地址为你自己的(非分布式部署则无需修改)
wget https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/env.example#(4)下载 config.yaml 配置文件到config目录下;无特殊要求不要修改
wget -P config/ https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/config.yaml#(5)执行如下命令一键安装chatnio
# RHEL and CentOS 8/9 or Rocky 8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/Install/ChatNio_Install.sh)"
```## 🔨 功能 | Functionality
源代码本地一键编译部署 | One-click compile and deploy of source code locally.
交互式自定义个人信息、代理等 | Interactive customization of personal information, proxies, etc.
自动检查系统环境,一键部署基础环境 | Automatically check system environment and deploy basic environment with one click
支持一键部署、一键更新 | Supports one-click deployment and update
支持主流Linux发行版操作系统 | Supports mainstream Linux distribution operating systems
支持一键快速卸载 | Supports one-click fast uninstallation
## 📚 截图 | Screenshot
所需组件检测
交互定义信息
OS组件环境检测
自定义网站目录
ChatGPT-Next-WEB
ChatGPT-WEB
## 🫶 赞助
如果你觉得这个项目对你有帮助,请给我点个Star。并且情况允许的话,可以给我一点点支持,总之非常感谢支持😊
Alipay
WeChat Pay