Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/awesome-remnawave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import RemnawaveBackuperGuide from '/docs/awesome-remnawave/\_install-guides/rem
import XrayCheckerGuide from '/docs/awesome-remnawave/\_install-guides/xray-checker.md'
import WhiteboxGuide from '/docs/awesome-remnawave/\_install-guides/whitebox.md'
import McpRemnawaveGuide from '/docs/awesome-remnawave/\_install-guides/mcp-remnawave.md'
import ReshalaRemnawaveBedolagaGuide from '/docs/awesome-remnawave/\_install-guides/reshala-remnawave-bedolaga.md'

<HeroSection
title="❤️ Awesome Remnawave"
Expand Down Expand Up @@ -209,6 +210,22 @@ import McpRemnawaveGuide from '/docs/awesome-remnawave/\_install-guides/mcp-remn
>
<AnsiblePlaybookGuide />
</ProjectCard>

<ProjectCard
id="reshala-remnawave-bedolaga"
title="Reshala-Remnawave-Bedolaga"
description="Универсальный скрипт с множеством полезных функций. Ключевые модули: Skynet (единый центр управления серверами) и Шейпер (лимитирование скорости для каждого пользователя). / A universal script with many useful features. Key modules: Skynet (centralized multi-server management) and Shaper (per-user traffic limiting)."
author="DonMatteoVPN"
authorLink="https://github.com/DonMatteoVPN"
image="/awesome/reshala-remnawave-bedolaga.webp"
githubRepo="DonMatteoVPN/Reshala-Remnawave-Bedolaga"
Comment on lines +219 to +221
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 The Telegram link https://t.me/c/reshala_prod uses the /c/ path segment, which is the format for Telegram private channel deep links (where the segment after /c/ is normally a numeric channel ID). Public channels use the plain format https://t.me/channelname. If reshala_prod is a public channel, the URL should be https://t.me/reshala_prod; clicking the /c/ variant will likely show a "channel not found" error for users who are not already members.

links={{
github: 'https://github.com/DonMatteoVPN/Reshala-Remnawave-Bedolaga',
telegram: 'https://t.me/reshala_prod'
}}
>
<ReshalaRemnawaveBedolagaGuide />
</ProjectCard>
</CategorySection>

<CategorySection
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Installation

:::warning
Always inspect the script before running it to ensure its safety: [install.sh](https://github.com/DonMatteoVPN/Reshala-Remnawave-Bedolaga/blob/main/install.sh)
:::

Run the following command in your terminal to install the stable version:

```bash
wget -O install.sh https://raw.githubusercontent.com/DonMatteoVPN/Reshala-Remnawave-Bedolaga/main/install.sh \
&& bash install.sh \
&& reshala
```
Comment on lines +9 to +13
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 security The installation command downloads a shell script from GitHub and immediately executes it with bash without any checksum verification. This wget && bash pattern means a compromised or modified install.sh would run silently on the user's system. Consider adding a note encouraging users to inspect the script at the URL before running, or showing a SHA256/GPG verification step alongside the install command.


### Usage
Once installed, you can launch the tool at any time by typing:

```bash
reshala
```
Binary file added static/awesome/reshala-remnawave-bedolaga.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.