Skip to content

Commit

Permalink
Update to v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky luke committed Sep 19, 2024
1 parent 4dc8797 commit 32bcf00
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release 3X-UI

on:
workflow_dispatch:
push:
tags:
- "*"
workflow_dispatch:
- "v*.*.*"

jobs:
build:
Expand Down
22 changes: 11 additions & 11 deletions README.es_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

**Un Panel Web Avanzado • Construido sobre Xray Core**

[![](https://img.shields.io/github/v/release/mhsanaei/3x-ui.svg)](https://github.com/MHSanaei/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/mhsanaei/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/mhsanaei/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total.svg)](#)
[![](https://img.shields.io/github/v/release/LuckyLuke-a/3x-ui.svg)](https://github.com/LuckyLuke-a/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/LuckyLuke-a/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/LuckyLuke-a/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/LuckyLuke-a/3x-ui/total.svg)](#)
[![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html)

> **Descargo de responsabilidad:** Este proyecto es solo para aprendizaje personal y comunicación, por favor no lo uses con fines ilegales, por favor no lo uses en un entorno de producción
Expand All @@ -27,15 +27,15 @@
## Instalar y Actualizar

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh)
```

## Instalar una Versión Personalizada

Para instalar la versión deseada, agrega la versión al final del comando de instalación. Por ejemplo, ver `v2.4.1`:
Para instalar la versión deseada, agrega la versión al final del comando de instalación. Por ejemplo, ver `v2.4.4`:

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.1
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh) v2.4.4
```

## Certificado SSL
Expand Down Expand Up @@ -87,7 +87,7 @@ case "${ARCH}" in
esac


wget https://github.com/MHSanaei/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
wget https://github.com/LuckyLuke-a/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
```

2. Una vez que se haya descargado el paquete comprimido, ejecuta los siguientes comandos para instalar o actualizar x-ui:
Expand Down Expand Up @@ -134,7 +134,7 @@ systemctl restart x-ui
2. Clona el Repositorio del Proyecto:

```sh
git clone https://github.com/MHSanaei/3x-ui.git
git clone https://github.com/LuckyLuke-a/3x-ui.git
cd 3x-ui
```

Expand All @@ -154,7 +154,7 @@ systemctl restart x-ui
--network=host \
--restart=unless-stopped \
--name 3x-ui \
ghcr.io/mhsanaei/3x-ui:latest
ghcr.io/LuckyLuke-a/3x-ui:latest
```

actualizar a la última versión
Expand Down Expand Up @@ -523,4 +523,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go

## Estrellas a lo largo del tiempo

[![Stargazers over time](https://starchart.cc/MHSanaei/3x-ui.svg)](https://starchart.cc/MHSanaei/3x-ui)
[![Stargazers over time](https://starchart.cc/LuckyLuke-a/3x-ui.svg)](https://starchart.cc/LuckyLuke-a/3x-ui)
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

**An Advanced Web Panel • Built on Xray Core**

[![](https://img.shields.io/github/v/release/mhsanaei/3x-ui.svg)](https://github.com/MHSanaei/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/mhsanaei/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/mhsanaei/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total.svg)](#)
[![](https://img.shields.io/github/v/release/LuckyLuke-a/3x-ui.svg)](https://github.com/LuckyLuke-a/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/LuckyLuke-a/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/LuckyLuke-a/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/LuckyLuke-a/3x-ui/total.svg)](#)
[![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html)

> **Disclaimer:** This project is only for personal learning and communication, please do not use it for illegal purposes, please do not use it in a production environment
Expand All @@ -27,15 +27,15 @@
## Install & Upgrade

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh)
```

## Install Custom Version

To install your desired version, add the version to the end of the installation command. e.g., ver `v2.4.1`:
To install your desired version, add the version to the end of the installation command. e.g., ver `v2.4.4`:

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.1
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh) v2.4.4
```

## SSL Certificate
Expand Down Expand Up @@ -111,7 +111,7 @@ case "${ARCH}" in
esac


wget https://github.com/MHSanaei/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
wget https://github.com/LuckyLuke-a/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
```

2. Once the compressed package is downloaded, execute the following commands to install or upgrade x-ui:
Expand Down Expand Up @@ -159,7 +159,7 @@ systemctl restart x-ui
2. **Clone the Project Repository:**

```sh
git clone https://github.com/MHSanaei/3x-ui.git
git clone https://github.com/LuckyLuke-a/3x-ui.git
cd 3x-ui
```

Expand All @@ -181,7 +181,7 @@ systemctl restart x-ui
--network=host \
--restart=unless-stopped \
--name 3x-ui \
ghcr.io/mhsanaei/3x-ui:latest
ghcr.io/LuckyLuke-a/3x-ui:latest
```

4. **Update to the Latest Version:**
Expand Down Expand Up @@ -558,4 +558,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go
## Stargazers over Time
[![Stargazers over time](https://starchart.cc/MHSanaei/3x-ui.svg)](https://starchart.cc/MHSanaei/3x-ui)
[![Stargazers over time](https://starchart.cc/LuckyLuke-a/3x-ui.svg)](https://starchart.cc/LuckyLuke-a/3x-ui)
22 changes: 11 additions & 11 deletions README.ru_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

**Продвинутая веб-панель • Построена на основе Xray Core**

[![](https://img.shields.io/github/v/release/mhsanaei/3x-ui.svg)](https://github.com/MHSanaei/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/mhsanaei/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/mhsanaei/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total.svg)](#)
[![](https://img.shields.io/github/v/release/LuckyLuke-a/3x-ui.svg)](https://github.com/LuckyLuke-a/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/LuckyLuke-a/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/LuckyLuke-a/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/LuckyLuke-a/3x-ui/total.svg)](#)
[![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html)

> **Отказ от ответственности:** Этот проект предназначен только для личного обучения и общения. Пожалуйста, не используйте его в незаконных целях и не применяйте в производственной среде.
Expand All @@ -27,15 +27,15 @@
## Установка и обновление

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh)
```

## Установка определённой версии

Чтобы установить нужную вам версию, добавьте номер версии в конец команды установки. Например, `v2.4.1`:
Чтобы установить нужную вам версию, добавьте номер версии в конец команды установки. Например, `v2.4.4`:

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.1
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh) v2.4.4
```

## SSL Сертификат
Expand Down Expand Up @@ -110,7 +110,7 @@ case "${ARCH}" in
esac


wget https://github.com/MHSanaei/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
wget https://github.com/LuckyLuke-a/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
```

2. После загрузки архива выполните следующие команды для установки или обновления x-ui:
Expand Down Expand Up @@ -158,7 +158,7 @@ systemctl restart x-ui
2. **Склонируйте репозиторий проекта:**

```sh
git clone https://github.com/MHSanaei/3x-ui.git
git clone https://github.com/LuckyLuke-a/3x-ui.git
cd 3x-ui
```

Expand All @@ -180,7 +180,7 @@ systemctl restart x-ui
--network=host \
--restart=unless-stopped \
--name 3x-ui \
ghcr.io/mhsanaei/3x-ui:latest
ghcr.io/LuckyLuke-a/3x-ui:latest
```

4. **Обновление до последней версии:**
Expand Down Expand Up @@ -555,4 +555,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go
## Число звёзд со временем
[![Stargazers over time](https://starchart.cc/MHSanaei/3x-ui.svg)](https://starchart.cc/MHSanaei/3x-ui)
[![Stargazers over time](https://starchart.cc/LuckyLuke-a/3x-ui.svg)](https://starchart.cc/LuckyLuke-a/3x-ui)
22 changes: 11 additions & 11 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

**一个更好的面板 • 基于Xray Core构建**

[![](https://img.shields.io/github/v/release/mhsanaei/3x-ui.svg)](https://github.com/MHSanaei/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/mhsanaei/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/mhsanaei/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total.svg)](#)
[![](https://img.shields.io/github/v/release/LuckyLuke-a/3x-ui.svg)](https://github.com/LuckyLuke-a/3x-ui/releases)
[![](https://img.shields.io/github/actions/workflow/status/LuckyLuke-a/3x-ui/release.yml.svg)](#)
[![GO Version](https://img.shields.io/github/go-mod/go-version/LuckyLuke-a/3x-ui.svg)](#)
[![Downloads](https://img.shields.io/github/downloads/LuckyLuke-a/3x-ui/total.svg)](#)
[![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html)

> **Disclaimer:** 此项目仅供个人学习交流,请不要用于非法目的,请不要在生产环境中使用。
Expand All @@ -27,15 +27,15 @@
## 安装 & 升级

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh)
```

## 安装指定版本

要安装所需的版本,请将该版本添加到安装命令的末尾。 e.g., ver `v2.4.1`:
要安装所需的版本,请将该版本添加到安装命令的末尾。 e.g., ver `v2.4.4`:

```
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.1
bash <(curl -Ls https://raw.githubusercontent.com/LuckyLuke-a/3x-ui/master/install.sh) v2.4.4
```

### SSL证书
Expand Down Expand Up @@ -109,7 +109,7 @@ case "${ARCH}" in
esac


wget https://github.com/MHSanaei/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
wget https://github.com/LuckyLuke-a/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
```

2. 下载压缩包后,执行以下命令安装或升级 x-ui:
Expand Down Expand Up @@ -156,7 +156,7 @@ systemctl restart x-ui
2. 克隆仓库:

```sh
git clone https://github.com/MHSanaei/3x-ui.git
git clone https://github.com/LuckyLuke-a/3x-ui.git
cd 3x-ui
```

Expand All @@ -176,7 +176,7 @@ systemctl restart x-ui
--network=host \
--restart=unless-stopped \
--name 3x-ui \
ghcr.io/mhsanaei/3x-ui:latest
ghcr.io/LuckyLuke-a/3x-ui:latest
```

更新至最新版本
Expand Down Expand Up @@ -545,4 +545,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go

## Star趋势

[![Stargazers over time](https://starchart.cc/MHSanaei/3x-ui.svg)](https://starchart.cc/MHSanaei/3x-ui)
[![Stargazers over time](https://starchart.cc/LuckyLuke-a/3x-ui.svg)](https://starchart.cc/LuckyLuke-a/3x-ui)
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.4
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
3x-ui:
image: ghcr.io/mhsanaei/3x-ui:latest
image: ghcr.io/LuckyLuke-a/3x-ui:latest
container_name: 3x-ui
hostname: yourhostname
volumes:
Expand Down

0 comments on commit 32bcf00

Please sign in to comment.