- Home
- Plugins
- Sessions & Messages
- dsh-jianguo-webdav
G
dsh-jianguo-webdav
guaguaxxxx/dsh-jianguo-webdav
WebDAV sync for DeepSeek Harness - sync settings, sessions, attachments, profiles to JiaGuoYun (坚果云).
Install
dsh plugin --profile web add github:guaguaxxxx/dsh-jianguo-webdavREADME
dsh-jianguo-webdav
通过 WebDAV 协议将 DeepSeek Harness (DSH) 的配置和会话历史同步到坚果云等云存储。
同步内容
| 内容 | 本地路径 | 云端路径 |
|---|---|---|
| 会话历史 | ~/.dsh/sessions/<project>/<id>/ | /sessions/<project>/<id>/ |
| 设置 | ~/.dsh/settings.yaml | /config/settings.yaml |
| 附件 | ~/.dsh/attachments/v1/objects/ | /attachments/v1/objects/ |
| Profile 配置 | ~/.dsh/profiles/web/ | /profiles/web/ |
| Agent Presets | ~/.dsh/.agent-presets/ | /presets/ |
| Pet | ~/.dsh/pet.json | /config/pet.json |
不同步: .credentials.yaml、node_modules/、临时文件、本地缓存。
配置
创建 ~/.dsh/jianguo-webdav.yaml:
remoteUrl: "https://dav.jianguoyun.com/dav/"
username: "your@email.com"
password: "your-password"
syncSessions: true
syncSettings: true
syncAttachments: true
syncProfiles: true
syncPresets: true
syncPet: true
autoSync: false
syncIntervalMin: 5
使用
在 DSH 会话中使用:
/sync-webdav push # 推送同步
/sync-webdav status # 查看状态
/sync-webdav test # 测试连接
安装
dsh plugin --profile web add dsh-jianguo-webdav
Related plugins
A
dsh-turn-rewind
anionex/dsh-turn-rewind
832 days agoSessions & MessagesBSD-3-Clause
N
dsh-chat-import
nwflower/dsh-chat-import
682 hours agoSessions & MessagesMIT
W
dsh-suite (plugin-session-export)
whyihaveyou/dsh-suite
412 hours agoSessions & MessagesMIT
C
dsh-interconnect
chinesezjc/dsh-interconnect
339 hours agoSessions & MessagesMIT