diff --git a/.gitignore b/.gitignore index 92f90b15a..06328e5aa 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,7 @@ pyvenv.cfg include pip-selfcheck.json +scripts/mdserver-web data/api_login.txt data/sessions data/ssl.pl diff --git a/README.md b/README.md index 5273172a6..4ece252d9 100644 --- a/README.md +++ b/README.md @@ -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安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index d089b89eb..4317e45d4 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -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 diff --git a/scripts/pick_filter.txt b/scripts/pick_filter.txt index 52d68f650..e6c398114 100755 --- a/scripts/pick_filter.txt +++ b/scripts/pick_filter.txt @@ -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 diff --git a/version/info.json b/version/info.json index 0ed4efb26..f6696c261 100644 --- a/version/info.json +++ b/version/info.json @@ -1,8 +1,8 @@ [ { "version": "0.9.1", - "content": "* 主流系统支持。
* 插件支持更多参数。
* MySQL主从支持GTID和经典模式。
* MariaDB主从支持GTID和经典模式。
* Rsyncd更新。
* 添加网站统计的插件。
* 添加varnish插件。", - "path": "https://github.com/midoks/mdserver-web/releases/download/0.9.9/mdserver-web.zip", + "content": "* 菜单修复。
* 更新修复", + "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", }, {