mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 17:45:42 +00:00
e855f5786d
Add a new betterdesk-server Go codebase (server, api, auth, db, relay, signal, metrics, audit, ratelimit, proto, tools, tests) and related deployment/migration scripts. Add a comprehensive SECURITY_AUDIT_2026-03-01 report and .gitattributes; update copilot-instructions (ALL-IN-ONE v2.4.0), README, VERSION, Dockerfiles, scripts, docker-compose and entrypoint. Large updates to web-nodejs (translations, routes, services, frontend assets and middleware) and numerous new utilities; remove legacy Flask web files and archive hbbs-patch-v2 artifacts. Prepares repository for PostgreSQL support, DB migration tooling and the new Go server as the production backend.
Documentation
This directory contains comprehensive documentation for BetterDesk Console.
Quick Start
- INSTALLATION_V1.4.0.md - Installation guide
- UPDATE_GUIDE.md - Updating existing installations
- TROUBLESHOOTING_EN.md - Common issues & solutions
Docker
- DOCKER_SUPPORT.md - Docker installation guide
- DOCKER_TROUBLESHOOTING.md - Docker-specific issues
Features
- CLIENT_GENERATOR.md - Custom client generator
- CLIENT_GENERATOR_QUICKSTART_EN.md - Client generator quick start
- ID_CHANGE_FEATURE.md - Device ID change feature
- STATUS_TRACKING_v3.md - Device status tracking system
Performance
- GPU_OPTIMIZATION_EN.md - GPU optimization
- GPU_FIX_QUICKSTART_EN.md - Quick GPU fix guide
- OPTIMIZATION_SUMMARY_EN.md - Performance optimization summary
Security & Troubleshooting
- KEY_TROUBLESHOOTING.md - Key and encryption issues
- PORT_SECURITY.md - Port configuration & security
- QUICK_FIX_EN.md - Quick fixes for common issues
Development
- BUILD_GUIDE.md - Building from source
- CONTRIBUTING.md - Contribution guidelines
- PROJECT_STRUCTURE.md - Project structure overview
- CHANGELOG.md - Version history
Additional
- TRANSLATION_SUMMARY.md - Documentation translation status
Legacy HBBS Patch (Archived)
The original Rust-based HBBS patch (hbbs-patch-v2/) has been replaced by the Go server and moved to archive/. See the main README for current architecture.