Simple Linux Panel
Go to file
Mr Chen 94bb8e31cf Update task.py 2019-03-19 16:07:20 +08:00
class Update firewall_api.py 2019-03-18 21:30:31 +08:00
data 增加网站分类功能 2019-03-04 14:09:43 +08:00
plugins 优化 2019-03-19 16:06:20 +08:00
rewrite/nginx u 2019-01-17 14:19:48 +08:00
route 添加PHP守护插件 2019-03-19 15:14:50 +08:00
scripts Update install_centos.sh 2019-03-15 17:05:50 +08:00
ssl 面板设置功能ok 2019-02-22 14:22:13 +08:00
version Update info.json 2019-03-15 17:48:31 +08:00
.gitignore 添加PHP守护插件 2019-03-19 15:14:50 +08:00
LICENSE Initial commit 2018-09-11 14:44:15 +08:00
README.md Update README.md 2019-03-14 17:14:28 +08:00
app.py update 2019-02-18 16:21:31 +08:00
cli.sh up 2019-03-14 12:53:21 +08:00
requirements.txt Update requirements.txt 2019-03-10 19:42:50 +08:00
setting.py Update setting.py 2019-03-15 18:02:09 +08:00
task.py Update task.py 2019-03-19 16:07:20 +08:00
tools.py 优化修改 2019-03-14 02:07:39 +08:00

README.md

mdserver-web

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

自动安装

curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | sh

更新

curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | sh

wiki