From 82aa0c659e6940ead5b773b7a7eeb3ee4f4b1f06 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 15 Aug 2026 16:52:53 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 073a58d..a242ddd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # DeskForge Unified self-hosted RustDesk-compatible server. @@ -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). @@ -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 ``` ---