This commit is contained in:
eric
2026-05-16 19:24:30 -05:00
parent 19beec12a5
commit 75a0ca4e31
260 changed files with 51345 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# 仅重装 Caddy 边缘反代http://live.local → :PORT需已存在 live-console
set -euo pipefail
SELF_DIR="$(cd "$(dirname "$0")" && pwd)"
INSTALL_TAG="edge"
. "$SELF_DIR/lib/common.sh"
ensure_root "$@"
load_env
install_live_edge_proxy