-
Notifications
You must be signed in to change notification settings - Fork 2.8k
luci-app-rustdesk-server: add new application #8188
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
Open
luminoso
wants to merge
1
commit into
openwrt:master
Choose a base branch
from
luminoso:rustdesk-app
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,833
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9aa997f to
a0937ff
Compare
This comment has been minimized.
This comment has been minimized.
6f39b31 to
f2004d9
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c2b3d48 to
1d4c7f3
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
dfdff9f to
0cb7014
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
|
If you're stuck with the author/committer - your local repo git config should use matching config. |
systemcrash
reviewed
Jan 5, 2026
...ations/luci-app-rustdesk-server/htdocs/luci-static/resources/view/rustdesk-server/general.js
Outdated
Show resolved
Hide resolved
systemcrash
reviewed
Jan 5, 2026
...ations/luci-app-rustdesk-server/htdocs/luci-static/resources/view/rustdesk-server/general.js
Outdated
Show resolved
Hide resolved
systemcrash
reviewed
Jan 5, 2026
...ations/luci-app-rustdesk-server/htdocs/luci-static/resources/view/rustdesk-server/general.js
Show resolved
Hide resolved
systemcrash
reviewed
Jan 5, 2026
applications/luci-app-rustdesk-server/root/usr/share/rpcd/acl.d/luci-app-rustdesk-server.json
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6901665 to
e1d8f42
Compare
Author
|
@systemcrash I think I've addressed all the feedback! Thank you! Can you give one last review to see if I've missed anything? |
systemcrash
reviewed
Jan 6, 2026
applications/luci-app-rustdesk-server/root/usr/share/rpcd/ucode/rustdesk-server.uc
Outdated
Show resolved
Hide resolved
systemcrash
reviewed
Jan 7, 2026
applications/luci-app-rustdesk-server/root/usr/share/rpcd/ucode/rustdesk-server.uc
Outdated
Show resolved
Hide resolved
Add LuCI web interface for managing RustDesk Server on OpenWrt. RustDesk is an open-source remote desktop application, providing a self-hosted alternative to proprietary solutions like TeamViewer and AnyDesk. It enables secure remote access without relying on third-party servers. This package provides configuration for the RustDesk server components: - hbbs: ID/Rendezvous server for connection brokering - hbbr: Relay server for NAT traversal Features: - Modern JavaScript UI with live status polling - Service management (start/stop/restart/enable/disable) - Public key display with copy button and regeneration - Firewall rule auto-management based on port settings - Tabbed configuration for ID Server (hbbs) and Relay Server (hbbr) - Log viewer with auto-refresh - Input validation (paths, ports, CIDR notation) - i18n ready with POT template Signed-off-by: Guilherme Cardoso <luminoso+github@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
luci-app-rustdesk-server: add new application
Add LuCI web interface for managing RustDesk Server on OpenWrt.
This is my first attempt to contribute to Luci. If I've missed anything or any pattern is wrong, please let me know.
This package provides configuration for the RustDesk server components:
Features:
Screenshot:

Video:
Screencast_20260103_184715.webm
Tasks:
Signed-off-by: <my@email.address>row (viagit commit --signoff)<package name>: titlefirst line subject for packagesPKG_VERSIONin the MakefileReferences: