Skip to content

EZ4BRUCE/configs-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configs-server

refresh agents' configs in real time

拉取configs-server

docker build -t config-server https://github.com/DeltaDemand/configs-server.git#main
#开放8887端口
docker run --name=config-s01 -p 8887:8887 --restart=always -d config-server -name=config-s01

修改配置前端页面

使用swagger实现接口文档以及测试,启动后访问以下链接即可:

#本地
localhost:8887/swagger/index.html

#阿里云
http://112.74.60.132:8887/swagger/index.html

点击try it out即可测试

About

refresh agents' configs in real time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.9%
  • Dockerfile 7.1%