v2.0.0-rc.1 #851
0xJacky
announced in
Announcements
v2.0.0-rc.1
#851
Replies: 1 comment
-
The project is great, but UI feels a bit off like not vibing with the concept. If you get a chance please have a look at https://ui.shadcn.com/ Almost everything should come out of the box. If this is integrated a quality grade UI will be great to use. <3 The project |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 feedback, suggestions, or bug reports on Github issues.
This rc.1 version marks our final testing phase before the stable release.
We appreciate all community feedback and bug reports that help us ensure a smooth official release.
Change vs v2.0.0-beta.42
New Features
🌐 Added German language localization support (contributed by @Jannomag)
🛠️ Implemented new command system architecture
📦 Added option for builds without embedded front-end files
🐳 Introduced DevContainer configuration for easier development setup
Improvements
🔍 Enhanced error handling mechanisms
📊 Refactored node analytics implementation
🛡️ Added self-check capability for system health monitoring
Bug Fixes
🪟 Fixed Windows-specific client closure error in analytics module (contributed by @caisi35)
🔄 Resolved duplicate user/attempts tracking issue (contributed by @caisi35)
✏️ Corrected lmdeploy typo (contributed by @irexyc)
💦 Fix goroutine leaks in auto-cert.
Maintenance
♻️ Follow-up fixes for PR #831 implementation
🧹 General code quality improvements and optimizations
New Contributors
Breaking Changes:
CasdoorSettings.Certificate
setting has been deprecated and replaced byCasdoorSettings.CertificatePath
, which refers to the path of the certificate file..conf
manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/filesnginx_log
section in the configuration file has been renamed tonginx
.NginxConfigDir
andNginxPIDPath
in theserver
section have been renamed toConfigDir
andPIDPath
respectively, and both have been moved into thenginx
section.ReloadCmd
andRestartCmd
have been added in thenginx
section to configure custom commands for reloading/restarting Nginx./var/logs/nginx/access.log
and/var/logs/nginx/error.log
are no longer soft links to/dev/stdout
and/dev/stderr
, but regular files. If you need this functionality, please addaccess_log /dev/stdout
anderror_log /dev/stderr
in yournginx.conf
. For users upgrading from older versions who do not need this feature, check if yournginx.conf
containsaccess_log /var/logs/nginx/access.local.log
anderror_log /var/logs/nginx/error.local.log
. If so, please manually remove them to avoid duplicate log entries. This change allows you to map/var/logs/nginx
to a directory on the host machine to achieve persistent storage of log files.What's new:
What's new
Fixes:
gpt-4-1106-preview
model in ChatGPT settings.Enhances:
Docs:
Others:
This discussion was created from the release v2.0.0-rc.1.
Beta Was this translation helpful? Give feedback.
All reactions