Plugin directory / Development & Runtime / dsh-schedule-tasks
dsh-schedule-tasks
Verified · installs & boots on dsh uluckystar/dsh-schedule-tasks ↗
What it does
DSH 定时任务插件:标准 cron 5 段式调度 + shell/通知触发动作 + Web 侧边栏管理面板。by MyDSH 社区 (mydsh.dev)
Works — verified, early-stage project
DSH 定时任务插件:标准 cron 5 段式调度 + shell/通知触发动作 + Web 侧边栏管理面板。by MyDSH 社区 (mydsh.dev) It installs cleanly and boots without issues in our testing. It's early-stage but functional.
Install
This plugin is GitHub source (not published to npm) — install it straight from the repo:
dsh plugin --profile web add github:uluckystar/dsh-schedule-tasks - Install pnpm once:
npm install -g pnpm. - Add it from GitHub:
dsh plugin --profile web add github:uluckystar/dsh-schedule-tasks. - Restart
dsh web.
Note: plugins that ship a prepare build script may prompt pnpm to allow the build — add the key it prints under allowBuilds in pnpm-workspace.yaml, then re-run.
Test report
Verified: installed from GitHub, activated in the profile, and booted a task successfully.
Repository
github.com/uluckystar/dsh-schedule-tasks ↗