Releases: 0xJacky/nginx-ui
v1.7.9
v1.7.8
v1.7.7
NOTE
We had refactored auto-cert module in v1.7.6.
Please reopen auto-cert for the sites you need to renew certification automatically.
Feature
- Added 'add server' button in site config page. #88
Enhance
- redirect to home if no route #87
For more change log about v.1.7.0 please check v1.7.0 Release Note.
v1.7.6
NOTE
We refactored auto-cert module in this version.
Please reopen auto-cert for the sites you need to renew certification automatically.
Features
- Store auto-cert log to db.
- Added restart nginx btn #72.
- Check if the site exists before add or rename.
- Added a shortcut that you can duplicate the site configuation.
Enhance
- Analytic initial and it's reactive style.
Fix
- NgxConfig block directives issue #77.
- Cron task not start after installed #74.
- If server_name contains
_
, this may cause an unexpected error when obtaining SAN certification.
Chore
- Increased certifications renewal frequency from once a month to once a week.
- Updated translations
For more change log about v.1.7.0 please check v1.7.0 Release Note.
v1.7.5
v1.7.4
Features
- Inspect configurations.
For more change log about v.1.7.0 please check v1.7.0 Release Note.
v1.7.3
New Features
- Supported sub path development #68.
- Edit-site collapsible locations #65,#30.
- Added reload nginx button to header.
- Added nprogress
Fix
- Missing set language in login page.
- Modal closable issue in core upgrader.
Chore
- Added http-to-https template.
For more change log about v.1.7.0 please check v1.7.0 Release Note.
v1.7.2
v1.7.1
Fix
- SAN certification saved folder path is wrong
- UI Style broken after changing theme preference and then refresh the page.
Enhance
- Check nginx config syntax before save
- Throw error detail and fallback to original file contents if fail to parse nginx configuration
- Add multi-platform Docker images #60
For more change log about v.1.7.0 please check v1.7.0 Release Note.
v1.7.0
Thanks for waiting this new major version for such a long time. For the past 6 months, I was preparing the China Postgraduate Entrance Examination which was held at December 24 and 25, 2022, so I didn’t have enough time to maintain this project. Unfortunately, I was contracted the Covid-19 at the last two days before the examination and I abandoned the exam because I had a high fever that day. Now, I recuperated and I will continue to maintain this project.
Thank you for your support, if you have find any bugs or errors, please open an issue and I will fix it as soon as possible.
0xJacky
New Features:
- Support SAN certification #49
- Force UI theme #40
- Support custom CADirURL #16
- Support for include location in server {} block #48
- Manage config support directory
- Added online modify settings
- SSL Certificate manage panel #52, #29
- Added format code to config editor
- Added config templates #53, #34, #33
- Added a shortcut which can change certificate from ssl certificate list #29
Enhance:
Fix:
- Auto correcting code is broken in advance mode #50
- Error when loading nginx history log
Chore:
- Update translate
- Update dependencies
Known issue:
- Configuration file with syntax errors may cause some unexpected errors in NgxConfigEditor, next version will fix this issue by using nginx config test tool to test the configuration file before we tokenized it, if test fail, throw error detail and fallback to original file contents.
- SAN certification save dir error, try to replace the
_
in directory name manually, next version will fix this issue.