mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-11 13:49:03 +00:00
1508c739b2
RustDesk clients could not log in after v3 when handlers moved to Go but nothing listened on :21121 (API_ENABLED off) or Go bound the wrong port. Go serves /api/login on 21114; the console proxies legacy :21121 URLs to Go. Installers repair .env/systemd, Docker publishes both ports, and firewall rules allow 21114 and 21121 on full installs. Also includes betterdesk-support-agent (Fyne desktop helper) and docs/important/ operator notes (API ports, update flow, agent roadmap).
6 lines
376 B
Markdown
6 lines
376 B
Markdown
# BetterDesk Node Toolchain
|
|
|
|
- Repo validation may need Node.js, but system PATH can lack `node`/`npm`.
|
|
- Local user install used in this workspace: `~/.local/share/betterdesk-tools/node22/bin` (Node v22.11.0, npm 10.9.0).
|
|
- Use: `export PATH="$HOME/.local/share/betterdesk-tools/node22/bin:$PATH"` before `npm test`, `npm run i18n:check`, or `node --check` in `web-nodejs/`.
|