猫王面板Mdserver-web:Linux主机web面板
时间:2022-12-15 阅读:10
mdserver-web:支持Centos、Debian、Ubuntu等系统
下面是mw的操作界面
项目地址:
Mdserver-Web
2018421
Simple Linux Panel—Read More
Download as zip
Docker
- 由DDSRem开发维护。
- https://hub.docker.com/r/ddsderek/mw-server
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.11.1
- 提供面板API接口访问的支持。
- rockylinux系统安装优化。
- 网站统计记录POST请求原文优化。
- 针对mysql下载速度优化。
- mysql初始化默认参数优化。
- OP防火墙安全设置BUG解决。
- Gitea优化。
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 -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://gitee.com/midoks/mdserver-web/raw/master/scripts/install_dev.sh | bash
curl -fsSL https://gitee.com/midoks/mdserver-web/raw/dev/scripts/update_dev.sh | bash
网友评论