pull/156/head
midoks 3 years ago
parent f15134aa9e
commit 2323de4fc6
  1. 1
      .gitignore
  2. 17
      README.md
  3. 2
      class/core/config_api.py
  4. 18
      scripts/pick_filter.txt
  5. 4
      version/info.json

1
.gitignore vendored

@ -130,6 +130,7 @@ pyvenv.cfg
include
pip-selfcheck.json
scripts/mdserver-web
data/api_login.txt
data/sessions
data/ssl.pl

@ -1,4 +1,4 @@
### mdserver-web 0.9.0
### mdserver-web 0.9.1
简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到,就知道这是我一直想要的页面化管理方式。
复制了后台管理界面,按照自己想要的方式写了一版。
@ -70,19 +70,10 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:
```
### 版本更新 0.9.0
### 版本更新 0.9.1
* 主流系统支持。
* 插件支持更多参数。
* MySQL主从支持GTID和经典模式。
* MariaDB主从支持GTID和经典模式。
* Rsyncd更新。
* 添加网站统计的插件。
* 添加varnish插件。
* 添加PHP的APT安装方式[辅助插件]。
* 添加PHP的YUM安装方式[辅助插件]。
* 添加MYSQL的YUM安装方式[辅助插件]。
* 各种bug修复。
* 菜单修复.
* 更新修复.
### JSDelivr安装地址

@ -16,7 +16,7 @@ from flask import request
class config_api:
# mariadb 优化
__version = '0.9.0.1'
__version = '0.9.1'
def __init__(self):
pass

@ -102,6 +102,14 @@ venv.bak/
# mypy
scripts/.git/*
.git/*
.github/*
bin/*
lib/*
include/*
pyvenv.cfg
__pycache__
docker/*
.mypy_cache/
.gitignore
.git
@ -117,5 +125,15 @@ data/system.db
data/default.pl
data/control.conf
data/iplist.txt
data/osname.pl
data/edate.pl
data/backup.pl
data/default_site.pl
data/port.pl
data/api_login.txt
data/json/index.json
data/sessions/*
script/init.d/mw

@ -1,8 +1,8 @@
[
{
"version": "0.9.1",
"content": "* 主流系统支持。<br/> * 插件支持更多参数。<br/>* MySQL主从支持GTID和经典模式。<br/>* MariaDB主从支持GTID和经典模式。<br/>* Rsyncd更新。<br/>* 添加网站统计的插件。<br/>* 添加varnish插件。",
"path": "https://github.com/midoks/mdserver-web/releases/download/0.9.9/mdserver-web.zip",
"content": "* 菜单修复。<br/> * 更新修复",
"path": "https://github.com/midoks/mdserver-web/releases/download/0.9.1/mdserver-web.zip",
"purge":"https://purge.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/update.sh",
},
{

Loading…
Cancel
Save