DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-git-server

d

dsh-git-server

Manifest valid

Git server: embeds ts-gogs (a TypeScript reimplementation of Gogs) and serves a full Git service on its own port — HTTP clone/push, web UI, issues/PRs/wiki — reusing user-management credentials, start

UI (client)hasBundlePatch

@weibaohui/dsh-git-server

DSH plugin npm version

Git 服务器插件:把一套完整的自助 Git 服务装进 dsh——HTTP clone/push、工单、PR、wiki、发版、标签、里程碑、webhook 全功能,网页侧全程是 dsh 原生界面,账号可复用 user-management。

核心功能

  • 完整自助 Git 服务:HTTP clone/push 开箱即用,仓库/工单/PR/wiki/发版/标签/里程碑一条龙,崩溃自动拉起
  • dsh 原生管理页:侧栏底部「Git」进全屏页——建仓/删仓/克隆地址,仓库浏览多标签(文件树+内容、提交历史、分支、工单、PR、Wiki、发版、标签、里程碑、设置);React + dsh 主题(亮暗自动跟随)、zh/en 双语
  • 账号打通:账户来源 = user-management(必装)——git 凭据与页面登录均走 user-management 校验,免另记一套账号;网页注册关闭,账号只由 dsh 管理
  • 一键启停:启用/停用/端口/数据目录全在设置页,改完即生效
  • 局域网 git:默认监听 0.0.0.0,局域网内机器可直接 git clone/push
  • 数据自持:数据目录 = 仓库 + 数据库 + 日志,备份整个目录即备份全部

安装

本插件依赖 user-management 提供登录与账户,必须先装:

dsh plugin --profile web add @weibaohui/user-management -w
dsh plugin --profile web add @weibaohui/dsh-git-server -w

装完重启 dsh web 即生效。

使用

  1. 打开 Web UI → 设置 → Git 服务器——默认已启用(监听 0.0.0.0:3400,无需勾选;要停用在设置页取消勾选),可在此改端口/数据目录/查看 root 密码

  2. 侧栏底部点「Git」进全屏管理页:新建仓库(或导入已有),照常开发

  3. git clone/push 走子进程端口,凭据用 user-management 的用户名密码:

    git clone http://127.0.0.1:3400/root/drill-repo.git
    cd drill-repo && git checkout -b feature && ... && git push origin feature
    
  4. 仓库浏览、工单、PR、wiki、发版、标签、里程碑等日常操作全部在原生管理页完成

联系我 :飞书群

link

Similar plugins

dsh-github

GitHub account management plus a local Git workflow for the web GUI with clone, fast-forward pull, status, commit, push, and host-side push guards.

Development & InfrastructureManifest valid

0

106/wk

dsh plugin --profile web add dsh-github

by dHR-P

Git-based multi-device sync for the DSH web GUI: workspace conversation/file sync plus preset/plugin manifests

Manifest valid

0

MIT

JavaScript

Aug 23, 2026

dsh plugin --profile web add dsh-git-sync

On-demand GitHub proxy for the Web UI: one-click git/SSH proxy toggle with connectivity tests.

Tools & CapabilitiesManifest valid

0

dsh plugin --profile web add dsh-git-proxy

by Moon-shiyue

便携式 GitHub 连接插件 for DeepSeek Harness (DSH):composer 左下角一键授权,AI 可通过 github_api 工具操作你的 GitHub。Portable GitHub connection plugin: OAuth device flow / PAT, proxy & system-CA aware.

Development & InfrastructureManifest valid

4

47/wk

MIT

JavaScript

Aug 29, 2026

dsh plugin --profile web add dsh-github-connect

Code management panel for the DSH web UI that handles everyday Git in five steps: ① env check auto-detects git/gh/ssh and one-click installs missing tools (gh mirror download sources speed up installs

Development & InfrastructureManifest valid

0

366/wk

dsh plugin --profile web add source-code-mgmt

First-class Git tools for the model: status / diff / log / commit / branch with validated messages and paths - no bare-shell git calls.

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-plugin-git-workflow