Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLxtend <lixiangwuxian@outlook.com>2024-05-07 13:03:32 +0300
committerGitHub <noreply@github.com>2024-05-07 13:03:32 +0300
commitd1f67f7f2f10ad3ff08d975435a8ef3664da277f (patch)
treeba76b90528950983705a68bfc06f8bae8d74fbd0 /README.es_ES.md
parentbb6757df0f18551991e90ae4af1bfd9dd12a85e4 (diff)
feat: add support for install on opensuse tumbleweed (#2244)
* feat: add support for opensuse tumbleweed * doc(readme): add opensuse tumbleweed to recommended os --------- Co-authored-by: lixiangwuxian <lixiangwuxian@lxtend.com>
Diffstat (limited to 'README.es_ES.md')
-rw-r--r--README.es_ES.md53
1 files changed, 27 insertions, 26 deletions
diff --git a/README.es_ES.md b/README.es_ES.md
index 77a7e941..1f1e596b 100644
--- a/README.es_ES.md
+++ b/README.es_ES.md
@@ -185,6 +185,7 @@ eliminar 3x-ui de docker
- Armbian
- AlmaLinux 9+
- Rockylinux 9+
+- OpenSUSE Tubleweed
## Arquitecturas y Dispositivos Compatibles
@@ -396,25 +397,25 @@ Ingresa el ID de chat de usuario en el campo de entrada número 4. Las cuentas d
- `/login` con `POST` datos de usuario: `{username: '', password: ''}` para iniciar sesión
- `/panel/api/inbounds` base para las siguientes acciones:
-| Método | Ruta | Acción |
-| :----: | ---------------------------------- | -------------------------------------------------------- |
-| `GET` | `"/list"` | Obtener todas los Entradas |
-| `GET` | `"/get/:id"` | Obtener Entrada con inbound.id |
-| `GET` | `"/getClientTraffics/:email"` | Obtener Tráficos del Cliente con email |
-| `GET` | `"/createbackup"` | El bot de Telegram envía copia de seguridad a los admins |
-| `POST` | `"/add"` | Agregar Entrada |
-| `POST` | `"/del/:id"` | Eliminar Entrada |
-| `POST` | `"/update/:id"` | Actualizar Entrada |
-| `POST` | `"/clientIps/:email"` | Dirección IP del Cliente |
-| `POST` | `"/clearClientIps/:email"` | Borrar Dirección IP del Cliente |
-| `POST` | `"/addClient"` | Agregar Cliente a la Entrada |
-| `POST` | `"/:id/delClient/:clientId"` | Eliminar Cliente por clientId\* |
-| `POST` | `"/updateClient/:clientId"` | Actualizar Cliente por clientId\* |
-| `POST` | `"/:id/resetClientTraffic/:email"` | Restablecer Tráfico del Cliente |
-| `POST` | `"/resetAllTraffics"` | Restablecer tráfico de todos las Entradas |
-| `POST` | `"/resetAllClientTraffics/:id"` | Restablecer tráfico de todos los clientes en una Entrada |
-| `POST` | `"/delDepletedClients/:id"` | Eliminar clientes agotados de la entrada (-1: todos) |
-| `POST` | `"/onlines"` | Obtener usuarios en línea (lista de correos electrónicos)|
+| Método | Ruta | Acción |
+| :----: | ---------------------------------- | --------------------------------------------------------- |
+| `GET` | `"/list"` | Obtener todas los Entradas |
+| `GET` | `"/get/:id"` | Obtener Entrada con inbound.id |
+| `GET` | `"/getClientTraffics/:email"` | Obtener Tráficos del Cliente con email |
+| `GET` | `"/createbackup"` | El bot de Telegram envía copia de seguridad a los admins |
+| `POST` | `"/add"` | Agregar Entrada |
+| `POST` | `"/del/:id"` | Eliminar Entrada |
+| `POST` | `"/update/:id"` | Actualizar Entrada |
+| `POST` | `"/clientIps/:email"` | Dirección IP del Cliente |
+| `POST` | `"/clearClientIps/:email"` | Borrar Dirección IP del Cliente |
+| `POST` | `"/addClient"` | Agregar Cliente a la Entrada |
+| `POST` | `"/:id/delClient/:clientId"` | Eliminar Cliente por clientId\* |
+| `POST` | `"/updateClient/:clientId"` | Actualizar Cliente por clientId\* |
+| `POST` | `"/:id/resetClientTraffic/:email"` | Restablecer Tráfico del Cliente |
+| `POST` | `"/resetAllTraffics"` | Restablecer tráfico de todos las Entradas |
+| `POST` | `"/resetAllClientTraffics/:id"` | Restablecer tráfico de todos los clientes en una Entrada |
+| `POST` | `"/delDepletedClients/:id"` | Eliminar clientes agotados de la entrada (-1: todos) |
+| `POST` | `"/onlines"` | Obtener usuarios en línea (lista de correos electrónicos) |
\*- El campo `clientId` debe llenarse por:
@@ -434,13 +435,13 @@ Ingresa el ID de chat de usuario en el campo de entrada número 4. Las cuentas d
#### Uso
-| Variable | Tipo | Predeterminado|
-| -------------- | :--------------------------------------------: | :------------ |
-| XUI_LOG_LEVEL | `"debug"` \| `"info"` \| `"warn"` \| `"error"` | `"info"` |
-| XUI_DEBUG | `boolean` | `false` |
-| XUI_BIN_FOLDER | `string` | `"bin"` |
-| XUI_DB_FOLDER | `string` | `"/etc/x-ui"` |
-| XUI_LOG_FOLDER | `string` | `"/var/log"` |
+| Variable | Tipo | Predeterminado |
+| -------------- | :--------------------------------------------: | :------------- |
+| XUI_LOG_LEVEL | `"debug"` \| `"info"` \| `"warn"` \| `"error"` | `"info"` |
+| XUI_DEBUG | `boolean` | `false` |
+| XUI_BIN_FOLDER | `string` | `"bin"` |
+| XUI_DB_FOLDER | `string` | `"/etc/x-ui"` |
+| XUI_LOG_FOLDER | `string` | `"/var/log"` |
Ejemplo: