From d333885a2ca4ac3b2aedf7405d0531fe3ee8c8e5 Mon Sep 17 00:00:00 2001 From: wnlen <62139570+wnlen@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:20:27 +0800 Subject: [PATCH] Update install.sh --- install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 8644c89..2947c03 100755 --- a/install.sh +++ b/install.sh @@ -401,13 +401,7 @@ fi # Dashboard / Secret # ========================= 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://:9090/ui")" "$width" 12 -box_row "公共" "$(url "https://board.example.com")" "$width" 12 -box_end "$width" + api_port="$(parse_port "${EXTERNAL_CONTROLLER}")" api_host="${EXTERNAL_CONTROLLER%:*}"