mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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:
committed by
Paul Donald
parent
ab72c4457a
commit
1b47d9c353
@@ -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>
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/etc/rustdesk
|
||||
/usr/bin/hbbr
|
||||
/usr/bin/hbbs
|
||||
/usr/bin/rustdesk-utils
|
||||
Reference in New Issue
Block a user