mdserver-web/README.md

68 lines
2.2 KiB
Markdown
Raw Normal View History

2021-02-19 08:39:41 -05:00
### mdserver-web 0.8.6
2019-07-24 23:41:03 -04:00
简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到就知道这是我一直想要的页面化管理方式。
2019-03-14 05:14:28 -04:00
复制了后台管理界面,按照自己想要的方式写了一版。
2018-09-11 02:50:44 -04:00
2022-06-11 13:48:19 -04:00
[![CentOS](https://img.shields.io/badge/LINUX-CentOS-blue?style=for-the-badge&logo=CentOS)]()
[![Ubuntu](https://img.shields.io/badge/LINUX-Ubuntu-blue?style=for-the-badge&logo=Ubuntu)]()
[![Debian](https://img.shields.io/badge/LINUX-Debian-blue?style=for-the-badge&logo=Debian)]()
[![Fedora](https://img.shields.io/badge/LINUX-Fedora-blue?style=for-the-badge&logo=Fedora)]()
2021-05-08 11:43:16 -04:00
2022-06-11 21:35:42 -04:00
[![Wiki](https://img.shields.io/badge/MW-Wiki-red?style=for-the-badge&logo=wiki)](https://github.com/midoks/mdserver-web/wiki)
2022-06-11 13:52:07 -04:00
* SSH工具
* 面板收藏功能
2019-07-24 23:41:03 -04:00
* 网站子目录绑定
* 网站备份功能
* 自动更新优化
* 插件方式管理
基本上可以使用,后续会继续优化!欢迎提供意见!
2021-05-08 11:43:16 -04:00
2019-07-24 23:41:03 -04:00
### 主要插件介绍
* OpenResty - 轻量级,占有内存少,并发能力强。
2022-06-11 13:52:07 -04:00
* PHP[52-81] - PHP是世界上最好的编程语言。
* MySQL - 一种关系数据库管理系统。
* MongoDB - 一种非关系NOSQL数据库管理系统。
2019-07-24 23:41:03 -04:00
* phpMyAdmin - 著名Web端MySQL管理工具。
* Memcached - 一个高性能的分布式内存对象缓存系统。
2022-06-11 13:52:07 -04:00
* Redis - 一个高性能的KV数据库。
2019-07-24 23:41:03 -04:00
* CSVN - 最流行的SVN代码共享管理软件。
* PureFtpd - 一款专注于程序健壮和软件安全的免费FTP服务器软件。
* Gogs - 一款极易搭建的自助Git服务。
2019-09-12 11:21:39 -04:00
* Rsyncd - 通用同步服务。
2019-07-24 23:41:03 -04:00
2022-06-11 00:38:18 -04:00
2021-02-19 08:39:41 -05:00
### 版本更新 0.8.6
* mysql主从配置。
* swap插件[虚拟内存]。
2019-11-30 05:28:34 -05:00
2022-06-11 00:38:18 -04:00
2018-09-11 02:50:44 -04:00
### 自动安装
2022-06-11 00:38:18 -04:00
2018-09-13 10:22:23 -04:00
```
2022-06-10 14:18:21 -04:00
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash
2019-03-04 01:24:49 -05:00
```
2022-06-11 00:51:31 -04:00
### 脚本更新
2019-03-04 01:24:49 -05:00
```
2022-06-10 14:18:21 -04:00
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash
2019-03-04 01:24:49 -05:00
```
2019-03-28 05:20:00 -04:00
### 无图不真相
2022-06-11 00:51:31 -04:00
2019-03-28 05:20:00 -04:00
[![截图](/route/static/mdw.jpg)](/route/static/mdw.jpg)
2022-06-11 00:51:31 -04:00
2022-06-10 05:10:40 -04:00
### 感谢
- 开发赞助
[digitalvirt](https://digitalvirt.com/)
2022-06-11 10:05:39 -04:00
## 授权许可
本项目采用 Apache 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/midoks/mdserver-web/blob/master/LICENSE) 文件中。