This commit is contained in:
eric
2026-03-28 13:27:53 -05:00
parent d34ecab19c
commit 8053c4cb6d
48 changed files with 3527 additions and 1433 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