Browse Source

feat: update README.md

pull/139/head
wanghe-fit2cloud 2 years ago
parent
commit
6354142a96
  1. 85
      README.md

85
README.md

@ -1 +1,84 @@
# 1Panel
<p align="center"><a href="https://1panel.cn"><img src="http://1panel.oss-cn-hangzhou.aliyuncs.com/img/1panel-logo.png" alt="1Panel" width="300" /></a></p>
<p align="center"><b>1Panel</b> [wʌn ˈpæn(ə)l],Linux 服务器运维管理面板</p>
<p align="center">
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://shields.io/github/license/1Panel-dev/1Panel" alt="License: GPL v3"></a>
<a href="https://app.codacy.com/gh/1Panel-dev/1Panel?utm_source=github.com&utm_medium=referral&utm_content=1Panel-dev/1Panel&utm_campaign=Badge_Grade_Dashboard"><img src="https://app.codacy.com/project/badge/Grade/da67574fd82b473992781d1386b937ef" alt="Codacy"></a>
<a href="https://github.com/1Panel-dev/1Panel/releases"><img src="https://img.shields.io/github/v/release/1Panel-dev/1Panel" alt="GitHub release"></a>
<a href="https://github.com/1Panel-dev/1Panel"><img src="https://img.shields.io/github/stars/1Panel-dev/1Panel?color=%231890FF&style=flat-square" alt="Stars"></a>
</p>
------------------------------
1Panel 是一个现代化、安全和开源的 Linux 服务器运维管理面板,通过 Web 端轻松管理 Linux 服务器,支持 LNMP、网站和博客、SSL、数据库、其他常用软件的一键配置和傻瓜式运维管理。
## 1Panel 的功能
- 网站管理:通过 1Panel 创建管理网站,轻松简单完成各种配置
- 应用商店:可视化安装、搭建 WEB 服务器环境,包含各种功能配置,非常方便、快捷
- 数据库:创建管理,数据备份、还原
- 容器管理:支持可视化管理 docker 容器、编排、网络、存储等
- 资源监控:CPU、内存、磁盘IO、网络IO数据监测,可设置记录保存天数,以及任意查看某天数据
- 文件管理:方便高效的文件管理器,支持上传、下载、打包、解压以及文件编辑查看
## 1Panel 的优势
- 高效管理:可视化管理,操作简单,快速建站,一键安装各种应用
- 快速建站:域名绑定,一键部署SSL证书,更改网站配置等网站管理功能
- 安全可靠:防火墙,安全审计,最小漏洞暴露面、快速修复
- 一键备份:一键备份,一键恢复,即可防备数据丢失,也可快速复制服务器
## UI 展示
![UI展示](http://1panel.oss-cn-hangzhou.aliyuncs.com/img/app-store.png)
## 快速开始
**一键安装**
支持主流 Linux 发行版本(基于 Debian / RedHat,包括国产操作系统)。
```sh
curl -sSL https://github.com/1Panel-dev/1Panel/releases/latest/download/quick_start.sh -o quick_start.sh && sh quick_start.sh
```
**在线体验**
- 环境地址:<https://1panel.fit2cloud.com/>
- 用户名:demo
- 密码:1panel
| :warning: 注意 |
|:-----------------------------|
| 该环境仅作体验目的使用,我们会定时清理、重置数据! |
| 请勿修改体验环境用户的密码! |
| 请勿在环境中添加业务生产环境地址、用户名密码等敏感信息! |
**学习资料**
- [在线文档](https://1panel.cn/docs/)
- [教学视频](https://1panel.cn/video.html)
**加入微信交流群**
<img src="http://1panel.oss-cn-hangzhou.aliyuncs.com/img/wechat-group.jpg" width="156" height="156"/>
## 安全说明
如果您在使用过程中发现任何安全问题,请通过以下方式直接联系我们:
- 邮箱:support@fit2cloud.com
- 电话:400-052-0755
## 致谢
- [Element](https://element.eleme.cn/#/):感谢 Element 提供的优秀组件库
## License
Copyright (c) 2014-2023 飞致云 FIT2CLOUD, All rights reserved.
Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
<https://www.gnu.org/licenses/gpl-3.0.html>
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Loading…
Cancel
Save