mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
chore: update docs for install script and internationalization
This commit is contained in:
parent
4e6b2daf0d
commit
0cd0761e33
11 changed files with 51 additions and 35 deletions
|
@ -27,7 +27,7 @@ install.sh install [OPTIONS]
|
|||
### Quick Usage
|
||||
|
||||
```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`.
|
||||
|
@ -60,12 +60,12 @@ install.sh remove [OPTIONS]
|
|||
|
||||
```shell [Remove]
|
||||
# Remove Nginx UI, except configuration and database files
|
||||
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
|
||||
```
|
||||
|
||||
```shell [Purge]
|
||||
# Remove all the Nginx UI file, include configuration and database files
|
||||
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh) remove --purge
|
||||
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove --purge
|
||||
```
|
||||
|
||||
:::
|
||||
|
@ -85,7 +85,7 @@ install.sh help
|
|||
### Quick 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
|
||||
```
|
||||
|
||||
## Control Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue