mirror of
https://github.com/andrey271192/WARP-Web-UI.git
synced 2026-09-21 12:01:58 +00:00
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:
22
.env.example
Normal file
22
.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user