mirror of
https://github.com/andrey271192/amnezia_web-PRO.git
synced 2026-09-21 14:51:59 +00:00
docsfeat(warp): clarify optional install + add uninstall command
README/panel-guide/UI explain WARP is not required; document uninstall. Add warp-amnezia.sh uninstall to strip warp conf, rules, and start.sh block. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -634,6 +634,11 @@ function renderWarpPanel(data) {
|
||||
hint.innerHTML =
|
||||
"Один раз на хосте (root): <code class=\"inline\">bash scripts/warp-amnezia.sh install</code> — из каталога клона репозитория на VPS. Если контейнер не угадан автоматически: <code class=\"inline\">bash scripts/warp-amnezia.sh install amnezia-awg2</code>.";
|
||||
warpActionsEl.appendChild(hint);
|
||||
const skip = document.createElement("p");
|
||||
skip.className = "muted warp-muted";
|
||||
skip.textContent =
|
||||
"Если Cloudflare WARP не нужен, ничего не выполняйте — AmneziaWG и панель работают без него. Полное удаление: bash scripts/warp-amnezia.sh uninstall (см. README).";
|
||||
warpActionsEl.appendChild(skip);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user