Files
orion-visor/docs/README.md

125 lines
5.2 KiB
Markdown
Raw Normal View History

2024-02-27 16:39:49 +08:00
<h1 style="display: flex; align-items: center;">
<img style="margin-right: 8px;" src="./assert/logo.svg" width="32px" height="32px"/> orion-ops-pro 是什么
</h1>
2024-03-22 01:46:18 +08:00
`orion-ops-pro`
2024-05-13 10:41:03 +08:00
是一款现代化、高颜值的一站式智能运维管理平台集资产管理、资产授权、批量执行、批量上传、计划任务、WebShell、WebSftp、角色管理、系统管理等功能于一体致力于简化运维团队的治理工作。
2024-02-27 16:39:49 +08:00
<p style="text-align: left">
<a target="_blank" style="text-decoration: none" href="https://app.codacy.com/gh/lijiahangmax/orion-ops-pro/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" href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html">
<img src="https://img.shields.io/badge/JDK-8+-green.svg" alt="jdk8"/>
</a>
<a target="_blank" style="text-decoration: none" href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/github/license/lijiahangmax/orion-ops-pro" alt="License"/>
</a>
<a target="_blank" style="text-decoration: none" href="https://gitee.com/lijiahangmax/orion-ops-pro/stargazers">
<img src="https://gitee.com/lijiahangmax/orion-ops-pro/badge/star.svg?theme=dark" alt="star"/>
</a>
<a target="_blank" style="text-decoration: none" href="https://gitee.com/lijiahangmax/orion-ops-pro/members">
<img src="https://gitee.com/lijiahangmax/orion-ops-pro/badge/fork.svg?theme=dark" alt="fork"/>
</a>
2024-04-21 12:01:57 +08:00
<a target="_blank" style="text-decoration: none" href="https://github.com/lijiahangmax/orion-ops-pro">
2024-02-27 16:39:49 +08:00
<img src="https://img.shields.io/github/stars/lijiahangmax/orion-ops-pro.svg?style=social" alt="star"/>
2024-04-21 12:01:57 +08:00
</a>
2024-02-27 16:39:49 +08:00
</p>
2024-05-13 12:22:26 +08:00
当前版本: **1.0.8**
2024-02-27 16:39:49 +08:00
2024-04-21 12:01:57 +08:00
**github:** https://github.com/lijiahangmax/orion-ops-pro
**gitee:** https://gitee.com/lijiahangmax/orion-ops-pro
2024-05-07 11:35:08 +08:00
**文档:** https://lijiahangmax.github.io/orion-ops-pro/#/
2024-04-21 12:01:57 +08:00
**demo:** http://101.43.254.243:1081/
2024-02-27 16:39:49 +08:00
2024-02-27 18:22:18 +08:00
演示账号: `admin`
演示密码: `admin`
2024-04-21 12:01:57 +08:00
⭐ 体验后可以点一下 `star` 这对我很重要!
🌈 如果本项目对你有帮助请帮忙推广一下 让更多的人知道此项目!
2024-03-15 00:26:53 +08:00
📞 合作/功能定制请联系底部 备注: '合作'
2024-02-27 16:39:49 +08:00
## 特性
2024-04-21 12:01:57 +08:00
* **快速稳定**: 使用全新的系统架构, 提高系统性能以及稳定性。
* **交互友好**: 对与用户的交互进行了细致化的打磨, 操作更加方便快捷。
* **资产管理**: 支持对资产进行分组, 实现对主机、秘钥和身份的统一管理和授权。
* **权限控制**: 全面管理用户角色, 支持动态菜单配置和强制下线等功能。
* **在线终端**: 提供便捷的在线 Web 终端服务, 支持快捷命令、自定义快捷键和主题风格。
* **文件管理**: 实现远程主机大文件的批量上传、下载和在线编辑等操作。
2024-05-13 10:41:03 +08:00
* **批量操作**: 支持远程主机批量执行主机命令、多主机文件分发。
2024-04-21 12:01:57 +08:00
* **计划任务**: 支持配置 cron 表达式, 定时执行主机命令。
* **操作审计**: 记录用户操作日志,确保操作可追溯, 提高系统安全性。
2024-02-27 17:03:38 +08:00
2024-02-27 16:39:49 +08:00
## 快速开始
2024-05-07 11:35:08 +08:00
* [docker安装](/quickstart/docker-install)
* [普通安装](/quickstart/install)
* [更新日志](/about/change-log)
* [操作手册](/operator/asset)
* [常见问题](/quickstart/faq)
2024-02-27 16:39:49 +08:00
## 技术栈
* Docker
* SpringBoot
* Mysql
* Redis
* Vue3
* Arco Design
2024-04-21 12:01:57 +08:00
## 主要功能预览
2024-02-27 16:39:49 +08:00
> 主机终端
2024-04-21 12:01:57 +08:00
![新建连接](./assert/img/terminal_collections.png "新建连接")
2024-02-27 16:39:49 +08:00
![主机终端](./assert/img/terminal_ssh.png "主机终端")
2024-04-21 12:01:57 +08:00
![sftp](./assert/img/terminal_sftp.png "sftp")
2024-02-27 16:39:49 +08:00
![主题设置](./assert/img/terminal_theme.png "主题设置")
![终端设置](./assert/img/terminal_setting.png "终端设置")
2024-03-22 01:46:18 +08:00
> 批量执行
![批量执行](./assert/img/batch_exec.png "批量执行")
![执行日志](./assert/img/batch_exec_log.png "执行日志")
![执行记录](./assert/img/batch_exec_record.png "执行记录")
2024-05-12 16:05:19 +08:00
> 批量上传
![批量上传任务](./assert/img/batch_upload_form.png "批量上传任务")
![批量上传中](./assert/img/batch_upload_uploading.png "批量上传中")
2024-04-15 21:03:28 +08:00
> 计划任务
![计划任务编辑](./assert/img/exec_job_edit.png "计划任务编辑")
2024-05-12 16:05:19 +08:00
![计划任务](./assert/img/exec_job.png "计划任务")
2024-04-15 21:03:28 +08:00
2024-02-27 16:39:49 +08:00
> 用户管理
![个人中心](./assert/img/user_info.png "个人中心")
![操作日志](./assert/img/user_operator_log.png "操作日志")
## 联系我
2024-02-27 17:03:38 +08:00
<div style="display: flex;">
<img src="./assert/img/qq_group1.jpg" alt="qq" width="268px" height="398px"/>
<img src="./assert/img/wx.jpg" alt="wx" width="298px" height="398px"/>
</div>
2024-02-27 16:39:49 +08:00
2024-03-15 00:26:53 +08:00
📧 咨询问题微信备注: ops
📧 合作/功能定制备注: 合作
2024-02-27 16:39:49 +08:00
## 支持一下
<img src="./assert/img/support_pay.jpg" alt="收款码" width="540px"/>
🎁 为了项目能健康持续的发展, 我期望获得相应的资金支持, 你们的支持是我不断更新前进的动力!
2024-04-10 23:27:12 +08:00
## 免责声明
在使用本项目之前, 请确保您已经了解并同意相关的使用协议和隐私政策。[免责声明](DISCLAIMER.md)
2024-02-27 16:39:49 +08:00
## License
本项目遵循 [Apache-2.0](https://github.com/lijiahangmax/orion-ops-pro/blob/main/LICENSE) 开源许可证。