Skip to content

Commit efca2bd

Browse files
weblatefrederixs Red
andcommitted
Added translation using Weblate (Thai)
Co-authored-by: frederixs Red <[email protected]>
1 parent b26f40d commit efca2bd

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

β€Ždocs/th/index.mdβ€Ž

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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

Comments
Β (0)