diff --git a/_sidebar.md b/_sidebar.md index 4b82520..25570c6 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -5,6 +5,8 @@ * [安装软件包依赖](install_dependencies) * [配置环境](configure_environment) * [安装并配置 PagerMaid](setup) -* [网页控制台](web) +* 网页控制台 + * [配置控制台](web_local) + * [第三方控制台](web_online) * [插件](plugins) * [websocket](websocket) diff --git a/web/6.png b/web/6.png new file mode 100644 index 0000000..449b1e4 Binary files /dev/null and b/web/6.png differ diff --git a/web.md b/web_local.md similarity index 80% rename from web.md rename to web_local.md index 5812fc3..9e69466 100644 --- a/web.md +++ b/web_local.md @@ -32,6 +32,12 @@ ## 开启控制台 +### 确认 host + +如果你只需要内网访问,那么你将要配置的 `host` 为 `127.0.0.1`,如果你需要公网访问控制台,那么你将要配置的 `host` 为 `0.0.0.0`。 + +绝大多数情况,你的 `host` 为 `0.0.0.0`,请不要填入其他无关的值。 + ### 非 Docker 用户 请找到 PGP 的配置文件 `config.yml` ,修改为如下值 @@ -40,7 +46,7 @@ web_interface: enable: "True" secret_key: "控制台密码" - host: "127.0.0.1" + host: "0.0.0.0" // 或者上面你确认的 127.0.0.1 port: "3333" origins: ["*"] ``` diff --git a/web_online.md b/web_online.md new file mode 100644 index 0000000..02ca8fe --- /dev/null +++ b/web_online.md @@ -0,0 +1,11 @@ +# 第三方控制台 + +## 介绍 + +PGP 采用前后端分离设计,如果你嫌内置的控制台过于丑陋,可以使用我们开发的 vue beta 版控制台,功能也可能更加丰富(确信 + +## 连接 + +浏览器打开 [PagerMaid-Pyro Web Console](https://console.xtaolabs.com) ,在主界面填入你的服务地址。默认为 http://127.0.0.1:3333 + +![](web/6.png)