Skip to content

Releases: 0xJacky/nginx-ui

v2.0.0-beta.35

26 Sep 06:59
0ed7071
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.34

  1. Fix background color of BatchUpgrader in dark mode, thanks @AnotiaWang .
  2. upgrade lego for supporting huaweicloud dns #395.
  3. Fix incorrect status of enabled 2fa of user #577.

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  56. Added the capability to create new configuration files online.
  57. Introduced a feature to rename configuration files.
  58. Better breadcrumbs for configurations list and editor.
  59. Add filename filter for configurations list.
  60. Added the capability to create a new folder in configurations list.
  61. Added the capability to rename folder or file in configurations list.
  62. Implemented deployment of configuration files to remote nodes.
  63. Update translations of Korean, thanks for @jkh0kr .
  64. Added Portuguese translations—special thanks to @mksarifo.
  65. Support Webauthn passkey as a login and 2FA method.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.34

17 Sep 00:53
46ae112
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.33

  1. Support Webauthn passkey as a login and 2FA method 🎉, hope you will like this new feature (#555).
  2. Fixed background color of BatchUpgrader in dark mode (#554) by @AnotiaWang .
  3. Fixed an issue that may casue user unable to renew certificate with dns01 challange method in the page of modification certificate.

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  56. Added the capability to create new configuration files online.
  57. Introduced a feature to rename configuration files.
  58. Better breadcrumbs for configurations list and editor.
  59. Add filename filter for configurations list.
  60. Added the capability to create a new folder in configurations list.
  61. Added the capability to rename folder or file in configurations list.
  62. Implemented deployment of configuration files to remote nodes.
  63. Update translations of Korean, thanks for @jkh0kr .
  64. Added Portuguese translations—special thanks to @mksarifo.
  65. Support Webauthn passkey as a login and 2FA method.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.33

15 Sep 04:13
44c3180
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.33

  1. Fix unable to recover user from trash or permanently delete them #552. Closes #552
  2. Fix sites not getting enabled on deploy #541. Closes #541.
  3. Supports copying the secret to register an OTP. #551. Closes #551 .

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  56. Added the capability to create new configuration files online.
  57. Introduced a feature to rename configuration files.
  58. Better breadcrumbs for configurations list and editor.
  59. Add filename filter for configurations list.
  60. Added the capability to create a new folder in configurations list.
  61. Added the capability to rename folder or file in configurations list.
  62. Implemented deployment of configuration files to remote nodes.
  63. Update translations of Korean, thanks for @jkh0kr .
  64. Added Portuguese translations—special thanks to @mksarifo.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.32

27 Aug 05:26
ec312c9
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.31

  1. Fixed issue with creating configuration files with incorrect paths. (#521)
  2. Resolved problem where the configuration sync overwrite flag failed to save. (#518)
  3. Updated Korean translations—special thanks to @jkh0kr.
  4. Added Portuguese translations—special thanks to @mksarifo.

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  56. Added the capability to create new configuration files online.
  57. Introduced a feature to rename configuration files.
  58. Better breadcrumbs for configurations list and editor.
  59. Add filename filter for configurations list.
  60. Added the capability to create a new folder in configurations list.
  61. Added the capability to rename folder or file in configurations list.
  62. Implemented deployment of configuration files to remote nodes.
  63. Update translations of Korean, thanks for @jkh0kr .
  64. Added Portuguese translations—special thanks to @mksarifo.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.31

19 Aug 09:55
324a763
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.30

  1. Fix the styles of radial bar chart.
  2. Upgrade the version of go to v1.23.0.
  3. Fix sync configuration cannot be overwritten #508.

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  56. Added the capability to create new configuration files online.
  57. Introduced a feature to rename configuration files.
  58. Better breadcrumbs for configurations list and editor.
  59. Add filename filter for configurations list.
  60. Added the capability to create a new folder in configurations list.
  61. Added the capability to rename folder or file in configurations list.
  62. Implemented deployment of configuration files to remote nodes.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.30

02 Aug 12:22
6f6540a
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.29

  1. 2FA is no longer required for the first 3 minutes of login.
  2. Add an option for settings to skip tls certificate check.
  3. Fix key "user" does not exist issue when connect to another node and using Web Terminal. #483
  4. Certificate directory cannot be created in some windows-docker setup. #403

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  56. Added the capability to create new configuration files online.
  57. Introduced a feature to rename configuration files.
  58. Better breadcrumbs for configurations list and editor.
  59. Add filename filter for configurations list.
  60. Added the capability to create a new folder in configurations list.
  61. Added the capability to rename folder or file in configurations list.
  62. Implemented deployment of configuration files to remote nodes.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.29

27 Jul 04:59
4d088f6
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.28

  1. Fix a issue that may cause the back button in config list unable to return to the previous page.
  2. Added the capability to create new configuration files online.
  3. Introduced a feature to rename configuration files.
  4. Better breadcrumbs for configurations list and editor.
  5. Add filename filter for configurations list.
  6. Added the capability to create a new folder in configurations list.
  7. Added the capability to rename folder or file in configurations list
  8. Implemented deployment of configuration files to remote nodes.

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  56. Added the capability to create new configuration files online.
  57. Introduced a feature to rename configuration files.
  58. Better breadcrumbs for configurations list and editor.
  59. Add filename filter for configurations list.
  60. Added the capability to create a new folder in configurations list.
  61. Added the capability to rename folder or file in configurations list.
  62. Implemented deployment of configuration files to remote nodes.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.28

24 Jul 15:20
7646b87
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.27

  1. Hide some parts of Jwt Secret and Node Secret in settings page.
  2. The selector of change certificate now supports selecting multiple certificates #437 .
  3. Certificate(s) Info now supports display info of multiple certificates.
  4. The info of changed certificates in server tab will be shown. #386
  5. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.
  6. Better breadcrumbs #258.
  7. Add OCSP Must Staple options in AutoCert #292.
  8. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.
  9. Fix node selector styles broken in medium/small width screen.

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .
  49. Hide some parts of Jwt Secret and Node Secret in settings page.
  50. The selector of change certificate now supports selecting multiple certificates #437 .
  51. Certificate(s) Info now supports display info of multiple certificates.
  52. The info of changed certificates in server tab will be shown. #386
  53. Better breadcrumbs #258.
  54. Add OCSP Must Staple options in AutoCert #292.
  55. Add LEGO_DISABLE_CNAME_SUPPORT options in AutoCert #407.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.
  22. Fix a bug of the loading indicator constantly spinning in the table of configurations management page, if the directory has no file.

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.27

23 Jul 15:21
a48fde8
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.26

  1. Remove trailing .conf in default nginx stream block, thanks to the contributions of @PeterWang-dev. #444 #445
  2. Enhance(upgrader): gracefully replace the old exe with the new exe.
  3. Add batch upgrade remote nginx-ui.
  4. Hide enviroments management page and upgrade page when connecting to remote node.
  5. Fix the issue of saving settings #446.
  6. Add 2FA authorization for login #344, #419.
  7. Add 2FA authorization for Web Terminal #394 .

Breaking Changes:

  1. About PR #445, if you are using nginx-ui docker container and encounter this issue, you have to remove the trailing .conf manually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/files
  2. 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.
  3. The ReloadCmd and RestartCmd have been added in the nginx section to configure custom commands for reloading/restarting Nginx.
  4. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.
  47. Add 2FA authorization for login #344, #419.
  48. Add 2FA authorization for Web Terminal #394 .

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.

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.26

21 Jul 07:56
f41b6bc
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.25

  1. Add gpt-4o-mini model.
  2. Add a white list of IPs, only those in list can access the Nginx UI.
  3. Add login failed ban IP list.
  4. Enhance the error handler of WebSocket. #384

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.
  3. In versions above v2.0.0-beta.23 of Nginx UI Docker containers, /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 add access_log /dev/stdout and error_log /dev/stderr in your nginx.conf. For users upgrading from older versions who do not need this feature, check if your nginx.conf contains access_log /var/logs/nginx/access.local.log and error_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:

  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 .
  27. Support different key types for obtaining certificate, including RSA2048, RAS3072, RSA4096, EC256 and EC384 #264.
  28. Introducing logroate cron task for docker users #255.
  29. A system default acme user will be registered when nginx ui start. #237
  30. Add acme user management page. #319
  31. Persist the acme user to the database.
  32. Add a setting of renewal interval of certificates (7-21d). #343
  33. Add a option to select a acme user when obtaining a certificate. #319 #16
  34. SSL management support different types of certificates of a same doamin name. #309, #288
  35. Certificates obtained within 21 days are renewed by using the renewal api. For compatibility, the challenge resolver is still setup when renewing. #319
  36. Add trashs for soft deleted items in CURD pages.
  37. Use s6-overlay to manage the services in docker #308 .
  38. Users can use settings or environment variable to skip installation #357 .
  39. Users can use environment variable to predefine a admin user (only available in skip installation mode) #214 .
  40. Users can customize local environment name #313 .
  41. Users can use settings file to predefine nodes #169 .
  42. Hot reload cluster node settings from settings file #169.
  43. Introducing synchronize certificates to remote server #293, #363, #411.
  44. Enabled search box for Ace code edior #412.
  45. Add a white list of IPs, only those in list can access the Nginx UI.
  46. Add login failed ban IP list.

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).
  21. Fix a bug that may casue nginx-ui taking 100% CPU if the log file is not a regular file.

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.