|
@@ -43,9 +43,10 @@ Just want to try it out? Skip to the [Quickstart](./getting-started).
|
|
|
|
|
|
</div>
|
|
|
|
|
|
-Nginx UI is a comprehensive web-based interface designed to simplify the management and configuration of Nginx servers.
|
|
|
-It offers real-time server statistics, AI-powered ChatGPT assistance, one-click deployment, automatic renewal of Let's
|
|
|
-Encrypt certificates, and user-friendly editing tools for website configurations. Additionally, Nginx UI provides
|
|
|
+Nginx UI is a comprehensive web-based interface designed to simplify the management and configuration of Nginx single-node and cluster nodes.
|
|
|
+It offers real-time server statistics, Nginx performance monitoring, AI-powered ChatGPT assistance,
|
|
|
+the code editor that supports LLM Code Completion,
|
|
|
+one-click deployment, automatic renewal of Let's Encrypt certificates, and user-friendly editing tools for website configurations. Additionally, Nginx UI provides
|
|
|
features such as online access to Nginx logs, automatic testing and reloading of configuration files, a web terminal,
|
|
|
dark mode, and responsive web design. Built with Go and Vue, Nginx UI ensures a seamless and efficient experience for
|
|
|
managing your Nginx server.
|
|
@@ -59,11 +60,11 @@ managing your Nginx server.
|
|
|
- Online statistics for server indicators such as CPU usage, memory usage, load average, and disk usage.
|
|
|
- Configurations are automatically backed up after modifications, allowing you to compare any versions or restore to any previous version.
|
|
|
- Support for mirroring operations to multiple cluster nodes, easily manage multi-server environments.
|
|
|
-- Export encrypted Nginx/NginxUI configurations for quick deployment and recovery to new environments.
|
|
|
+- Export encrypted Nginx / Nginx UI configurations for quick deployment and recovery to new environments.
|
|
|
- Enhanced Online ChatGPT Assistant with support for multiple models, including displaying Deepseek-R1's chain of thought to help you better understand and optimize configurations.
|
|
|
- One-click deployment and automatic renewal Let's Encrypt certificates.
|
|
|
- Online editing websites configurations with our self-designed **NgxConfigEditor** which is a user-friendly block
|
|
|
- editor for nginx configurations, or **Ace Code Editor** which supports highlighting nginx configuration syntax.
|
|
|
+ editor for nginx configurations, or **Ace Code Editor** which supports **LLM Code Completion** and highlighting nginx configuration syntax.
|
|
|
- Online view Nginx logs.
|
|
|
- Written in Go and Vue, distribution is a single executable binary.
|
|
|
- Automatically test configuration file and reload nginx after saving configuration.
|