update remnawave-scripts (#46)

* update remnawave-scripts

* Add files via upload

* Update awesome-remnawave.md

* Update awesome-remnawave.md

* Update awesome-remnawave.md

* refactor: enhance documentation layout
This commit is contained in:
Alexey
2025-05-09 02:21:01 +03:00
committed by GitHub
parent a984022e3e
commit 4b63fde3e4
2 changed files with 52 additions and 14 deletions

View File

@@ -23,34 +23,71 @@ Author: [kutovoys](https://github.com/kutovoys)
---
### Remnawave Node installation script
### Remnawave Installation Scripts
Bash script to quickly install Remnawave node
Bash scripts to install and manage **Remnawave Panel** and **Remnawave Node** via CLI.
Includes Docker support, reverse proxy tips, Telegram integration, and `.env` generation.
Author: [DigneZzZ](https://github.com/dignezzz)
📦 Full info, updates, and examples: [**/remnawave-scripts**](https://github.com/DigneZzZ/remnawave-scripts)
#### DEV branch Install
Author: [DigneZzZ](https://github.com/DigneZzZ)
---
<details>
<summary>Quick install (latest by default)</summary>
**Panel:**
```bash
sudo bash -c "$(curl -sL https://github.com/DigneZzZ/remnawave-scripts/raw/main/remnanode.sh)" @ install --dev
sudo bash -c "$(curl -sL https://github.com/DigneZzZ/remnawave-scripts/raw/main/remnawave.sh)" @ install
```
If you want to use the latest branch, delete `--dev`.
**Node:**
Working directory: `/opt/remnanode`
```bash
sudo bash -c "$(curl -sL https://github.com/DigneZzZ/remnawave-scripts/raw/main/remnanode.sh)" @ install
```
App directory for custom `xray`: `/var/lib/remnanode`
> Add `--dev` to install the development version
After installation, use `remnanode help` for more information.
> Add `--name customname` to use a custom directory, exapmle `remna` or `r-node` and etc. (default: `/opt/remnawave` or `/opt/remnanode`)
</details>
<details>
<summary>Already installed?</summary>
Use `install-script` to install only the CLI wrapper for an existing setup:
```bash
sudo bash -c "$(curl -sL https://github.com/DigneZzZ/remnawave-scripts/raw/main/remnawave.sh)" @ install-script
```
```bash
sudo bash -c "$(curl -sL https://github.com/DigneZzZ/remnawave-scripts/raw/main/remnanode.sh)" @ install-script
```
Make sure the directory matches your existing one. (`/opt/remnawave` or `/opt/remnanode`)
</details>
---
#### CLI Features
- `install`, `update`, `uninstall`, `install-script`,`uninstall-script`
- `up`, `down`, `restart`, `status`, `logs`
- `edit`, `edit-env`, `console` (just for panel)
Run `remnawave help` or `remnanode help` to see available commands.
<br />
<div style={{ display: 'flex', justifyContent: 'center', gap: '1rem' }}>
<Button label="Github repository" link="https://github.com/DigneZzZ/remnawave-scripts" variant="secondary" size="md" outline />
</div>
<br />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<img src="/awesome/remnanode-script.webp" alt="RemnaNode script" width="600" />
<img src="/awesome/remnawave-script.webp" alt="Remnawave scripts" width="600" />
</div>
---
@@ -256,8 +293,9 @@ docker compose up -d && docker compose logs -f
```
2. Mini app is now running on http://127.0.0.1:3020
Now we are ready to move on to Reverse Proxy installation.
</details>
Now we are ready to move on to Reverse Proxy installation.
</details>
<div style={{ display: 'flex', justifyContent: 'center', gap: '1rem' }}>
<Button label="Github repository" link="https://github.com/maposia/remnawave-telegram-sub-mini-app" variant="secondary" size="md" outline />

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB