chore: update docs for install script and internationalization

This commit is contained in:
Hintay 2025-02-03 01:10:31 +09:00
parent 4e6b2daf0d
commit 0cd0761e33
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
11 changed files with 51 additions and 35 deletions

View file

@ -102,11 +102,15 @@ URL[https://demo.nginxui.com](https://demo.nginxui.com)
### Internationalization
We proudly offer official support for:
- English
- Simplified Chinese
- Traditional Chinese
We welcome translations into any language.
As non-native English speakers, we strive for accuracy, but we know theres always room for improvement. If you spot any issues, wed love your feedback!
Thanks to our amazing community, additional languages are also available! Explore and contribute to translations on [Weblate](https://weblate.nginxui.com).
### Built With
@ -302,7 +306,7 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
**Install and Upgrade**
```shell
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh) install
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
```
The default listening port is `9000`, and the default HTTP Challenge port is `9180`.
If there is a port conflict, please modify `/usr/local/etc/nginx-ui/app.ini` manually,
@ -311,13 +315,13 @@ then use `systemctl restart nginx-ui` to reload the Nginx UI service.
**Remove Nginx UI, except configuration and database files**
```shell
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh) remove
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
```
### More Usage
````shell
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh) help
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
````
## Example of Nginx Reverse Proxy Configuration