mirror of
https://github.com/remnawave/panel.git
synced 2026-04-17 20:03:49 +00:00
fix: translate RemnaSetup description to English and add image
This commit is contained in:
@@ -399,30 +399,30 @@ Author: [jolymmiles](https://github.com/Jolymmiles)
|
||||
|
||||
### RemnaSetup 🛠️
|
||||
|
||||
Универсальный скрипт для автоматической установки, настройки и обновления инфраструктуры Remnawave и Remnanode. Включает установку панели управления, ноды, страницы подписок, настройку Caddy, Tblocker, BBR, WARP, а также систему автоматического бэкапа с интеграцией Telegram.
|
||||
Universal script for automatic installation, configuration, and updating of Remnawave and Remnanode infrastructure. Includes installation of the control panel, node, subscription page, Caddy setup, Tblocker, BBR, WARP, and an automatic backup system with Telegram integration.
|
||||
|
||||
Author: [Capybara-z](https://github.com/Capybara-z)
|
||||
|
||||
<details>
|
||||
<summary>Быстрый старт</summary>
|
||||
<summary>Quick Start</summary>
|
||||
|
||||
**Вариант 1:**
|
||||
**Option 1:**
|
||||
```bash
|
||||
bash <(curl -fsSL raw.githubusercontent.com/Capybara-z/RemnaSetup/refs/heads/main/install.sh)
|
||||
```
|
||||
|
||||
**Вариант 2:**
|
||||
**Option 2:**
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/Capybara-z/RemnaSetup/refs/heads/main/install.sh -o install.sh && chmod +x install.sh && sudo bash ./install.sh
|
||||
```
|
||||
</details>
|
||||
|
||||
**🔥 Основные возможности:**
|
||||
- 📦 Полная установка Remnawave + Страница подписок + Caddy
|
||||
- 🌐 Установка Remnanode с Caddy, Tblocker, BBR и WARP
|
||||
- 💾 Система бэкапов с отправкой в Telegram
|
||||
- ♻️ Восстановление из локальных бэкапов и Telegram
|
||||
- 🔄 Автоматическое обновление компонентов
|
||||
**🔥 Main Features:**
|
||||
- 📦 Complete Remnawave installation + Subscription page + Caddy
|
||||
- 🌐 Remnanode installation with Caddy, Tblocker, BBR, and WARP
|
||||
- 💾 Backup system with Telegram integration
|
||||
- ♻️ Recovery from local backups and Telegram
|
||||
- 🔄 Automatic component updates
|
||||
|
||||
<div style={{ display: 'flex', justifyContent: 'center', gap: '1rem' }}>
|
||||
<Button label="Github repository" link="https://github.com/Capybara-z/RemnaSetup" variant="secondary" size="md" outline />
|
||||
|
||||
Reference in New Issue
Block a user