Skip to content

Commit

Permalink
Merge pull request #583 from midoks/dev
Browse files Browse the repository at this point in the history
0.17.0
  • Loading branch information
midoks authored May 27, 2024
2 parents 15d07e4 + d2ddceb commit f6d4609
Show file tree
Hide file tree
Showing 22 changed files with 751 additions and 382 deletions.
25 changes: 13 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ venv/
ENV/
env.bak/
venv.bak/
lib/python*

# Spyder project settings
.spyderproject
Expand All @@ -98,6 +99,12 @@ venv.bak/
# mkdocs documentation
/site

bin
pyvenv.cfg
include
share
pip-selfcheck.json

# mypy
.mypy_cache/

Expand All @@ -122,27 +129,17 @@ data/default.pl
data/backup.pl
data/debug.pl
data/default_site.pl

ssl/input.pl

lib/python*

bin
pyvenv.cfg
include
share
pip-selfcheck.json
data/ssl.pl

scripts/init.d/mw
scripts/mdserver-web

data/api_login.txt
data/sessions
data/ssl.pl

data/port.pl
data/ipv6.pl
data/restart.pl
data/ssl.pl
data/edate.pl
data/osname.pl
data/only_netio_counters.pl
Expand All @@ -156,6 +153,10 @@ data/bind_domain.pl
data/unauthorized_status.pl
data/auth_secret.pl

ssl/local
ssl/nginx
ssl/choose.pl

plugins/vip_*
plugins/own_*
plugins/my_*
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:
```


### 版本更新 0.16.9
### 版本更新 0.17.0

- mysql同步优化,享受丝滑般感觉。
- 网站统计 - 实时-可调节1-10s。
- 网站统计 - 加入大小条件。
- Sphinx优化。
- 面板SSL调整。

### JSDelivr安装地址

Expand Down
Loading

0 comments on commit f6d4609

Please sign in to comment.