luci-app-rustdesk-server: add keep.d file
authorGuilherme Cardoso <redacted>
Fri, 13 Mar 2026 17:29:12 +0000 (17:29 +0000)
committerPaul Donald <redacted>
Mon, 16 Mar 2026 15:21:33 +0000 (16:21 +0100)
Add a keep.d file to preserve the rustdesk configuration and binaries
across sysupgrades. The /etc/rustdesk directory contains the encryption
keys and database, and /usr/bin/ contains the hbbr, hbbs, and
rustdesk-utils binaries which need to be retained.

Signed-off-by: Guilherme Cardoso <redacted>
applications/luci-app-rustdesk-server/Makefile
applications/luci-app-rustdesk-server/root/lib/upgrade/keep.d/rustdesk-server [new file with mode: 0644]

index 222e0c943422255e1e1edb225e713a363f49d876..b78cefac6685bda6e9d7417bb1d3988111e1813e 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
-PKG_VERSION:=20250610
-PKG_RELEASE:=4
+PKG_VERSION:=20260313
+PKG_RELEASE:=1
 PKG_NAME:=luci-app-rustdesk-server
 PKG_MAINTAINER:=Guilherme Cardoso <luminoso@gmail.com>
 
diff --git a/applications/luci-app-rustdesk-server/root/lib/upgrade/keep.d/rustdesk-server b/applications/luci-app-rustdesk-server/root/lib/upgrade/keep.d/rustdesk-server
new file mode 100644 (file)
index 0000000..4140ed0
--- /dev/null
@@ -0,0 +1,4 @@
+/etc/rustdesk
+/usr/bin/hbbr
+/usr/bin/hbbs
+/usr/bin/rustdesk-utils
git clone https://git.99rst.org/PROJECT