Simple Linux Panel
Go to file
2023-03-16 13:00:56 +08:00
.github 站点分类问题 #300 2022-12-18 00:54:26 +08:00
class Update config_api.py 2023-03-15 18:09:20 +08:00
data Delete notify.json 2023-03-08 17:25:12 +08:00
docker update-docker 2022-07-17 17:37:52 +08:00
plugins Update webstats_common.lua 2023-03-16 12:24:02 +08:00
rewrite/nginx Update discuzx.conf 2023-03-10 14:12:27 +08:00
route up 2023-03-11 15:24:40 +08:00
scripts Update lib.sh 2023-03-15 23:26:23 +08:00
ssl ssl update 2022-12-06 16:27:24 +08:00
version 提供面板API接口访问的支持 2022-11-28 20:14:45 +08:00
.gitignore Update .gitignore 2023-03-08 17:29:42 +08:00
app.py Update app.py 2023-01-23 04:06:43 +08:00
clear.sh Create clear.sh 2020-07-04 12:19:03 +08:00
cli.sh Update cli.sh 2023-02-05 15:22:53 +08:00
cmd.md Update cmd.md 2022-09-10 11:07:33 +08:00
compatibility.md Update compatibility.md 2022-08-02 14:01:57 +08:00
LICENSE 添加author 2022-06-22 16:09:59 +08:00
README.md Update README.md 2023-03-16 12:58:06 +08:00
requirements.txt 0.13.1.2 2023-03-06 20:28:29 +08:00
setting.py up 2022-12-06 23:38:09 +08:00
task.py Update task.py 2023-03-09 01:32:05 +08:00
tools.py Update tools.py 2023-03-11 15:41:15 +08:00

logo

mdserver-web

一款简单Linux面板服务

强烈推荐系统:debian

简介

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

Debian Ubuntu Fedora CentOS

Wiki

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

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

如果出现问题,最好私给我面板信息。不要让我猜。如果不提供,不要提出问题,自行解决。  — 座右铭
Talk is cheap, show me the code.  -- linus

主要插件介绍

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

插件开发相关

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

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-82]支持phpMyAdmin[5.2.0]

特别赞助

AD - VPS推荐 - 🙏

服务商 LOGO 推广地址 优惠码
digitalvirt digitalvirt https://digitalvirt.com/aff.php?aff=154 mdserver-web

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.13.3

  • tgbot插件[增加扩展功能]。
  • ssl功能优化。
  • 网站统计-计划任务归档优化。

JSDelivr安装地址

  • 初始安装
curl -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash
  • 直接更新
curl -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/update.sh | bash
  • 卸载脚本
wget -O uninstall.sh https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/uninstall.sh && bash uninstall.sh

备用地址

  • 初始安装
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash
curl --insecure -fsSL  https://gitee.com/midoks/mdserver-web/raw/master/scripts/install.sh | bash
  • 直接更新
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash
  • 卸载脚本
wget -O uninstall.sh https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/uninstall.sh && bash uninstall.sh

通用软件安装[命令行安装]

  • 需已经安装mdserver-web
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

wget -O uninstall.sh https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/uninstall.sh && bash uninstall.sh

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

curl -fsSL https://gitee.com/midoks/mdserver-web/raw/dev/scripts/install_dev.sh | bash
curl -fsSL https://gitee.com/midoks/mdserver-web/raw/dev/scripts/update_dev.sh | bash

捐赠地址 USDTTRC20

TVbNgrpeGBGZVm5gTLa21ADP7RpnPFhjya

日行一善,以后必定大富大贵

微信赞助

截图

无图不真相

截图

Stargazers over time

Stargazers over time

感谢开发赞助

digitalvirt

授权许可

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