From ebc49c5178fdb0a66bd82c8799cd098cca59e0b4 Mon Sep 17 00:00:00 2001 From: Akamino <53000648+e5u@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:18:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF=20?= =?UTF-8?q?(#96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/dashboard.md b/docs/guide/dashboard.md index ba2d9f59..c7085652 100755 --- a/docs/guide/dashboard.md +++ b/docs/guide/dashboard.md @@ -25,7 +25,7 @@ outline: deep ## 获取 Github 的 Client ID 和密钥 哪吒监控接入 Github、Gitlab、Gitee 作为后台管理员账号。 -1. 首先我们需要新建一个验证应用,以 Github 为例,登录 Github 后,打开 https://github.com/settings/developers,依次选择“OAuth Apps” - “New OAuth App”。 +1. 首先我们需要新建一个验证应用,以 Github 为例,登录 Github 后,打开 https://github.com/settings/developers ,依次选择“OAuth Apps” - “New OAuth App”。 `Application name` - 随意填写。 `Homepage URL` - 填写面板的访问域名,如:"http://dashboard.example.com"(你的域名)。 `Authorization callback URL` - 填写回调地址,如:"http://dashboard.example.com/oauth2/callback"(不要忘记`/oauth2/callback`)。