-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 使用内置控制台 | ||
|
||
我们在 [mogland/core #604](https://github.com/mogland/core/pull/604) 中添加了一个内置控制台的功能,这个功能可以让你在不另外部署控制台的情况下,控制你的服务。 | ||
|
||
## 基础使用 | ||
|
||
由于此项功能仍处于测试阶段,因此我们默认暂时设置为关闭状态,你可以在你的启动配置文件中中设置 `console.enable` 为 `true` 来启用此功能。 | ||
|
||
```yaml | ||
console: | ||
enable: false | ||
``` | ||
我们还提供了其他一些配置项,如 `console.versionType`,你可以在 [配置](/config/) 中查看更多信息。 | ||
|
||
接下来,访问 `<CORE_URL>/console`,你将会进入到控制台: | ||
|
||
|
||
::: tip | ||
如果你还未注册,控制台将会自动跳转至注册页面。若你已经注册且已登录,但仍然无法访问控制台主页,请检查你的服务是否出现了问题。 | ||
::: |