Releases: siberiah2o/dsh-plugin-remote
Release list
v0.1.4
dsh-plugin-remote 0.1.4
Remote access gateway for the DeepSeek Harness (DSH) Web GUI: login auth + HTTP/WebSocket reverse proxy to the loopback dsh web server.
What changed in 0.1.4 (bugfix)
- Replace all remaining @/ alias imports with relative paths so the login app builds from any install location (completes the 0.1.3 fix).
v0.1.3
dsh-plugin-remote 0.1.3
Remote access gateway for the DeepSeek Harness (DSH) Web GUI: login auth + HTTP/WebSocket reverse proxy to the loopback dsh web server.
Install
sh dsh plugin --profile web add dsh-plugin-remote "
"
- Fix: gateway Next.js build failed when the plugin is installed into a DSH profile (source lives under node_modules, where Next skips transpiling). Added transpilePackages to next.config.mjs and switched to relative imports so the login app builds from any install location.
npm: https://www.npmjs.com/package/dsh-plugin-remote
GitHub: https://github.com/siberiah2o/dsh-plugin-remote
v0.1.2
dsh-plugin-remote 0.1.2
Remote access gateway for the DeepSeek Harness (DSH) Web GUI: login auth + HTTP/WebSocket reverse proxy to the loopback dsh web server.
Install
sh dsh plugin --profile web add dsh-plugin-remote "
"
- Accounts: hint folded into the card title (new accounts are created via remote-passwd.mjs); account row stays on a single line with ellipsis
- Whitelist: hint moved next to the Save/Discard buttons; Save/Discard are now compact icon buttons (check + undo), row never wraps
- Logs: removed the meta line (shard count / total / auto-refresh label)
npm: https://www.npmjs.com/package/dsh-plugin-remote
GitHub: https://github.com/siberiah2o/dsh-plugin-remote
v0.1.1
dsh-plugin-remote 0.1.1
Remote access gateway for the DeepSeek Harness (DSH) Web GUI: login auth + HTTP/WebSocket reverse proxy to the loopback dsh web server.
Install
sh dsh plugin --profile web add dsh-plugin-remote "
"
- English-first README following the dsh-plugin-terminal style
- Screenshots added to README (login page + settings panel)
- Description refinements
npm: https://www.npmjs.com/package/dsh-plugin-remote
GitHub: https://github.com/siberiah2o/dsh-plugin-remote
v0.1.0
0.1.0 — 远程访问网关 (Remote Access Gateway)
DeepSeek Harness Web GUI 的远程访问网关:登录认证 + HTTP/WebSocket 反向代理,无需 nginx。
功能
- Next.js 登录页(shadcn login-02 模板,白色主题,DeepSeek 鲸鱼品牌)
- 设置面板(设置 → 远程访问):远程访问白名单、账号密码管理、来源请求记录(按天分片、可下载、1/3/7 天保留规则)
- 请求日志按天 JSONL 分片持久化存储
- 白名单支持 IP/CIDR,127.0.0.1 始终放行,热加载
- 会话 Cookie 兼容迁移,登录页自动清除残留 Cookie
安装
- npm:
dsh-plugin-remote@0.1.0 - GitHub: 见仓库 README