dsh가 설치돼 있고 dsh web 이 정상 실행될 것(npm 설치 경로는 별도 요구 사항 없음). 저장소에서 설치할 때는 Node.js ≥ 22 + pnpm 필요. 알려진 함정(README 자체 기재): pnpm 11의 release-age 기준 때문에 출시 10일 이내인 @linxin666/* 최신 버전이 구버전으로 설치되고, 스킨 적용 시 ERR_MODULE_NOT_FOUND ... dsh-client-ui-skin-* 오류가 남(위 설정으로 제외). SSH 비밀번호/암호는 ~/.dsh/dsh-ssh.json 에 평문 저장(0600)되고, 재접속 시 비멱등 명령이 다시 실행될 수 있으며 원격 출력은 마스킹되지 않음. Cloudflare quick tunnel과 Tailscale Serve는 SSE를 지원하지 않아 모바일에서는 폴링으로 자동 강등되고 메시지가 몇 초 늦을 수 있음. 호스트가 꺼져 있거나 절전 중일 때 놓친 예약 작업은 그대로 건너뛰고 나중에 보충 실행하지 않음.
dsh 플러그인: profile에 설치한 뒤 dsh web을 재시작하면 적용됩니다.
패키지 전체(권장)
dsh plugin --profile web add @linxin666/dsh-web-ui-all
테마만 설치
dsh plugin --profile web add @linxin666/dsh-skins
개별 설치
dsh plugin --profile web add @linxin666/dsh-liangshen
dsh plugin --profile web add @linxin666/dsh-client-ui-task-board
dsh plugin --profile web add @linxin666/dsh-ssh
dsh plugin --profile web add @linxin666/dsh-tool-describe-image
dsh plugin --profile web add @linxin666/dsh-pet
dsh plugin --profile web add dsh-better-sidebar
저장소에서 설치(개발/디버깅)
git clone https://github.com/zhu1090093659/dsh-web-ui.git
cd dsh-web-ui
pnpm install
pnpm -r build
node scripts/link-profile.mjs
dsh plugin --profile web add link:$(pwd)/packages/dsh-web-ui-all
dsh web
제거
dsh plugin --profile web remove @linxin666/dsh-web-ui-all
전체 사용 가이드
01권장 명령어로 통합 패키지 @linxin666/dsh-web-ui-all 설치
02dsh web 을 재시작하면 사이드바에 각 플러그인 진입점이 나타남
03Settings → Plugin Configuration 에서 플러그인별 on/off, 또는 스킨 센터에서 테마 11종을 입어 보기(먼저 미리 보고 그다음 적용)
플러그인 추천: DeepSeek Harness 필수 설치! 고성능 실용 플러그인 10선(GitHub Star 순). DeepSeek이 막 오픈소스로 공개한 Harness 생태계가 날아올랐어요! 인터페이스가 못생겼다? 비전이 없다? 마이그레이션이 귀찮다? 이 플러그인들이 전부 해결해 줘요! GitHub Star 순으로 엄선했고, 데이터는 오늘 기준이니 그대로 따라 하면 돼요. 1️⃣ dsh-web-ui ⭐1312… (본문이 여기서 잘림)