This commit is contained in:
dekun
2026-05-30 15:51:20 +08:00
parent 1f8d2e64e7
commit b154f1230c
5 changed files with 14 additions and 2 deletions
+3
View File
@@ -61,3 +61,6 @@ database:
proxy:
enabled: true
url: "socks5h://127.0.0.1:1080"
# ⚠️ NAV_ALLOW_EMBED / NAV_EMBED_ORIGINS 是「进程环境变量」,不要写在本文件!
# 请配置在 PM2 deploy/ecosystem.config.cjs 的 env 段,或 systemd Environment=。
@@ -32,6 +32,9 @@ module.exports = {
time: true,
env: {
PYTHONUNBUFFERED: "1",
// 本地导航 iframe 嵌入(勿写进 config.yaml,须在此或 pm2 ecosystem
// NAV_ALLOW_EMBED: "true",
// NAV_EMBED_ORIGINS: "http://192.168.8.6:5070",
},
},
],