bccf6cfdce
Add Flask panel with login, add/delete nodes, and share link copy. Generate sing-box config from SQLite; add uninstall script and clean install flow. Panel served at https://DOMAIN:8444 via nginx. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
156 B
Bash
4 lines
156 B
Bash
#!/usr/bin/env bash
|
|
# 已合并到 install.sh,保留此入口以兼容旧文档
|
|
exec bash "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/install.sh" "$@"
|