Skip to content

Releases: 0xJacky/nginx-ui

v1.7.9

04 Apr 13:44
1bc8d0a
Compare
Choose a tag to compare

Fix

  1. Fix the issue of being unable to save when adding a website
  2. Fix the issue of being unable to apply for a certificate after adding a website for the first time

v1.7.8

22 Mar 01:30
5d0407e
Compare
Choose a tag to compare

Features

  1. Online ChatGPT assistant

Note

You should set the OpenAI Token before you start using the assistant.

v1.7.7

13 Mar 14:00
394bd0e
Compare
Choose a tag to compare

NOTE

We had refactored auto-cert module in v1.7.6.
Please reopen auto-cert for the sites you need to renew certification automatically.

Feature

  1. Added 'add server' button in site config page. #88

Enhance

  1. redirect to home if no route #87

For more change log about v.1.7.0 please check v1.7.0 Release Note.

v1.7.6

15 Feb 05:31
705d71d
Compare
Choose a tag to compare

NOTE

We refactored auto-cert module in this version.
Please reopen auto-cert for the sites you need to renew certification automatically.

Features

  1. Store auto-cert log to db.
  2. Added restart nginx btn #72.
  3. Check if the site exists before add or rename.
  4. Added a shortcut that you can duplicate the site configuation.

Enhance

  1. Analytic initial and it's reactive style.

Fix

  1. NgxConfig block directives issue #77.
  2. Cron task not start after installed #74.
  3. If server_name contains _, this may cause an unexpected error when obtaining SAN certification.

Chore

  1. Increased certifications renewal frequency from once a month to once a week.
  2. Updated translations

For more change log about v.1.7.0 please check v1.7.0 Release Note.

v1.7.5

04 Feb 14:24
cba0028
Compare
Choose a tag to compare

Fix

  1. Settings initialization issue #66.

For more change log about v.1.7.0 please check v1.7.0 Release Note.

v1.7.4

31 Jan 16:08
83883c1
Compare
Choose a tag to compare

Features

  1. Inspect configurations.

For more change log about v.1.7.0 please check v1.7.0 Release Note.

v1.7.3

28 Jan 11:58
561771c
Compare
Choose a tag to compare

New Features

  1. Supported sub path development #68.
  2. Edit-site collapsible locations #65,#30.
  3. Added reload nginx button to header.
  4. Added nprogress

Fix

  1. Missing set language in login page.
  2. Modal closable issue in core upgrader.

Chore

  1. Added http-to-https template.

For more change log about v.1.7.0 please check v1.7.0 Release Note.

v1.7.2

11 Jan 06:09
02fb07f
Compare
Choose a tag to compare

Feature

  1. Online core upgrade
  2. Custom nginx conf dir path #62

Fix

  1. Nginx UI may not start in docker #63

For more change log about v.1.7.0 please check v1.7.0 Release Note.

v1.7.1

07 Jan 17:35
41ced2e
Compare
Choose a tag to compare

Fix

  1. SAN certification saved folder path is wrong
  2. UI Style broken after changing theme preference and then refresh the page.

Enhance

  1. Check nginx config syntax before save
  2. Throw error detail and fallback to original file contents if fail to parse nginx configuration
  3. Add multi-platform Docker images #60

For more change log about v.1.7.0 please check v1.7.0 Release Note.

v1.7.0

05 Jan 15:33
6c74ad4
Compare
Choose a tag to compare

Thanks for waiting this new major version for such a long time. For the past 6 months, I was preparing the China Postgraduate Entrance Examination which was held at December 24 and 25, 2022, so I didn’t have enough time to maintain this project. Unfortunately, I was contracted the Covid-19 at the last two days before the examination and I abandoned the exam because I had a high fever that day. Now, I recuperated and I will continue to maintain this project.

Thank you for your support, if you have find any bugs or errors, please open an issue and I will fix it as soon as possible.
0xJacky

New Features:

  1. Support SAN certification #49
  2. Force UI theme #40
  3. Support custom CADirURL #16
  4. Support for include location in server {} block #48
  5. Manage config support directory
  6. Added online modify settings
  7. SSL Certificate manage panel #52, #29
  8. Added format code to config editor
  9. Added config templates #53, #34, #33
  10. Added a shortcut which can change certificate from ssl certificate list #29

Enhance:

  1. Refactored nginx conf parser #45, #50

Fix:

  1. Auto correcting code is broken in advance mode #50
  2. Error when loading nginx history log

Chore:

  1. Update translate
  2. Update dependencies

Known issue:

  1. Configuration file with syntax errors may cause some unexpected errors in NgxConfigEditor, next version will fix this issue by using nginx config test tool to test the configuration file before we tokenized it, if test fail, throw error detail and fallback to original file contents.
  2. SAN certification save dir error, try to replace the to _ in directory name manually, next version will fix this issue.