https://github.com/monibuca/gatewayplugin
网关插件,提供Web界面框架、API接口,其他插件的界面均可显示在该界面中
https://github.com/monibuca/gatewayplugin
iview sse webcomponents
Last synced: about 1 year ago
JSON representation
网关插件,提供Web界面框架、API接口,其他插件的界面均可显示在该界面中
- Host: GitHub
- URL: https://github.com/monibuca/gatewayplugin
- Owner: Monibuca
- Created: 2020-02-27T12:56:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:30:02.000Z (over 3 years ago)
- Last Synced: 2025-04-05T17:51:09.967Z (about 1 year ago)
- Topics: iview, sse, webcomponents
- Language: JavaScript
- Homepage:
- Size: 5.95 MB
- Stars: 3
- Watchers: 1
- Forks: 11
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 网关插件
该插件是为web控制台界面提供api,用来采集服务器的信息。是核心插件,强烈建议使用。
## 插件名称
GateWay
## 配置
目前仅有的配置是监听的端口号
```toml
[Plugins.GateWay]
ListenAddr = ":80"
```