Files
WARP-Web-UI/.env.example
2026-05-26 22:59:14 +03:00

23 lines
984 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Скопируйте в /etc/default/warp-webui (install.sh создаёт файл автоматически)
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 для режима proxy у warp-cli (задаётся при install.sh)
WARP_PROXY_PORT=40000
# Публичный IP или hostname сервера — подсказки в JSON пресетов для клиентов
WARP_PUBLIC_HOST=
# Необязательные пути (по умолчанию как после install.sh)
# 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