mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 21:20:07 +00:00
Update README.ar_EG.md
This commit is contained in:
parent
ef9d8889e0
commit
2bf718583b
1 changed files with 10 additions and 10 deletions
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
**لوحة تحكم ويب متقدمة • مبنية على Xray Core**
|
**لوحة تحكم ويب متقدمة • مبنية على Xray Core**
|
||||||
|
|
||||||
[](https://github.com/MHSanaei/3x-ui/releases)
|
[](https://github.com/itboyhan1/3x-ui-xdsb/releases)
|
||||||
[](#)
|
[](#)
|
||||||
[](#)
|
[](#)
|
||||||
[](#)
|
[](#)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||||
|
|
||||||
> **تنبيه:** المشروع ده للتعلم الشخصي والتواصل فقط. رجاءً استخدمه بشكل قانوني.
|
> **تنبيه:** المشروع ده للتعلم الشخصي والتواصل فقط. رجاءً استخدمه بشكل قانوني.
|
||||||
|
@ -33,14 +33,14 @@
|
||||||
|
|
||||||
لتثبيت المشروع أو تحديثه، نفذ الأمر ده:
|
لتثبيت المشروع أو تحديثه، نفذ الأمر ده:
|
||||||
```bash
|
```bash
|
||||||
bash <(curl -Ls https://raw.githubusercontent.com/MHSanaei/3x-ui/refs/tags/v2.6.0/install.sh)
|
bash <(curl -Ls https://raw.githubusercontent.com/itboyhan1/3x-ui-xdsb/refs/tags/v2.6.0/install.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
## تثبيت النسخة القديمة (مش موصى بيها)
|
## تثبيت النسخة القديمة (مش موصى بيها)
|
||||||
|
|
||||||
لو عايز تثبت نسخة معينة، استخدم الأمر ده، مثلاً نسخة `v1.7.9`:
|
لو عايز تثبت نسخة معينة، استخدم الأمر ده، مثلاً نسخة `v1.7.9`:
|
||||||
```bash
|
```bash
|
||||||
VERSION=v1.7.9 && bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
|
VERSION=v1.7.9 && bash <(curl -Ls "https://raw.githubusercontent.com/itboyhan1/3x-ui-xdsb/$VERSION/install.sh") $VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
## شهادة SSL
|
## شهادة SSL
|
||||||
|
@ -112,7 +112,7 @@ case "${ARCH}" in
|
||||||
*) XUI_ARCH="amd64" ;;
|
*) XUI_ARCH="amd64" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
wget https://github.com/MHSanaei/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
|
wget https://github.com/itboyhan1/3x-ui-xdsb/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
2. بعد تحميل الباكدج، نفذ الأوامر دي للتثبيت أو التحديث:
|
2. بعد تحميل الباكدج، نفذ الأوامر دي للتثبيت أو التحديث:
|
||||||
|
@ -157,7 +157,7 @@ systemctl restart x-ui
|
||||||
|
|
||||||
2. **نسخ مستودع المشروع:**
|
2. **نسخ مستودع المشروع:**
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/MHSanaei/3x-ui.git
|
git clone https://github.com/itboyhan1/3x-ui-xdsb.git
|
||||||
cd 3x-ui
|
cd 3x-ui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ systemctl restart x-ui
|
||||||
--network=host \
|
--network=host \
|
||||||
--restart=unless-stopped \
|
--restart=unless-stopped \
|
||||||
--name 3x-ui \
|
--name 3x-ui \
|
||||||
ghcr.io/mhsanaei/3x-ui:latest
|
ghcr.io/itboyhan1/3x-ui-xdsb:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **التحديث إلى أحدث نسخة:**
|
4. **التحديث إلى أحدث نسخة:**
|
||||||
|
@ -566,4 +566,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go
|
||||||
|
|
||||||
## عدد النجوم مع مرور الوقت
|
## عدد النجوم مع مرور الوقت
|
||||||
|
|
||||||
[](https://starchart.cc/MHSanaei/3x-ui)
|
[](https://starchart.cc/MHSanaei/3x-ui)
|
||||||
|
|
Loading…
Reference in a new issue