Skip to content

dsh-plugin-manager

Verified

@frost_with_snow/dsh-plugin-manager · v1.0.0 · MIT

Web dashboard for managing custom dsh plugins — enable/disable without CLI

Install

dsh plugin add @frost_with_snow/dsh-plugin-manager

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Tags

Creators

Readme

@frost_with_snow/dsh-plugin-manager

个人 dsh 插件管理控制台。

功能

  • Web UI 控制台(端口 12333)
  • 双来源插件列表:本地文件 + npm 远程搜索(@frost_with_snow/dsh-*
  • 一键启用/禁用本地插件
  • npm 远程插件可一键安装
  • 重启 dsh 后生效

安装

# 通过 npm 安装
npm install -g @frost_with_snow/dsh-plugin-manager

# 或通过 link 安装(开发模式)
npx dsh plugin add link:C:\path\to\dsh-plugin-manager

使用

  1. 启动 dsh:npx dsh --profile web
  2. 访问管理界面:http://127.0.0.1:12333
  3. 在界面中查看/启用/禁用插件
  4. 重启 dsh 使更改生效

技术栈

  • 纯 Node.js,零依赖
  • 内置 HTTP 服务器 + 静态文件服务
  • npm 注册表搜索 + cordis.patch.yml 管理

许可证

MIT