ljw 1 год назад
Родитель
Сommit
1c3f87fecb
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -53,7 +53,7 @@
53
 
53
 
54
 ***前端代码在[rustdesk-api-web](https://github.com/lejianwen/rustdesk-api-web)***
54
 ***前端代码在[rustdesk-api-web](https://github.com/lejianwen/rustdesk-api-web)***
55
 
55
 
56
-***后台访问地址是`http://<your server>:21114/_admin/`初次安装管理员为用户名密码为`admin` `admin`,请即时更改密码***
56
+***后台访问地址是`http://<your server>[:port]/_admin/`初次安装管理员为用户名密码为`admin` `admin`,请即时更改密码***
57
 
57
 
58
 1. 管理员界面
58
 1. 管理员界面
59
    ![web_admin](docs/web_admin.png)
59
    ![web_admin](docs/web_admin.png)
@@ -68,8 +68,9 @@
68
    ![web_webclient](docs/admin_webclient.png)
68
    ![web_webclient](docs/admin_webclient.png)
69
 6. Oauth,暂时只支持了`Github`, 需要创建一个`OAuth App`,然后配置到后台
69
 6. Oauth,暂时只支持了`Github`, 需要创建一个`OAuth App`,然后配置到后台
70
    ![web_admin_oauth](docs/web_admin_oauth.png)
70
    ![web_admin_oauth](docs/web_admin_oauth.png)
71
-    - github在`Settings`->`Developer settings`->`OAuth Apps`->`New OAuth App`
72
-      中创建,地址`https://github.com/settings/developers`
71
+    - `github oauth app`在`Settings`->`Developer settings`->`OAuth Apps`->`New OAuth App`
72
+      中创建,地址 [https://github.com/settings/developers](https://github.com/settings/developers)
73
+    - `Authorization callback URL`填写`http://<your server[:port]>/api/oauth/callback`,比如`http://127.0.0.1:21114/api/oauth/callback`
73
 
74
 
74
 ### **Web Client**:
75
 ### **Web Client**:
75
 
76