Remove trailing whitespace in READMEs

This commit is contained in:
Ilya Voronin 2024-08-28 17:45:48 +03:00
parent 9e73c82eb3
commit cdfe3c6764
5 changed files with 21 additions and 21 deletions

View file

@ -259,7 +259,7 @@ Nuestra plataforma ofrece compatibilidad con una amplia gama de arquitecturas y
- http://domain:2053/panel - http://domain:2053/panel
- **Ruta del Panel Web con Implementación de SSL:** - **Ruta del Panel Web con Implementación de SSL:**
- https://domain:2053/panel - https://domain:2053/panel
</details> </details>
## Configuración WARP ## Configuración WARP
@ -313,9 +313,9 @@ Si deseas usar enrutamiento a WARP antes de la versión v2.1.0, sigue los pasos
1. Usa el comando `x-ui` dentro de la terminal. 1. Usa el comando `x-ui` dentro de la terminal.
2. Selecciona `Gestión de Límite de IP`. 2. Selecciona `Gestión de Límite de IP`.
3. Elige las opciones apropiadas según tus necesidades. 3. Elige las opciones apropiadas según tus necesidades.
- asegúrate de tener ./access.log en tu Configuración de Xray después de la v2.1.3 tenemos una opción para ello - asegúrate de tener ./access.log en tu Configuración de Xray después de la v2.1.3 tenemos una opción para ello
```sh ```sh
"log": { "log": {
"access": "./access.log", "access": "./access.log",
@ -373,7 +373,7 @@ El panel web admite tráfico diario, inicio de sesión en el panel, copia de seg
- Inicia [Botfather](https://t.me/BotFather) en tu cuenta de Telegram: - Inicia [Botfather](https://t.me/BotFather) en tu cuenta de Telegram:
![Botfather](./media/botfather.png) ![Botfather](./media/botfather.png)
- Crea un nuevo bot usando el comando /newbot: Te hará 2 preguntas, Un nombre y un nombre de usuario para tu bot. Ten en cuenta que el nombre de usuario debe terminar con la palabra "bot". - Crea un nuevo bot usando el comando /newbot: Te hará 2 preguntas, Un nombre y un nombre de usuario para tu bot. Ten en cuenta que el nombre de usuario debe terminar con la palabra "bot".
![Create new bot](./media/newbot.png) ![Create new bot](./media/newbot.png)

View file

@ -248,7 +248,7 @@ Our platform offers compatibility with a diverse range of architectures and devi
- Russian - Russian
- Vietnamese - Vietnamese
- Spanish - Spanish
- Indonesian - Indonesian
- Ukrainian - Ukrainian
- Turkish - Turkish
@ -363,7 +363,7 @@ To enable the IP Limit functionality, you need to install `fail2ban` and its req
- **Uninstall Fail2ban:** Uninstall Fail2ban with configuration. - **Uninstall Fail2ban:** Uninstall Fail2ban with configuration.
3. Add a path for the access log on the panel by setting `Xray Configs/log/Access log` to `./access.log` then save and restart xray. 3. Add a path for the access log on the panel by setting `Xray Configs/log/Access log` to `./access.log` then save and restart xray.
- **For versions before `v2.1.3`:** - **For versions before `v2.1.3`:**
- You need to set the access log path manually in your Xray configuration: - You need to set the access log path manually in your Xray configuration:
@ -427,7 +427,7 @@ The web panel supports daily traffic, panel login, database backup, system statu
- Start [Botfather](https://t.me/BotFather) in your Telegram account: - Start [Botfather](https://t.me/BotFather) in your Telegram account:
![Botfather](./media/botfather.png) ![Botfather](./media/botfather.png)
- Create a new Bot using /newbot command: It will ask you 2 questions, A name and a username for your bot. Note that the username has to end with the word "bot". - Create a new Bot using /newbot command: It will ask you 2 questions, A name and a username for your bot. Note that the username has to end with the word "bot".
![Create new bot](./media/newbot.png) ![Create new bot](./media/newbot.png)

View file

@ -247,7 +247,7 @@ systemctl restart x-ui
- Русский - Русский
- Вьетнамский - Вьетнамский
- Испанский - Испанский
- Индонезийский - Индонезийский
- Украинский - Украинский
- Турецкий - Турецкий
@ -422,7 +422,7 @@ WARP встроен, и дополнительная установка не т
- Начните [Botfather](https://t.me/BotFather) в вашем аккаунте Telegram: - Начните [Botfather](https://t.me/BotFather) в вашем аккаунте Telegram:
![Botfather](./media/botfather.png) ![Botfather](./media/botfather.png)
- Создайте новый бот с помощью команды /newbot: Вас попросят ввести 2 вопроса, имя и имя пользователя для вашего бота. Обратите внимание, что имя пользователя должно заканчиваться на слово "bot". - Создайте новый бот с помощью команды /newbot: Вас попросят ввести 2 вопроса, имя и имя пользователя для вашего бота. Обратите внимание, что имя пользователя должно заканчиваться на слово "bot".
![Создать нового бота](./media/newbot.png) ![Создать нового бота](./media/newbot.png)
@ -450,8 +450,8 @@ WARP встроен, и дополнительная установка не т
- `/login` с `POST` данными пользователя: `{username: '', password: ''}` для входа - `/login` с `POST` данными пользователя: `{username: '', password: ''}` для входа
- `/panel/api/inbounds` базовый маршрут для следующих действий: - `/panel/api/inbounds` базовый маршрут для следующих действий:
| Метод | Путь | Действие | Метод | Путь | Действие
| :---: | -----------------------------------| ------------------------------------------- | :---: | -----------------------------------| -------------------------------------------
| `GET` | `"/list"` | Получить все входящие соединения | `GET` | `"/list"` | Получить все входящие соединения
| `GET` | `"/get/:id"` | Получить входящее соединение с inbound.id | `GET` | `"/get/:id"` | Получить входящее соединение с inbound.id
| `GET` | `"/getClientTraffics/:email"` | Получить трафик клиента по электронной почте | `GET` | `"/getClientTraffics/:email"` | Получить трафик клиента по электронной почте

View file

@ -166,7 +166,7 @@ systemctl restart x-ui
docker compose up -d docker compose up -d
``` ```
从Docker中删除3x-ui 从Docker中删除3x-ui
```sh ```sh
docker stop 3x-ui docker stop 3x-ui
@ -258,7 +258,7 @@ systemctl restart x-ui
- http://domain:2053/panel - http://domain:2053/panel
- **面板链接有SSL** - **面板链接有SSL**
- https://domain:2053/panel - https://domain:2053/panel
</details> </details>
## WARP 配置 ## WARP 配置
@ -312,9 +312,9 @@ systemctl restart x-ui
1. 使用面板内置的 `x-ui` 指令 1. 使用面板内置的 `x-ui` 指令
2. 选择 `IP Limit Management`. 2. 选择 `IP Limit Management`.
3. 根据您的需要选择合适的选项。 3. 根据您的需要选择合适的选项。
- 确保您的 Xray 配置上有 ./access.log 。在 v2.1.3 之后,我们有一个选项。 - 确保您的 Xray 配置上有 ./access.log 。在 v2.1.3 之后,我们有一个选项。
```sh ```sh
"log": { "log": {
"access": "./access.log", "access": "./access.log",
@ -372,7 +372,7 @@ Web 面板通过 Telegram Bot 支持每日流量、面板登录、数据库备
- 与 [Botfather](https://t.me/BotFather) 对话: - 与 [Botfather](https://t.me/BotFather) 对话:
![Botfather](./media/botfather.png) ![Botfather](./media/botfather.png)
- 使用 /newbot 创建新机器人你需要提供机器人名称以及用户名注意名称中末尾要包含“bot” - 使用 /newbot 创建新机器人你需要提供机器人名称以及用户名注意名称中末尾要包含“bot”
![创建机器人](./media/newbot.png) ![创建机器人](./media/newbot.png)

View file

@ -166,7 +166,7 @@ systemctl restart x-ui
docker compose up -d docker compose up -d
``` ```
从Docker中删除3x-ui 从Docker中删除3x-ui
```sh ```sh
docker stop 3x-ui docker stop 3x-ui
@ -258,7 +258,7 @@ systemctl restart x-ui
- http://domain:2053/panel - http://domain:2053/panel
- **面板链接有SSL** - **面板链接有SSL**
- https://domain:2053/panel - https://domain:2053/panel
</details> </details>
## WARP 配置 ## WARP 配置
@ -312,9 +312,9 @@ systemctl restart x-ui
1. 使用面板内置的 `x-ui` 指令 1. 使用面板内置的 `x-ui` 指令
2. 选择 `IP Limit Management`. 2. 选择 `IP Limit Management`.
3. 根据您的需要选择合适的选项。 3. 根据您的需要选择合适的选项。
- 确保您的 Xray 配置上有 ./access.log 。在 v2.1.3 之后,我们有一个选项。 - 确保您的 Xray 配置上有 ./access.log 。在 v2.1.3 之后,我们有一个选项。
```sh ```sh
"log": { "log": {
"access": "./access.log", "access": "./access.log",
@ -372,7 +372,7 @@ Web 面板通过 Telegram Bot 支持每日流量、面板登录、数据库备
- 与 [Botfather](https://t.me/BotFather) 对话: - 与 [Botfather](https://t.me/BotFather) 对话:
![Botfather](./media/botfather.png) ![Botfather](./media/botfather.png)
- 使用 /newbot 创建新机器人你需要提供机器人名称以及用户名注意名称中末尾要包含“bot” - 使用 /newbot 创建新机器人你需要提供机器人名称以及用户名注意名称中末尾要包含“bot”
![创建机器人](./media/newbot.png) ![创建机器人](./media/newbot.png)