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 <luminoso+github@gmail.com>
This commit is contained in:
Guilherme Cardoso
2026-03-13 17:29:12 +00:00
committed by Paul Donald
parent ab72c4457a
commit 1b47d9c353
2 changed files with 6 additions and 2 deletions

View 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>

View File

@@ -0,0 +1,4 @@
/etc/rustdesk
/usr/bin/hbbr
/usr/bin/hbbs
/usr/bin/rustdesk-utils