Files
orion-visor/README.md

127 lines
5.9 KiB
Markdown
Raw Normal View History

2024-05-17 13:38:44 +08:00
<div align="center"><img src="https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/2/27/8c687ef1-5711-4a93-9db0-79c010af7902.png" alt="logo" width="32" /></div>
2024-05-17 17:23:43 +08:00
<p style="margin-top: 12px" align="center"><b>一款高颜值、现代化的智能运维&轻量堡垒机平台。</b></p>
2024-05-17 13:38:44 +08:00
<p align="center">
2024-05-17 17:23:43 +08:00
<a target="_blank"
style="text-decoration: none !important;"
href="https://app.codacy.com/gh/lijiahangmax/orion-visor/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade">
<img src="https://app.codacy.com/project/badge/Grade/49eaab3a9a474af3b87e1d21ffec71c4" alt="quality" />
</a>
<a target="_blank"
style="text-decoration: none !important;"
href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/github/license/lijiahangmax/orion-visor" alt="License" />
</a>
<a target="_blank"
style="text-decoration: none !important;"
href="https://github.com/lijiahangmax/orion-visor/releases">
<img src="https://img.shields.io/github/v/release/lijiahangmax/orion-visor" alt="release" />
</a>
<a target="_blank"
style="text-decoration: none !important;"
href="https://gitee.com/lijiahangmax/orion-visor/stargazers">
<img src="https://gitee.com/lijiahangmax/orion-visor/badge/star.svg?theme=dark" alt="star" />
</a>
<a target="_blank"
style="text-decoration: none !important;"
href="https://gitee.com/lijiahangmax/orion-visor/members">
<img src="https://gitee.com/lijiahangmax/orion-visor/badge/fork.svg?theme=dark" alt="fork" />
</a>
<a target="_blank"
style="text-decoration: none !important;"
href="https://github.com/lijiahangmax/orion-visor">
<img src="https://img.shields.io/github/stars/lijiahangmax/orion-visor" alt="star" />
</a>
<a target="_blank"
style="text-decoration: none !important;"
href="https://github.com/lijiahangmax/orion-visor">
<img src="https://img.shields.io/github/forks/lijiahangmax/orion-visor" alt="star" />
2024-02-27 17:03:38 +08:00
</a>
</p>
2024-05-17 13:38:44 +08:00
------------------------------
2024-04-21 12:01:57 +08:00
2024-05-17 13:38:44 +08:00
**`orion-visor`** 提供一站式服务器运维解决方案。
2024-02-27 17:03:38 +08:00
2024-05-17 13:38:44 +08:00
* **资产管理**:支持对资产进行分组,实现对主机、密钥和身份的统一管理和授权。
* **在线终端**:提供在线 Terminal 服务,支持快捷命令、大文件上传、在线编辑等操作。
* **批量操作**:支持批量执行主机命令、多主机文件分发等功能。
* **计划任务**:支持配置 cron 表达式,定时执行主机命令。
* **安全可靠**:动态配置权限,记录用户操作日志,提供简单的审计功能。
2024-02-27 17:03:38 +08:00
2024-05-17 13:38:44 +08:00
## 演示环境
2024-02-27 17:03:38 +08:00
2024-05-17 13:38:44 +08:00
演示地址: http://101.43.254.243:1081/
演示账号: admin/admin
⭐ 体验后可以点一下 `star` 这对我很重要!
🌈 如果本项目对你有帮助请帮忙推广一下 让更多的人知道此项目!
2024-05-23 13:56:03 +08:00
[github](https://github.com/lijiahangmax/orion-visor) [gitee](https://gitee.com/lijiahangmax/orion-visor)
2024-02-27 17:03:38 +08:00
## 快速开始
2024-05-17 13:38:44 +08:00
* [文档地址](https://lijiahangmax.github.io/orion-visor/#/)
2024-05-16 00:03:30 +08:00
* [docker安装](https://lijiahangmax.github.io/orion-visor/#/quickstart/docker-install)
* [普通安装](https://lijiahangmax.github.io/orion-visor/#/quickstart/install)
* [更新日志](https://lijiahangmax.github.io/orion-visor/#/about/change-log)
* [操作手册](https://lijiahangmax.github.io/orion-visor/#/operator/asset)
* [常见问题](https://lijiahangmax.github.io/orion-visor/#/quickstart/faq)
2024-02-27 17:03:38 +08:00
## 技术栈
2024-05-17 13:38:44 +08:00
* SpringBoot 2.7.17
* Mysql 8.0.+
* Redis 6.0.+
* Vue3 3.2.+
* Arco Design 2.55.+
2024-02-27 17:03:38 +08:00
2024-04-21 12:01:57 +08:00
## 主要功能预览
2024-02-27 17:03:38 +08:00
2024-05-17 13:38:44 +08:00
#### 主机终端
2024-02-27 17:03:38 +08:00
2024-05-17 13:38:44 +08:00
![新建连接](https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/19288b64-cdb2-4073-8df9-ecd642d4077f.png "新建连接")
![主机终端](https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/41d9deb5-aede-48a5-a6f3-5522cfff9a9f.png "主机终端")
![sftp](https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/366db511-0c1d-4680-9200-4da8f22b028b.png "sftp")
![主题设置](https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/a3e4c2fb-11f5-4387-998e-6f454e336472.png "主题设置")
2024-03-22 01:46:18 +08:00
2024-05-17 13:38:44 +08:00
#### 批量执行
2024-03-22 01:46:18 +08:00
2024-05-17 13:38:44 +08:00
![批量执行](https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/99839bab-9f0e-45ea-b03d-a4c992203e95.png "批量执行")
2024-02-27 17:03:38 +08:00
2024-05-17 13:38:44 +08:00
#### 批量上传
2024-05-12 16:05:19 +08:00
2024-05-17 13:38:44 +08:00
![批量上传任务](https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/04ccd627-8a46-43a1-acd9-740f75dbf386.png "批量上传任务")
2024-05-12 16:05:19 +08:00
2024-05-17 13:38:44 +08:00
#### 计划任务
2024-04-15 21:03:28 +08:00
2024-05-17 13:38:44 +08:00
![计划任务详情](https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/0c4342fc-9fde-4fc1-b886-104a4d22c0b2.png "计划任务详情")
2024-04-15 21:03:28 +08:00
2024-05-17 13:38:44 +08:00
## Star History
2024-02-27 17:03:38 +08:00
2024-05-17 13:38:44 +08:00
[![Star History Chart](https://api.star-history.com/svg?repos=lijiahangmax/orion-visor&type=Date)](https://star-history.com/#lijiahangmax/orion-visor&Date)
2024-02-27 17:03:38 +08:00
## 联系我
<div style="display: flex;">
2024-05-17 13:38:44 +08:00
<img src="https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/d42d91f3-f0ee-4c63-adab-a35809e0804c.jpg" alt="wx" width="298px" height="398px"/>
2024-02-27 17:03:38 +08:00
</div>
2024-05-17 13:38:44 +08:00
![个人微信: ljh1553488](https://img.shields.io/badge/ljh1553488-blue?style=social&label=WX%3A)
2024-05-17 00:18:55 +08:00
![QQ群1: 755242157](https://img.shields.io/badge/755242157-blue?style=social&label=QQ%E7%BE%A41%3A%20)
2024-05-17 13:38:44 +08:00
📧 咨询问题微信备注: vis
2024-03-15 00:26:53 +08:00
📧 合作/功能定制备注: 合作
2024-02-27 17:03:38 +08:00
## 支持一下
2024-05-17 13:38:44 +08:00
<img src="https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/5/17/a5351e59-294c-4bec-b767-1a44c362fcbc.jpg" alt="收款码" width="540px"/>
2024-02-27 17:03:38 +08:00
🎁 为了项目能健康持续的发展, 我期望获得相应的资金支持, 你们的支持是我不断更新前进的动力!
2024-04-10 23:27:12 +08:00
## 免责声明
2024-05-16 00:03:30 +08:00
在使用本项目之前, 请确保您已经了解并同意相关的使用协议和隐私政策。[免责声明](https://github.com/lijiahangmax/orion-visor/blob/main/DISCLAIMER.md)
2024-04-10 23:27:12 +08:00
2024-02-27 17:03:38 +08:00
## License
2024-05-16 00:03:30 +08:00
本项目遵循 [Apache-2.0](https://github.com/lijiahangmax/orion-visor/blob/main/LICENSE) 开源许可证。