Skip to content

Releases: 0xJacky/nginx-ui

v2.0.0-beta.10

14 Jan 15:58
79d0d37
Compare
Choose a tag to compare

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.

Change vs v2.0.0-beta.9

  1. Fix cosy pagination issue.
  2. Update gonginx to v2.
  3. Fix syntax error in template/block/codeigniter.conf.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.
  25. Introducing the feature of issuing wildcard certificates on the Manage Certificate page. #190
  26. Add some Nginx Config Templates #233, thanks to the contributions of @sanvu88 .

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216
  17. Fix error maybe occurs when enable TLS. #230
  18. Introducing streams management pages. #166
  19. Introducing upstream editor. #138
  20. Introducing upstream health check (supports TCP and Unix Socket).

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222
  6. Remove the vaildated rules for DNS Credentials

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.10

14 Jan 03:11
e093d92
Compare
Choose a tag to compare

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.

Change vs v2.0.0-beta.9

  1. Fix cosy pagination issue.
  2. Update gonginx to v2.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.
  25. Introducing the feature of issuing wildcard certificates on the Manage Certificate page. #190
  26. Add some Nginx Config Templates #233, thanks to the contributions of @sanvu88 .

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216
  17. Fix error maybe occurs when enable TLS. #230
  18. Introducing streams management pages. #166
  19. Introducing upstream editor. #138
  20. Introducing upstream health check (supports TCP and Unix Socket).

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222
  6. Remove the vaildated rules for DNS Credentials

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.9

20 Dec 01:23
38c9727
Compare
Choose a tag to compare

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.
  25. Introducing the feature of issuing wildcard certificates on the Manage Certificate page. #190
  26. Add some Nginx Config Templates #233, thanks to the contributions of @sanvu88 .

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216
  17. Fix error maybe occurs when enable TLS. #230
  18. Introducing streams management pages. #166
  19. Introducing upstream editor. #138
  20. Introducing upstream health check (supports TCP and Unix Socket).

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222
  6. Remove the vaildated rules for DNS Credentials

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.8

15 Dec 15:23
a63e85a
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.
  25. Introducing the feature of issuing wildcard certificates on the Manage Certificate page. #190
  26. Add some Nginx Config Templates #233, thanks to the contributions of @sanvu88 .

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216
  17. Fix error maybe occurs when enable TLS. #230
  18. Introducing streams management pages. #166
  19. Introducing upstream editor. #138
  20. Introducing upstream health check (supports TCP and Unix Socket).

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222
  6. Remove the vaildated rules for DNS Credentials

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.8

15 Dec 14:06
dfee30e
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.
  25. Introducing the feature of issuing wildcard certificates on the Manage Certificate page. #190
  26. Add some Nginx Config Templates #233, thanks to the contributions of @sanvu88 .

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216
  17. Fix error maybe occurs when enable TLS. #230
  18. Introducing streams management pages. #166
  19. Introducing upstream editor. #138
  20. Introducing upstream health check (supports TCP and Unix Socket).

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222
  6. Remove the vaildated rules for DNS Credentials

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.7

13 Dec 12:34
04bf8ec
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.
  25. Introducing the feature of issuing wildcard certificates on the Manage Certificate page. #190
  26. Add some Nginx Config Templates #233, thanks to the contributions of @sanvu88 .

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216
  17. Fix error maybe occurs when enable TLS. #230

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222
  6. Remove the vaildated rules for DNS Credentials

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.6

10 Dec 03:22
33039f0
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.6

08 Dec 01:03
d4d5bd4
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.6

06 Dec 15:07
0e28506
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192
  24. Automatically detect the path of accress logs and error logs.

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.
  5. Enhance nginx control and status acquisition. #222

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.

v2.0.0-beta.5

05 Dec 16:10
26788f3
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

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.

Breaking Changes:

  1. The nginx_log section in the configuration file has been renamed to nginx.
    NginxConfigDir and NginxPIDPath in the server section have been renamed to ConfigDir and PIDPath respectively, and both have been moved into the nginx section.

  2. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. Russian translations have been added, thanks to the contributions of @iAHTOH.
  10. The dashboard now includes a system monitor for nodes.
  11. Use jsoniter for improving gin performance.
  12. Added custom reload/restart command for nginx. #140
  13. Refacted translation module #135
  14. Added http host config #157 by @quanbisen
  15. Add setting for test nginx config command #191
  16. Added casdoor sso support, thanks to the contributions of @Jraaay
  17. Refactor the project directory structure.
  18. Use tailwind css.
  19. Use eslint to check the code style of frontend.
  20. Use vue-tsc to check the types for frontend.
  21. Introducing a new management page for certificates, user can now view the latest renew logs of the certain certificate.
  22. Add manually renew button in certificate modify page for managed certificate (auto cert).
  23. Add notifications for renew certificates. #192

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.
  5. Fixed environment indicator display overlay and data obtaining issues #152 by @quanbisen
  6. Fixed env indicator background in dark mode.
  7. Terminal process not killed #181
  8. Added gpt-4-1106-preview model in ChatGPT settings.
  9. Fixed change language cause unexpected redirect #189
  10. Fixed english grammar error in button text in sites management page. #200
  11. Fixed logs mnual link error. #201
  12. Revert enable site if you trying to enable a incorrect config of the site. #199
  13. Upgrade ant design vue verison from v3 to v4, thanks @funcfang
  14. Fixed FooterToolBar content was covered by Monica, a Chrome Extension. #195
  15. Delete server confirm modal not destroy #206
  16. clientMaxBodySize name is wrong. #216

Enhances:

  1. The recovery function now can print call stack information.
  2. Added file info to config editor.
  3. Improved zh_TW locale. #148
  4. Enhance error handler for execShell.

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.
  4. Updated deprecated TLS directives #183

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.
  3. Changed Token to NodeSecret #152
  4. Updated configurations of DNS challenges provider.