docs: русская документация и промпты установки

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-26 22:59:14 +03:00
parent 37853fe0c3
commit 1dbe715067
6 changed files with 143 additions and 181 deletions

31
README.en.md Normal file
View File

@@ -0,0 +1,31 @@
# WARP Web UI
Browser control panel for **Cloudflare WARP** on Linux: connect/disconnect, WARP+, SOCKS port, optional **3x-ui** and **Amnezia** presets.
## Quick start
```bash
curl -fsSL https://raw.githubusercontent.com/andrey271192/WARP-Web-UI/main/install.sh | sudo bash
```
Interactive defaults: SOCKS `40000`, Web UI `3030`, user `warpadmin`, password (min 8 chars) → `/etc/default/warp-webui`.
```bash
curl -fsSL https://raw.githubusercontent.com/andrey271192/WARP-Web-UI/main/uninstall.sh | sudo bash
```
Open `http://SERVER:PORT/` after install. Use **Install WARP** in the UI if the package is missing.
## Security (short)
- HTTP Basic Auth only — use HTTPS (nginx/Caddy) in production.
- Firewall the Web UI port to trusted IPs.
- Runs as root; do not expose publicly without protection.
## Docs
Full documentation (Russian): [README.md](README.md).
## License
MIT — [LICENSE](LICENSE).