mdserver-web介绍

宝塔用户多了之后开始恶心起来了,需要登录才能用,大概率是被郭嘉敲打了。
找了一款还可以的,不过bug有一些,直接给作者提issue吧。
简单的Linux面板,复制了后台管理界面,按照自己想要的方式写了一版。简直不要太像。
image-20240424214850583

插件

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

安装

JSDelivr安装地址

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

备用地址

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

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

  • 需已经安装mdserver-web
curl --insecure -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/quick/app.sh | bash

DEV使用

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

wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install.sh && bash install.sh

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

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

curl --insecure -fsSL https://code.midoks.icu/midoks/mdserver-web/raw/branch/dev/scripts/install_dev.sh | bash
curl --insecure -fsSL https://code.midoks.icu/midoks/mdserver-web/raw/branch/dev/scripts/update_dev.sh | bash

项目地址

https://github.com/midoks/mdserver-web

声明:
1. 如需转载请保留原文链接谢谢!
2. 本站所有资源文章出自互联网收集整理,本站不参与制作,如果侵犯了您的合法权益,请联系本站我们会及时删除。
3. 本站发布资源来源于互联网,可能存在水印或者引流等信息,请用户擦亮眼睛自行鉴别,做一个有主见和判断力的用户。
4. 本站资源仅供研究、学习交流之用,若使用商业用途,请购买正版授权,否则产生的一切后果将由下载用户自行承担。