Files
WARP-Web-UI-Relay-Beta/.env.example
Андрей Бобырев 4f4e85f810 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>
2026-05-26 22:50:57 +03:00

23 lines
818 B
Plaintext

# Copy to /etc/default/warp-webui (install.sh creates this automatically)
WARP_WEBUI_USER=warpadmin
WARP_WEBUI_PASS=change-me-to-a-strong-password
WARP_WEBUI_HOST=0.0.0.0
WARP_WEBUI_PORT=3030
# SOCKS port for warp-cli proxy mode (install script asks for this)
WARP_PROXY_PORT=40000
# Shown in client preset JSON (your server's public IP or hostname)
WARP_PUBLIC_HOST=
# Optional paths (defaults match install.sh layout)
# WARP_INSTALL_SCRIPT=/opt/warp-webui/scripts/warp-install-cf.sh
# WARP_UNINSTALL_SCRIPT=/opt/warp-webui/scripts/warp-uninstall-cf.sh
# XUI_CONFIG=/usr/local/x-ui/bin/config.json
# AMNEZIA_XRAY_CONTAINER=amnezia-xray
# AMNEZIA_XRAY_CONFIG=/opt/amnezia/xray/server.json
# WARP_CLIENT_ALIASES=/etc/warp-webui/client-aliases.json
# WARP_SOCKS_BRIDGE_HOST=172.17.0.1
# WARP_SOCKS_BRIDGE_PORT=11025