feat: publish WARP Web UI with install scripts and docs

Sanitized panel from production: env-based auth, interactive install
prompts for SOCKS/Web UI ports, MIT license, EN/RU README.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-26 22:50:57 +03:00
commit 4f4e85f810
11 changed files with 1620 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[Unit]
Description=WARP Web UI Controller
After=network-online.target warp-svc.service
Wants=network-online.target
[Service]
Type=simple
EnvironmentFile=@ENV_FILE@
ExecStart=/usr/bin/python3 @INSTALL_DIR@/app.py
Restart=always
RestartSec=2
User=root
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
ReadWritePaths=/run /var/log /etc/default/warp-webui /etc/warp-webui /var/backups/warp-webui
[Install]
WantedBy=multi-user.target