All Projects → midoks → mdserver-web

midoks / mdserver-web

Licence: Apache-2.0 license
Simple Linux Panel

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to mdserver-web

laravel-username-generator
Automatically generate usernames for Laravel User Model
Stars: ✭ 37 (-96.52%)
Mutual labels:  php72, php73, php74, php80
OwOFrame
A lightweight MVC framework for PHP
Stars: ✭ 46 (-95.68%)
Mutual labels:  php72, php73, php74
simplepie-ng
Don't use this yet.
Stars: ✭ 41 (-96.15%)
Mutual labels:  php72, php73, php74
pasvl
Array Validator (regular expressions for arrays, sort of)
Stars: ✭ 40 (-96.24%)
Mutual labels:  php72, php73, php74
Xmemcached
High performance, easy to use multithreaded memcached client in java.
Stars: ✭ 715 (-32.8%)
Mutual labels:  memcached, memcache
Pymemcache
A comprehensive, fast, pure-Python memcached client.
Stars: ✭ 552 (-48.12%)
Mutual labels:  memcached, memcache
Overlord
Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
Stars: ✭ 1,884 (+77.07%)
Mutual labels:  memcached, memcache
Ninja Mutex
Mutex implementation for PHP
Stars: ✭ 180 (-83.08%)
Mutual labels:  memcached, memcache
Wp Spider Cache
Your friendly neighborhood caching solution for WordPress
Stars: ✭ 133 (-87.5%)
Mutual labels:  memcached, memcache
rust-memcache
memcache client for rust
Stars: ✭ 106 (-90.04%)
Mutual labels:  memcached, memcache
docker-lemp
A single container LEMP complete fullstack with latest release of PHP7.4.33, 8.0.26 & 8.1.13/8.2RC and MySQL, nginx, PostgreSQL, phalcon, swoole, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.15
Stars: ✭ 106 (-90.04%)
Mutual labels:  memcached, php74
ext-encoding
High-performance specialized replacements for PHP's pack() and unpack() functions
Stars: ✭ 13 (-98.78%)
Mutual labels:  php80, php81
memcached
Memcached Operator for Kubernetes
Stars: ✭ 18 (-98.31%)
Mutual labels:  memcached, memcache
Memcache Info
Simple and efficient way to show information about Memcache.
Stars: ✭ 84 (-92.11%)
Mutual labels:  memcached, memcache
php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-98.4%)
Mutual labels:  php73, php74
Memjs
A memcache client for node using the binary protocol and SASL authentication
Stars: ✭ 161 (-84.87%)
Mutual labels:  memcached, memcache
magento2-fast-vm
Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
Stars: ✭ 89 (-91.64%)
Mutual labels:  php74, php81
php-json-schema-model-generator
Creates (immutable) PHP model classes from JSON-Schema files including all validation rules as PHP code
Stars: ✭ 36 (-96.62%)
Mutual labels:  php73, php74
squirrelmail
🌰️🐿️ SquirrelMail GitHub Repository (PHP 7-OK!)
Stars: ✭ 42 (-96.05%)
Mutual labels:  php72, php73
go-elasticache
Thin abstraction over the Memcache client package gomemcache (https://github.com/bradfitz/gomemcache) allowing it to support AWS ElastiCache cluster nodes
Stars: ✭ 15 (-98.59%)
Mutual labels:  memcached, memcache

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数据库。
  • CSVN - 最流行的SVN代码共享管理软件。
  • PureFtpd - 一款专注于程序健壮和软件安全的免费FTP服务器软件。
  • Gogs - 一款极易搭建的自助Git服务。
  • Rsyncd - 通用同步服务。

版本更新 0.8.6

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

问题

  • OP防火墙,暂不要开启。

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/master/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 文件中。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].