Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# DeskForge

Unified self-hosted RustDesk-compatible server.
Expand Down Expand Up @@ -61,7 +63,7 @@ captcha + brute-force protection.

**Admin UI (Vue 3):** Login, Dashboard, Devices, Users, Groups, Tags, OAuth, Server Config,
Audit, Custom Client Builder, Profile, My Workspace, Guest Sharing.
3 locales (en/ru/zh_CN). Light/Dark/Auto themes.
3 locales (en/ru/en/ru/zh_CN). Light/Dark/Auto themes.
Shared UI: DataTable, AppDialog, AppDrawer, FilterBar, ActionsToolbar.

**Custom client:** GitHub Actions → rustdesk fork → `rustqs.exe` (Windows).
Expand Down Expand Up @@ -101,6 +103,7 @@ rdgen/ — vendored reference workflow (not a service)
cd docker
docker compose build # full build
docker compose up -d # start
docker compose -f docker-compose-dev.yaml up -d # dev
```

---
Expand Down