This commit is contained in:
dekun
2026-05-30 12:08:56 +08:00
parent 61c4d54305
commit acbd9576bc
6 changed files with 174 additions and 9 deletions
+5 -1
View File
@@ -39,7 +39,11 @@ HUB_TRUST_LAN=true
# 本地导航 / 门户 iframe 嵌入中控(默认 true
# HUB_ALLOW_EMBED=true
# 限制可嵌入的父页来源(逗号分隔);默认 * 不限制
# HUB_EMBED_ORIGINS=http://192.168.8.6:5070
# HUB_EMBED_ORIGINS=http://192.168.8.6:5070,https://hub.example.com
# 四实例允许被中控 iframe 内嵌(各 crypto_monitor_*/.env,与 hub 同步部署)
# APP_ALLOW_HUB_EMBED=true
# HUB_EMBED_PARENT_ORIGINS=https://hub.example.com
# 浏览器打开的实例/复盘链接(hub_settings 里 flask_url 为 127.0.0.1 时替换为对外地址)
# 局域网:填内网 IP,见《局域网与反代部署说明.md》