|
| 1 | +--- |
| 2 | +# https://vitepress.dev/reference/default-theme-home-page |
| 3 | +layout: home |
| 4 | + |
| 5 | +title: Nginx UI |
| 6 | +titleTemplate: Yet another Nginx Web UI |
| 7 | + |
| 8 | +hero: |
| 9 | + name: "Nginx UI" |
| 10 | + text: "Yet another Nginx Web UI" |
| 11 | + tagline: Intelligent, powerful, and fast. |
| 12 | + image: |
| 13 | + src: /assets/icon.svg |
| 14 | + alt: Nginx UI |
| 15 | + actions: |
| 16 | + - theme: brand |
| 17 | + text: Get Started |
| 18 | + link: /guide/about |
| 19 | + - theme: alt |
| 20 | + text: View on Github |
| 21 | + link: https://github.com/0xJacky/nginx-ui |
| 22 | + |
| 23 | +features: |
| 24 | + - icon: π |
| 25 | + title: Online Statistics for Server Indicators |
| 26 | + details: Monitor CPU usage, memory usage, load average, and disk usage in real-time. |
| 27 | + - icon: πΎ |
| 28 | + title: Automatic Configuration Backup |
| 29 | + details: Configurations are automatically backed up after modifications, allowing you to compare any versions or restore to any previous version. |
| 30 | + - icon: π |
| 31 | + title: Cluster Management |
| 32 | + details: Support for mirroring operations to multiple cluster nodes, easily manage multi-server environments. |
| 33 | + - icon: π€ |
| 34 | + title: Encrypted Configuration Export |
| 35 | + details: Export encrypted Nginx / Nginx UI configurations for quick deployment and recovery to new environments. |
| 36 | + - icon: π¬ |
| 37 | + title: Enhanced Online ChatGPT Assistant |
| 38 | + details: Support for multiple models, including displaying Deepseek-R1's chain of thought to help you better understand and optimize configurations. |
| 39 | + - icon: π |
| 40 | + title: Code Completion |
| 41 | + details: Code editor supports code completion, help you write configuration faster. |
| 42 | + - icon: π€ |
| 43 | + title: MCP (Model Context Protocol) |
| 44 | + details: Provides special interfaces for AI agents to interact with Nginx UI, enabling automated configuration management and service control. |
| 45 | + - icon: π±οΈ |
| 46 | + title: One-Click Deployment and Automatic Renewal |
| 47 | + details: Easily deploy and auto-renew Let's Encrypt certificates with just one click. |
| 48 | + - icon: π οΈ |
| 49 | + title: Online Editing Websites Configurations |
| 50 | + details: Edit configurations using our NgxConfigEditor block editor or Ace Code Editor with nginx syntax highlighting. |
| 51 | + - icon: π |
| 52 | + title: Online View Nginx Logs |
| 53 | + details: Access and view your Nginx logs directly online. |
| 54 | + - icon: π» |
| 55 | + title: Written in Go and Vue |
| 56 | + details: The platform is built with Go and Vue, and distributed as a single executable binary. |
| 57 | + - icon: π |
| 58 | + title: Automatically Test and Reload Configurations |
| 59 | + details: Test configuration files and reload nginx automatically after saving changes. |
| 60 | + - icon: π₯οΈ |
| 61 | + title: Web Terminal |
| 62 | + details: Access a web-based terminal for easy management. |
| 63 | + - icon: π |
| 64 | + title: Dark Mode |
| 65 | + details: Enable dark mode for a comfortable user experience. |
| 66 | + - icon: π± |
| 67 | + title: Responsive Web Design |
| 68 | + details: Enjoy a seamless experience on any device with responsive web design. |
| 69 | + - icon: π |
| 70 | + title: 2FA Authentication |
| 71 | + details: Secure sensitive actions with two-factor authentication. |
| 72 | + |
| 73 | +--- |
| 74 | + |
0 commit comments