Deepseek Harness Auth
taichuy/deepseek-harness-auth · skills
Without modifying the main Harness repository, it fixes the original WebServer to the 127.0.0.1 random port and starts the only public authentication agent in the same process.
★ 12GitHub stars
0Forks
2026-08-17Last updated
TypeScriptLanguage
Apache-2.0License
Project overview
例如本机仓库位于 /home/taichuy/git/deepseek-harness-auth:
localhost 会规范化为 127.0.0.0/8。若前方还有反向代理,必须只把实际代理地址加入 DSHAUTHTRUSTEDPROXIES,否则不会采信客户端提供的 X-Forwarded-For。不要在“前置代理从 loopback 连接、但未配置 trusted proxy”的部署中放行 loopback,否则所有公网请求都会被误判为本机白名单。 配置
原 Harness --host、--port 不再代表公共入口:Bundle 会把它的内部 WebServer 固定为 127.0.0.1:0,公共监听由上表配置。
Install command
dsh plugin --profile web add github:taichuy/deepseek-harness-auth