webui beta 网页控制台

This commit is contained in:
xtaodada 2023-02-01 22:51:20 +08:00
parent 4445c6e61e
commit 6d3caf5a21
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
4 changed files with 21 additions and 2 deletions

View File

@ -5,6 +5,8 @@
* [安装软件包依赖](install_dependencies)
* [配置环境](configure_environment)
* [安装并配置 PagerMaid](setup)
* [网页控制台](web)
* 网页控制台
* [配置控制台](web_local)
* [第三方控制台](web_online)
* [插件](plugins)
* [websocket](websocket)

BIN
web/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -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: ["*"]
```

11
web_online.md Normal file
View File

@ -0,0 +1,11 @@
# 第三方控制台
## 介绍
PGP 采用前后端分离设计,如果你嫌内置的控制台过于丑陋,可以使用我们开发的 vue beta 版控制台,功能也可能更加丰富(确信
## 连接
浏览器打开 [PagerMaid-Pyro Web Console](https://console.xtaolabs.com) ,在主界面填入你的服务地址。默认为 http://127.0.0.1:3333
![](web/6.png)