Skip to content

Commit

Permalink
Fix README.md layout problem (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshino-Yumetsuki authored Dec 11, 2023
1 parent 42ae45a commit 927da1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/server/huggingface-space/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ app_port: 8080
## 安装

1.在Huggingface创建一个Space,可视化必须为Public

2.在Space中添加`MONGODB_URI`环境变量

3.clone Huggingface Space仓库

4.clone主仓库,进入该目录,将该目录下的所有文件(不包括.git文件夹)复制到Huggingface Space仓库中

5.push Huggingface Space仓库

6.在Huggingface Space页面中右键,选择查看框架源代码,获取真实部署url

7.前端url配置方式与其他部署方式相同(url末尾不要带有任何字符串)

8.开始享受Twikoo!

## 环境变量
Expand All @@ -30,4 +37,4 @@ app_port: 8080
| `TWIKOO_LOG_LEVEL` | 日志级别,支持 `verbose` / `info` / `warn` / `error` | `info` |
| `TWIKOO_IP_HEADERS` | 在一些特殊情况下使用,如使用了`CloudFlare CDN` 它会将请求 IP 写到请求头的 `cf-connecting-ip` 字段上,为了能够正确的获取请求 IP 你可以写成 `['headers.cf-connecting-ip']` | `[]` |

在构建前请确保已经添加`MONGODB_URI`环境变量,否则可能出现不可预估的错误
在构建前请确保已经添加`MONGODB_URI`环境变量,否则可能出现不可预估的错误

0 comments on commit 927da1a

Please sign in to comment.