Skip to content

Commit

Permalink
docs: 📝 新增 Render 一键部署
Browse files Browse the repository at this point in the history
  • Loading branch information
adams549659584 committed May 7, 2023
1 parent f877b2a commit 3227651
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# go-proxy-bing

一个用 GO 写的微软 Bing AI 的代理服务。 使用微软原始页面简单定制,基本兼容微软 Bing AI 所有功能,无需登录即可畅聊。
一个用 GO 写的微软 Bing AI 的魔法服务。 使用微软原始页面简单定制,基本兼容微软 Bing AI 所有功能,无需登录即可畅聊。

⭐ 国内可用
⭐ 国内可用 (部署服务器需要直连 www.bing.com 不重定向 CN 才行)

⭐ 无需登录即可畅聊

⭐ 需要画图等高级功能时,可登录微软账号设置用户Cookie进行体验
⭐ 需要画图等高级功能时,可登录微软账号设置用户 Cookie 进行体验

⭐ 遇到一切问题,先点左下角 ![新主题](./docs/img/bing-clear.png) 试试,不行使用刷新大法(Shift + F5 或 Ctrl + Shift + R 或 右上角设置中的重置),最终大招就 清理浏览器缓存 及 Cookie ,比如(24小时限制、未登录提示等等)

Expand All @@ -18,6 +18,8 @@
- [Release](#Release)
- [Railway](#Railway)
- [Vercel](#Vercel)
- [Render](#Render)
- [TODO](#TODO)

- 电脑端未登录状态

Expand Down Expand Up @@ -69,7 +71,7 @@

> 需 https 域名 (自行配置 nginx 等)
> 支持 Linux (amd64 / arm64)
> 支持 Linux (amd64 / arm64)、Windows (amd64 / arm64)
### Docker

Expand Down Expand Up @@ -110,4 +112,18 @@ RAILWAY_DOCKERFILE_PATH=docker/Dockerfile

![Vercel 一键部署](./docs/img/vercel-1.png)

![Vercel 域名](./docs/img/vercel-2.png)
![Vercel 域名](./docs/img/vercel-2.png)

### Render

一键部署,点这里 => [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/adams549659584/go-proxy-bingai)


## TODO

- [ ] 撰写
- [ ] Vue3 重构
- [ ] 提示词
- [ ] 保存历史消息
- [ ] 导出消息到本地(Markdown、图片、PDF)
- [ ] 简单访问权限控制
8 changes: 8 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
- type: web
name: go-proxy-bingai
# oregon: frankfurt
plan: free
env: go
buildCommand: go build -ldflags="-s -w" -tags netgo -trimpath -o go-proxy-bingai main.go
startCommand: ./go-proxy-bingai

0 comments on commit 3227651

Please sign in to comment.