Update install.sh

This commit is contained in:
wnlen
2026-01-15 15:20:27 +08:00
parent 5e7cc49cf7
commit d333885a2c

View File

@ -401,13 +401,7 @@ fi
# Dashboard / Secret # Dashboard / Secret
# ========================= # =========================
section "控制面板" section "控制面板"
width=54
box_title "Web 控制面板" "$width"
box_row "注意放行端口" "9090" "$width" 12
box_row "内网" "$(url "http://192.168.0.191:9090/ui")" "$width" 12
box_row "公网" "$(url "http://<your-ip>:9090/ui")" "$width" 12
box_row "公共" "$(url "https://board.example.com")" "$width" 12
box_end "$width"
api_port="$(parse_port "${EXTERNAL_CONTROLLER}")" api_port="$(parse_port "${EXTERNAL_CONTROLLER}")"
api_host="${EXTERNAL_CONTROLLER%:*}" api_host="${EXTERNAL_CONTROLLER%:*}"