Simple Linux Panel
Go to file
midoks 348c5fe795 Update index.py 2022-07-28 23:11:03 +08:00
.github ubuntu 三个系统测试 2022-07-03 23:18:25 +08:00
class try mysqlclient 2022-07-27 22:58:12 +08:00
data up 2022-07-08 00:09:10 +08:00
docker update-docker 2022-07-17 17:37:52 +08:00
plugins Update index.py 2022-07-28 23:11:03 +08:00
rewrite/nginx Create proxydg.conf 2022-05-07 16:11:48 +08:00
route up 2022-07-28 12:20:12 +08:00
scripts python mysql.connnector 使用过程出现错误。还是先使用mysqlclient 2022-07-27 23:01:54 +08:00
ssl 面板设置功能ok 2019-02-22 14:22:13 +08:00
version Update info.json 2021-02-19 21:52:02 +08:00
.gitignore up 2022-07-27 22:32:26 +08:00
LICENSE 添加author 2022-06-22 16:09:59 +08:00
README.md Update README.md 2022-07-17 17:50:07 +08:00
app.py Update app.py 2022-07-01 18:33:25 +08:00
clear.sh Create clear.sh 2020-07-04 12:19:03 +08:00
cli.sh Update cli.sh 2022-07-05 10:54:49 +08:00
compatibility.md Update compatibility.md 2022-07-17 13:35:25 +08:00
index.html 网站统计 xx1 2022-07-20 23:49:09 +08:00
mw-cli change permission 2022-06-27 16:32:23 +00:00
requirements.txt Update requirements.txt 2022-07-01 01:32:04 +08:00
setting.py Update setting.py 2022-07-01 20:33:06 +08:00
task.py up 2022-07-13 16:45:37 +08:00
tools.py Update tools.py 2022-07-17 16:05:05 +08:00

README.md

mdserver-web 0.8.6

简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到就知道这是我一直想要的页面化管理方式。 复制了后台管理界面,按照自己想要的方式写了一版。

CentOS Ubuntu Debian Fedora

Wiki

  • SSH终端工具
  • 面板收藏功能
  • 网站子目录绑定
  • 网站备份功能
  • 插件方式管理

基本上可以使用,后续会继续优化!欢迎提供意见!

主要插件介绍

  • OpenResty - 轻量级,占有内存少,并发能力强。
  • PHP[52-81] - PHP是世界上最好的编程语言。
  • MySQL - 一种关系数据库管理系统。
  • MongoDB - 一种非关系NOSQL数据库管理系统。
  • phpMyAdmin - 著名Web端MySQL管理工具。
  • Memcached - 一个高性能的分布式内存对象缓存系统。
  • Redis - 一个高性能的KV数据库。
  • PureFtpd - 一款专注于程序健壮和软件安全的免费FTP服务器软件。
  • Gogs - 一款极易搭建的自助Git服务。
  • Rsyncd - 通用同步服务。

Note

phpMyAdmin[4.4.15]支持MySQL[5.5-5.7]
phpMyAdmin[5.2.0]支持MySQL[8.0]

PHP[53-72]支持phpMyAdmin[4.4.15]
PHP[72-81]支持phpMyAdmin[5.2.0]

Docker

docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:443 -p 888:888 ddsderek/mw-server:latest

版本更新 0.8.6

  • mysql主从配置。
  • swap插件[虚拟内存]。

GW使用

  • 自动安装
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash
  • 脚本更新
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash

GN使用

  • 自动安装
curl -fsSL  https://gitee.com/midoks/mdserver-web/raw/master/scripts/install_cn.sh | bash
  • 脚本更新
curl -fsSL  https://gitee.com/midoks/mdserver-web/raw/master/scripts/update_cn.sh | bash

通用安装

curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/quick/app.sh | bash

DEV使用

  • 自动安装
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install_dev.sh | bash
  • 脚本更新
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update_dev.sh | bash

微信赞助

截图

无图不真相

截图

插件开发相关

插件文档还不完善如果有不明白的地方提Issue! 我会尽力完善。
如果你自己写了插件想分享出来也可以提Issue。

Stargazers over time

Stargazers over time

感谢开发赞助

digitalvirt

授权许可

本项目采用 Apache 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。