From 0e4cfea09be1f2b6d227896fe2c2cc4e2548e8fc Mon Sep 17 00:00:00 2001 From: kastov Date: Thu, 22 May 2025 17:48:43 +0300 Subject: [PATCH] docs: remove backup and restore script sections from awesome-remnawave.md --- docs/awesome-remnawave.md | 61 --------------------------------------- 1 file changed, 61 deletions(-) diff --git a/docs/awesome-remnawave.md b/docs/awesome-remnawave.md index 806952d..5e29add 100644 --- a/docs/awesome-remnawave.md +++ b/docs/awesome-remnawave.md @@ -127,67 +127,6 @@ Features: --- -### Remnawave Backup Script - -A bash script to create backups of the Remnawave database and configurations. Backups are sent to a Telegram chat for easy access. The script backs up the following: - -- The Remnawave database as `db_backup.sql` -- Either the entire specified folder (e.g., `/opt/remnawave` or user-defined) or specific files: - - `docker-compose.yml` - - `.env` - - `app-config.json` (custom file for the subscription page, see [instructions](https://remna.st/subscription-templating/client-configuration)) - -Author: [DigneZzZ](https://github.com/DigneZzZ) - -#### Install and Run - -```bash -sudo bash -c "$(curl -sL https://github.com/DigneZzZ/remnawave-scripts/raw/main/remnawave-backup.sh)" -``` - -
-
-
- -
- Remnawave Backup Script -
- ---- - -### Remnawave Restore Script (Beta) - -A bash script to restore Remnawave backups, either fully (files and database) or database-only, from a `.tar.gz` archive to a specified directory. **Warning: This is a beta version. Use with extreme caution, especially on a live Remnawave panel, as it may overwrite critical data or cause instability.** - -The script performs the following: - -- Clears all existing data in the specified database and restores it from `db_backup.sql` -- Restores files to the chosen directory (e.g., `/opt/remnawave` or user-defined), including: - - `docker-compose.yml` - - `.env` - - `app-config.json` (custom file for the subscription page, see [instructions](https://remna.st/subscription-templating/client-configuration)) -- Starts containers to ensure the restored setup is operational - -Author: [DigneZzZ](https://github.com/DigneZzZ) - -#### Install and Run - -```bash -sudo bash -c "$(curl -sL https://github.com/DigneZzZ/remnawave-scripts/raw/main/restore.sh)" -``` - -
-
-
- -
- Remnawave Restore Script -
- ---- - ### Remnawave Telegram Subscription Mini App This is a Telegram Subscription Mini App that allows users to view their subscriptions directly through Telegram. As a requirement for using the page, the Telegram ID must be set in the user's profile to ensure proper identification and linking of subscriptions.