chore(deps): update lejianwen/rustdesk-api docker tag to v2.6.29 (#1656)
This commit is contained in:
5
apps/rustdesk-api/2.6.29/conf/hbbr/run
Normal file
5
apps/rustdesk-api/2.6.29/conf/hbbr/run
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/command/with-contenv sh
|
||||
cd /data || exit
|
||||
PARAMS=
|
||||
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${KEY}"
|
||||
/usr/bin/hbbr $PARAMS
|
||||
6
apps/rustdesk-api/2.6.29/conf/hbbs/run
Normal file
6
apps/rustdesk-api/2.6.29/conf/hbbs/run
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/command/with-contenv sh
|
||||
sleep 2
|
||||
cd /data
|
||||
PARAMS=
|
||||
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${KEY}"
|
||||
/usr/bin/hbbs -r $RELAY $PARAMS
|
||||
Reference in New Issue
Block a user