Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Local Storage of Customized Clients and Reusable Assets #331

Open
3 tasks
cturnerffs opened this issue Jul 25, 2024 · 0 comments
Open
3 tasks

Comments

@cturnerffs
Copy link

cturnerffs commented Jul 25, 2024

Currently, there is no way to maintain local copies of customized clients on the server. As the "download" URL links to the RustDesk.com build server, after a certain number of days users receive a "File not found" JSON response when attempting to download and have to run the build again. This requires manually downloading and copying the files to a web server to serve them to customers, which is inefficient considering RustDesk has a built-in web server, and adds additional resource usage to the build server when a rebuild isn't necessary.

Proposed Enhancements:

  1. Local Storage for Customized Clients:
  • Allow customized clients to be saved locally on the server itself.
  • Enable direct links to these clients for easy distribution.
  1. Reusable Icon and Logo Files:
  • Provide a way to save the icon and logo files for reuse, eliminating the need to re-upload them each time.
@cturnerffs cturnerffs changed the title Custom Client Downloads Feature Request: Local Storage of Customized Clients and Reusable Assets Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant