From: Guilherme Cardoso Date: Fri, 13 Mar 2026 17:29:12 +0000 (+0000) Subject: luci-app-rustdesk-server: add keep.d file X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1b47d9c3535e30404afe90919a8504a4f31c9c6a;p=openwrt-luci.git luci-app-rustdesk-server: add keep.d file 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 --- diff --git a/applications/luci-app-rustdesk-server/Makefile b/applications/luci-app-rustdesk-server/Makefile index 222e0c9434..b78cefac66 100644 --- a/applications/luci-app-rustdesk-server/Makefile +++ b/applications/luci-app-rustdesk-server/Makefile @@ -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 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 index 0000000000..4140ed069f --- /dev/null +++ b/applications/luci-app-rustdesk-server/root/lib/upgrade/keep.d/rustdesk-server @@ -0,0 +1,4 @@ +/etc/rustdesk +/usr/bin/hbbr +/usr/bin/hbbs +/usr/bin/rustdesk-utils