StefanIsMe/dsh-updater-plugin--packages-client-ui-updater ↗★ 0
@deepseek-ai/dsh-client-ui-updater
Self-updater settings page: live status, apply plan, consent-gated apply/restart, restore, and runtime config for the host updater service
AI 분석
核心用途是为 DSH 提供前端自更新管理界面。适合需要通过 Web 界面安全、受控地升级和回滚 DSH 部署的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
⚙️ Configuration
.dsh/updater/config.json (durable per deployment):
{
"autoCheck": true,
"pollMs": 30000,
"buildCommand": "pnpm run build:web",
"expectedRemoteUrl": "https://github.com//.git",
"autoApply": false,
"strategy": "upstream-overlay"
}
autoApply: falseis pinned for the AI flow — updates only happen through a chat session, always user-invoked.expectedRemoteUrl— if set, apply is refused when the live remote URL mismatches (safety guard).