feat: harden enterprise control plane

This commit is contained in:
AI Bot
2026-05-17 02:20:08 +08:00
parent 67511c31f4
commit e1aed590f8
112 changed files with 10977 additions and 2004 deletions

View File

@@ -13,7 +13,11 @@ boss.hyzq.net {
admin.boss.hyzq.net {
encode zstd gzip
redir / /admin 308
@adminRoot path /
handle @adminRoot {
rewrite * /admin-web/index.html
reverse_proxy 127.0.0.1:3000
}
reverse_proxy 127.0.0.1:3000
}

View File

@@ -15,7 +15,7 @@
<array>
<string>/bin/zsh</string>
<string>-lc</string>
<string>cd /Users/kris/code/boss &amp;&amp; node scripts/codex-desktop-refresh-bridge-daemon.mjs</string>
<string>cd __BOSS_AGENT_ROOT__ &amp;&amp; node scripts/codex-desktop-refresh-bridge-daemon.mjs</string>
</array>
<key>RunAtLoad</key>
<true/>

View File

@@ -8,7 +8,7 @@
<array>
<string>/bin/zsh</string>
<string>-lc</string>
<string>cd /Users/kris/code/boss &amp;&amp; ./scripts/start-local-agent.sh __BOSS_AGENT_CONFIG__</string>
<string>cd __BOSS_AGENT_ROOT__ &amp;&amp; ./scripts/start-local-agent.sh __BOSS_AGENT_CONFIG__</string>
</array>
<key>RunAtLoad</key>
<true/>