From 0f98c074c8dfd9c94c6184cfe2de896e2f7bff8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=D1=80=D0=B5=D0=B2?= Date: Sun, 31 May 2026 15:11:06 +0300 Subject: [PATCH] docs: add full server uninstall section + link Co-Authored-By: Claude Opus 4.8 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e72a202..1903984 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,22 @@ phobos-update --list # список бэкапов --- +## Полное удаление сервера + +Одной командой (спросит подтверждение): + +```bash +bash <(curl -fsSL https://raw.githubusercontent.com/andrey271192/PCA_Phobos/main/uninstall.sh) +``` + +Без подтверждения: `PURGE=1 bash <(curl -fsSL https://raw.githubusercontent.com/andrey271192/PCA_Phobos/main/uninstall.sh)` + +Удаляет: веб-панель, обфускатор-сервисы, WireGuard `wg0`, агент, nginx-сайт, watchdog-cron, iptables-правила, бинарники (`wg-obfuscator`, `phobos-update`) и каталоги `/opt/Phobos`, `/opt/phobos-panel`. Общие пакеты (wireguard, nginx, cron) НЕ трогает. + +**Удаление с роутера** (на самом роутере): `/opt/etc/Phobos/phobos-uninstall.sh` + +--- + ## Возможные проблемы и решения | Симптом | Причина | Решение |