From 0f1d8972a06a899099fbcfc7fb4fa8ed3dfbaf75 Mon Sep 17 00:00:00 2001 From: weibaohui Date: Sat, 12 Sep 2026 21:22:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20weibaohui/dsh-webdav-server=EF=BC=88W?= =?UTF-8?q?ebDAV=20=E6=9C=8D=E5=8A=A1=E5=99=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index e1117ea95..43bf932e7 100644 --- a/README.en.md +++ b/README.en.md @@ -529,6 +529,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a - [xingyingyuzhui/dsh-updater-ui](https://github.com/xingyingyuzhui/dsh-updater-ui) - DSH self-updater in the settings page: one-click check/pull (`git pull --ff-only`), auto background checks, version diff and changelog preview with a red-dot reminder. - [yflmq001/dsh-cost-tracker](https://github.com/yflmq001/dsh-cost-tracker) - Per-model token cost tracking with configurable cache-hit/miss, output and peak-window pricing, a live session cost bar, and unconfigured-model flags. - [Yuuz12/dsh-webui-auth](https://github.com/Yuuz12/dsh-webui-auth) - WebUI authentication enforced at the HTTP/transport layer: four-layer login gate (resources, plugin bundles, /api, WebSocket), server-side sessions with HttpOnly cookies. +- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) - WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page. ### Just for Fun - [AnacondaKC/dsh-douyin](https://github.com/AnacondaKC/dsh-douyin) - Short-video sidebar: native player, series navigation, precise history replay. diff --git a/README.md b/README.md index a29a8d634..dcc1a61fb 100644 --- a/README.md +++ b/README.md @@ -529,6 +529,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 - [xingyingyuzhui/dsh-updater-ui](https://github.com/xingyingyuzhui/dsh-updater-ui) — 设置页中的 DSH 自助更新器:一键检查/拉取(git pull --ff-only)、自动后台检查、版本对比与更新说明预览,带红点提醒。 - [yflmq001/dsh-cost-tracker](https://github.com/yflmq001/dsh-cost-tracker) — 按模型追踪 token 成本:可配置缓存命中/未命中、输出与高峰时段单价,实时会话花费条,并标记未配置价格的模型。 - [Yuuz12/dsh-webui-auth](https://github.com/Yuuz12/dsh-webui-auth) — WebUI 身份认证:HTTP/传输层强制登录(资源、插件 bundle、/api、WebSocket 四层防护),服务端会话 + HttpOnly Cookie。 +- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) — WebDAV 服务器:把一个共享目录变成 Windows/macOS/Linux 都能挂载成本地磁盘的 WebDAV 服务,令牌认证、可选只读、目录/端口/令牌全可配,设置页自带三平台挂载指南。 ### 🎮 娱乐 - [AnacondaKC/dsh-douyin](https://github.com/AnacondaKC/dsh-douyin) — 侧栏短视频:原生播放器、系列导航、精确历史回放。 From 5319226dc02c40c6cc23a9fa43fc6afd2ef883f4 Mon Sep 17 00:00:00 2001 From: LuZhong Date: Sun, 13 Sep 2026 11:51:26 +0800 Subject: [PATCH 2/2] chore: normalize README order --- README.en.md | 4 ++-- README.md | 4 ++-- data/added-dates.json | 1 + docs/dev/index.html | 21 +++++++++++++++------ docs/en/dev/index.html | 21 +++++++++++++++------ docs/en/feed.xml | 14 +++++++------- docs/en/fun/index.html | 4 ++-- docs/en/index.html | 23 ++++++++++++++++------- docs/en/memory/index.html | 4 ++-- docs/en/model/index.html | 4 ++-- docs/en/notify/index.html | 4 ++-- docs/en/session/index.html | 4 ++-- docs/en/skill/index.html | 4 ++-- docs/en/theme/index.html | 4 ++-- docs/en/tools/index.html | 4 ++-- docs/en/ui/index.html | 4 ++-- docs/en/workflow/index.html | 4 ++-- docs/feed.xml | 14 +++++++------- docs/fun/index.html | 4 ++-- docs/index.html | 23 ++++++++++++++++------- docs/memory/index.html | 4 ++-- docs/model/index.html | 4 ++-- docs/notify/index.html | 4 ++-- docs/plugins.json | 17 ++++++++++++++++- docs/session/index.html | 4 ++-- docs/skill/index.html | 4 ++-- docs/theme/index.html | 4 ++-- docs/tools/index.html | 4 ++-- docs/ui/index.html | 4 ++-- docs/workflow/index.html | 4 ++-- 30 files changed, 137 insertions(+), 85 deletions(-) diff --git a/README.en.md b/README.en.md index 155095092..84ff2541c 100644 --- a/README.en.md +++ b/README.en.md @@ -32,7 +32,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a -**493** plugins · [PRs welcome](#contributing) +**494** plugins · [PRs welcome](#contributing) ## Contents @@ -536,6 +536,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a - [vibeinging/dsh-agent-budget](https://github.com/vibeinging/dsh-agent-budget) - Agent-tree token budget management. - [vibeinging/dsh-trace](https://github.com/vibeinging/dsh-trace) - Telemetry backend exporting turns, model steps, and tool calls to yiTrace. - [vlln/plugin-registry](https://github.com/vlln/plugin-registry) - Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development. +- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) - WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page. - [weibaohui/user-management](https://github.com/weibaohui/user-management) - Login gate for the dsh web UI: unauthenticated visitors get a login/register page and the first registrant becomes admin; includes user and role management plus login and access audit logs. - [william-jin-cmu/dsh-evolve](https://github.com/william-jin-cmu/dsh-evolve) - Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session. - [dsh-review-loop](https://github.com/wuxiangru915/dsh-review-loop) - Incremental diff reviewer with a Web UI panel and feedback injection into the agent. @@ -543,7 +544,6 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a - [xingyingyuzhui/dsh-updater-ui](https://github.com/xingyingyuzhui/dsh-updater-ui) - DSH self-updater in the settings page: one-click check/pull (`git pull --ff-only`), auto background checks, version diff and changelog preview with a red-dot reminder. - [yflmq001/dsh-cost-tracker](https://github.com/yflmq001/dsh-cost-tracker) - Per-model token cost tracking with configurable cache-hit/miss, output and peak-window pricing, a live session cost bar, and unconfigured-model flags. - [Yuuz12/dsh-webui-auth](https://github.com/Yuuz12/dsh-webui-auth) - WebUI authentication enforced at the HTTP/transport layer: four-layer login gate (resources, plugin bundles, /api, WebSocket), server-side sessions with HttpOnly cookies. -- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) - WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page. ### Just for Fun - [AnacondaKC/dsh-douyin](https://github.com/AnacondaKC/dsh-douyin) - Short-video sidebar: native player, series navigation, precise history replay. diff --git a/README.md b/README.md index fe5267cc2..cfa627bf5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 -**493** 个插件 · 欢迎 [PR](#贡献) +**494** 个插件 · 欢迎 [PR](#贡献) ## 目录 @@ -536,6 +536,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 - [vibeinging/dsh-agent-budget](https://github.com/vibeinging/dsh-agent-budget) — agent 树 token 预算管理。 - [vibeinging/dsh-trace](https://github.com/vibeinging/dsh-trace) — 遥测后端:把 turns、model steps、tool calls 导出到 yiTrace。 - [vlln/plugin-registry](https://github.com/vlln/plugin-registry) — 插件生态基建:浏览器面板管理官方 repository 插件(0 patch)+ make-dsh-plugin 插件开发引导技能。 +- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) — WebDAV 服务器:把一个共享目录变成 Windows/macOS/Linux 都能挂载成本地磁盘的 WebDAV 服务,令牌认证、可选只读、目录/端口/令牌全可配,设置页自带三平台挂载指南。 - [weibaohui/user-management](https://github.com/weibaohui/user-management) — 用户管理:给 dsh web 加登录门禁,未登录访问弹登录/注册页,首个注册者自动成为管理员;管理员可管理用户/角色,带登录与访问审计。 - [william-jin-cmu/dsh-evolve](https://github.com/william-jin-cmu/dsh-evolve) — 自进化:agent 在会话内给自己热挂载/卸载持久化插件。 - [wuxiangru915/dsh-review-loop](https://github.com/wuxiangru915/dsh-review-loop) — 增量 diff 审查器:Web 审查面板 + 审查意见注入 agent。 @@ -543,7 +544,6 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 - [xingyingyuzhui/dsh-updater-ui](https://github.com/xingyingyuzhui/dsh-updater-ui) — 设置页中的 DSH 自助更新器:一键检查/拉取(git pull --ff-only)、自动后台检查、版本对比与更新说明预览,带红点提醒。 - [yflmq001/dsh-cost-tracker](https://github.com/yflmq001/dsh-cost-tracker) — 按模型追踪 token 成本:可配置缓存命中/未命中、输出与高峰时段单价,实时会话花费条,并标记未配置价格的模型。 - [Yuuz12/dsh-webui-auth](https://github.com/Yuuz12/dsh-webui-auth) — WebUI 身份认证:HTTP/传输层强制登录(资源、插件 bundle、/api、WebSocket 四层防护),服务端会话 + HttpOnly Cookie。 -- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) — WebDAV 服务器:把一个共享目录变成 Windows/macOS/Linux 都能挂载成本地磁盘的 WebDAV 服务,令牌认证、可选只读、目录/端口/令牌全可配,设置页自带三平台挂载指南。 ### 🎮 娱乐 - [AnacondaKC/dsh-douyin](https://github.com/AnacondaKC/dsh-douyin) — 侧栏短视频:原生播放器、系列导航、精确历史回放。 diff --git a/data/added-dates.json b/data/added-dates.json index f732a8852..d61b3994c 100644 --- a/data/added-dates.json +++ b/data/added-dates.json @@ -452,6 +452,7 @@ "https://github.com/weibaohui/dsh-settings-ui": "2026-09-06", "https://github.com/weibaohui/dsh-smart-title": "2026-09-08", "https://github.com/weibaohui/dsh-tasks": "2026-09-07", + "https://github.com/weibaohui/dsh-webdav-server": "2026-09-13", "https://github.com/weibaohui/dsh-xiuxian": "2026-09-06", "https://github.com/weibaohui/experts-management": "2026-09-07", "https://github.com/weibaohui/hermes-loop": "2026-09-06", diff --git a/docs/dev/index.html b/docs/dev/index.html index 5bbcfc4ab..b8f21a3d2 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -4,7 +4,7 @@ 开发与运行时插件 — DeepSeek Harness(dsh)精选 · Awesome DSH Plugin - + @@ -12,7 +12,7 @@ - + @@ -26,7 +26,7 @@ - +