Releases: 0xJacky/nginx-ui
v2.0.0-beta.1
Notice
We're excited to announce that we've been hard at work developing the next generation of the Nginx UI (v2). To keep up-to-date with our progress, please visit https://github.com/users/0xJacky/projects/1.
Please feel free to send any feedbacks, suggestions or bug reports in Github issues.
What's new:
- We're proud to have registered the nginxui.com domain 🎉.
- We have launched a new documentation site, please check nginxui.com.
- Node management functionality has been introduced (#70).
- Duplicate site function now can duplicate config to remote server.
- French translations have been added, thanks to the contributions of @skrilax91.
- Added border-radius to Ace Editor and terminal, we hope you will like this change :).
- You can now deploy site configuration to a remote server.
- Spanish translations have been added, thanks to the contributions of @kcholoren.
- The dashboard now includes a system monitor for nodes.
Fixes:
- We've upgraded gonginx to address the configuration parsing issue #73.
- Fixed an issue where it was not possible to update settings value to an empty string.
- Resolved a location saving issue on the domain addition page #116.
- Site enabling/disabling is now aborted only when the log level is higher than warning.
Enhances:
- The recovery function now can print call stack information.
Docs:
- Traditional Chinese documentation has been added, thanks to @Hintay.
- We've added documentation for the syntax of the configuration template.
- We have updated the documentation for the nginx proxy example.
Others:
- Core upgrades will be performed as a dry run in demo mode.
- Updated zh_CN translations.
v1.9.9-4
What's new:
Recently, we are working on the next generation of Nginx UI (v2), and you can check the progress at https://github.com/users/0xJacky/projects/1. If you want to experience the latest program, please install this update. The new upgrader allows you to get updates from the prerelease channel. At the same time, we recommend all users install this update, as it contains fixes for issues related to auto-cert. It's worth noting that before the release of the v2 preview, we will use v1.9.9-x as the version number.
Please feel free to send feedback, suggestions or bug reports in Github issues.
Refactor:
- Use zap as default logger
Enhances:
- Added error prompts in form
- Log level now determined by
settings.Server.RunMode
- Get lego's logs and send them to frontend
Fix:
- Auto Cert indicates that there is no resolver.
Docs:
- New online documentation. (@Hintay)
Thanks for @Hintay 's contruibution.
v1.9.9-3
What's new:
Recently, we are working on the next generation of Nginx UI (v2), and you can check the progress at https://github.com/users/0xJacky/projects/1. If you want to experience the latest program, please install this update. The new upgrader allows you to get updates from the prerelease channel. At the same time, we recommend all users install this update, as it contains fixes for issues related to auto-cert. It's worth noting that before the release of the v2 preview, we will use v1.9.9-x as the version number.
Please feel free to send feedback, suggestions or bug reports in Github issues.
Feature:
- Online core upgrader now support upgrade nginx-ui to a pre-release version.
Enhance:
- Check the hash of excutable binary before upgrade
Fix:
- Auto Cert indicates that there is no resolver.
Docs:
- New online documentation. (@Hintay)
Thanks for @Hintay 's contruibution.
v1.9.9-2
v1.8.4
Fixes:
- Site log unable fetch previous pages.
- Nil pointer panic occurs before install. #110
- Repeatly visits a not exists log causing high CPU load. #108
- Site add issues.
Enhances:
- Added Host option to Force HTTPS template. #109
For more change log about v.1.8.0 please check v1.8.0 Release Note.
v1.8.3
v1.8.2
v1.8.1
v1.8.0
Features:
- Forced use of advanced editor to edit site configuration files. #73
- Added DNS challenge provider to enable "Obtaining Let's Encrypt certificates" functionality on servers with ports 80 and 443 blocked #51
- Added DNS credentials manager.
- Added shortcuts for remove server in NgxConfigEditor. #30
- Added animations.
- Added Github Proxy setting.
Enhancements
- Remove the location of acme-challenge if 'automatic renewal Let's Encrypt certificates' is disabled. #30
- Pop up a confirmation when toggling the enabled status of automatic renewal Let's Encrypt certificates. #30
- Auto-refresh after Nginx UI is upgraded.
- Display download progress in Nginx UI upgrader.
- Enhance block template parser.
- Set the max-height of ChatGPT UI.
Templates
- Added enable HSTS configuration template. #30
- Added "Hotlink Protection" configuration template. #30
Fixes
- Fix edit button not navigating to edit page after domain added.
- A text mistake in Dashboard. #98