mirror of https://github.com/openspug/spug
parent
1e51885122
commit
ce1abd0c90
|
@ -0,0 +1,90 @@
|
||||||
|
<h1 align="center">Spug</h1>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
Spug是面向中小型企业设计的无 Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、应用发布、任务计划、配置中心、监控、报警等一系列功能。
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
- 演示地址:https://demo.spug.dev
|
||||||
|
- 官网地址:https://www.spug.dev
|
||||||
|
- 使用文档:https://www.spug.dev/docs/about-spug/
|
||||||
|
- 更新日志: https://www.spug.dev/docs/change-log/
|
||||||
|
- 常见问题:https://www.spug.dev/docs/faq/
|
||||||
|
|
||||||
|
## 演示环境
|
||||||
|
|
||||||
|
演示地址:https://demo.spug.dev
|
||||||
|
```
|
||||||
|
演示账号: admin
|
||||||
|
演示密码:spug
|
||||||
|
```
|
||||||
|
|
||||||
|
## 特性
|
||||||
|
|
||||||
|
- **批量执行**: 命令可以在线批量执行
|
||||||
|
- **在线终端**: 主机支持浏览器在线终端登录
|
||||||
|
- **任务计划**: 灵活的任务计划
|
||||||
|
- **发布部署**: 支持自定义发布流程
|
||||||
|
- **配置中心**: 支持KV、文本、json等格式的配置
|
||||||
|
- **监控中心**: 支持站点、端口、进程、自定义等监控
|
||||||
|
- **报警中心**: 支持短信、邮件、钉钉、微信等报警方式
|
||||||
|
- **优雅美观**: 基于 Ant Design 的UI界面
|
||||||
|
|
||||||
|
|
||||||
|
## 环境
|
||||||
|
|
||||||
|
* Python 3.6+
|
||||||
|
* Django 2.2
|
||||||
|
* Node 12.14
|
||||||
|
* React 16.11
|
||||||
|
|
||||||
|
## 安装
|
||||||
|
|
||||||
|
[官网文档](https://spug.dev/docs/install/)
|
||||||
|
|
||||||
|
更多使用帮助请参考 [使用文档](https://www.spug.dev/docs/host-manage/)。
|
||||||
|
|
||||||
|
## 预览
|
||||||
|
|
||||||
|
#### 主机批量执行
|
||||||
|

|
||||||
|
|
||||||
|
#### 主机在线终端
|
||||||
|

|
||||||
|
|
||||||
|
#### 应用管理
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
#### 任务管理
|
||||||
|

|
||||||
|

|
||||||
|
#### 配置管理(支持KV,txt,json等格式)
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
#### 监控报警
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
#### 角色权限
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## 参与贡献
|
||||||
|
|
||||||
|
我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 :smiley::
|
||||||
|
|
||||||
|
- 在你的公司使用 Spug。
|
||||||
|
- 通过 [Issue](https://github.com/openspug/spug/issues) 报告 bug 或进行咨询。
|
||||||
|
- 提交 [Pull Request](https://github.com/openspug/spug/pulls) 改进Spug的代码。
|
||||||
|
|
||||||
|
## 开发者群
|
||||||
|
#### QQ群号: 783951751
|
||||||
|

|
||||||
|
|
||||||
|
## License & Copyright
|
||||||
|
[MIT](https://opensource.org/licenses/MIT)
|
Loading…
Reference in New Issue