Skip to content

termdev-labs/aeromonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#编译

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags="-s -w" -o aeroshell-monitor

#运行 export MONITOR_TOKE=xxxx export MONITOR_LISTEN_IP=127.0.0.1

#可选参数 export MONITOR_LISTEN_PORT=8000

#启动 ./aeroshell-monitor

#连接方式

方式1:URL Query Token ws://127.0.0.1:8000/ws/system?token=YOUR_TOKEN

方式2:Authorization Bearer Token WebSocket 地址: ws://127.0.0.1:8000/ws/system

请求头: Authorization: Bearer YOUR_TOKEN

About

一款轻量级探针面板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages