GitHub 免费开源项目:
go-proxy-bing
这款开源程序是基于微软 New Bing 用 Vue3 和 Go 定制的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,无需翻墙,国内可用,不再重定向 CN !兼容微软 Bing AI 几乎所有功能,无需登录即可畅聊。
A.本地部署方式:
1.下载 开源项目:go-proxy-bing 【点击下载】- 【注意:部分杀毒软件会误报,建议使用后面的方法进行安装】
2.Cloudflare 免费部署聊天服务器
- 注册 Cloudflare 账号
- 核心代码 worker.js
- 创建 Worker 服务,复制 worker.js 全部代码,粘贴至创建的服务中,保存并部署。
- 触发器 中自定义访问域名或者使用默认的
B.部署方式:免费容器一键部署!
1.Railway
一键部署,点这里 => https://railway.app/template/uIckWS?referralCode=BBs747
路径:docker/Dockerfile
端口:8080
2.Render (推荐大陆用户使用,100%免翻墙)
一键部署,点这里 => https://render.com/deploy?repo=https://github.com/adams549659584/go-proxy-bingai
3.VPS (Docker)一键部署
docker run -d -p 8080:8080 --name go-proxy-bingai --restart=unless-stopped adams549659584/go-proxy-bingai
然后利用 caddy 反代 (以Debian系统为例)
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo apt update
sudo apt install caddy
编辑配置文件 /etc/caddy/Caddyfile
xxxx.com
encode gzip
reverse_proxy 127.0.0.1:8080
重启caddy
systemctl restart caddys
最后访问你绑定域名即可
评论 (0)