An open API service indexing awesome lists of open source software.

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接口,其他插件的界面均可显示在该界面中

Awesome Lists containing this project

README

          

# 网关插件

该插件是为web控制台界面提供api,用来采集服务器的信息。是核心插件,强烈建议使用。

## 插件名称

GateWay

## 配置
目前仅有的配置是监听的端口号

```toml
[Plugins.GateWay]
ListenAddr = ":80"
```