mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-07-13 08:56:57 +00:00
custom client generator for rustdesk
- HTML 60.4%
- Python 39.2%
- Dockerfile 0.4%
|
Some checks failed
update docker image / build (push) Has been cancelled
* Update Company Name WIN * Update Company Name WSh * Update Company Name W86 * Update and Fix Company Name MAC * Update Company Name AND * Update Company Name LIN * Update Company Name in Generator * Keep backwards compatibility W86 * Keep Backwards Compatibility WIN * Keep backwards compatibility WSh * Keep backwards compatibility MAC * Missed those 2 * Consistency * Keep backwards compatibility LIN * Change company in main.rs * Change Company in main.rs WIN * Change company in main.rs WSh * Change company in main.rs MAC * Keep backwards compatibility AND |
||
|---|---|---|
| .github | ||
| rdgen | ||
| rdgenerator | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| gunicorn.conf.py | ||
| LICENSE | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
| setup.md | ||
RDGen, a RustDesk client generator to use with your self-hosted RustDesk server
The client generator is currently hosted here. If you would like to host the generator yourself, see here
Features
- Embed server and key into client
- Custom app name
- Custom icon/logo
- Set default settings for the client
- Support for rustdesk advanced settings (https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/)
Generate RustDesk clients from command line instead of using a web browser
Save your configuration from the rdgen web interface, or generate your own, then use that json file with @AlekseyLapunov's rdgen-cli to build from the command line on Windows, Linux, or MacOS like this: python rdgen-cli -f my_config.json --set-version 1.4.5 --set-platform windows -s https://rdgen.crayoneater.org
Notes
- Icons should be square (256x256 recommended)
- Avoid special characters or non-English characters in app name and file name
- Build time is currently 30 - 45 minutes