Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-27 03:37:54 +00:00
parent 05f3f56701
commit e25724b37d
72 changed files with 373 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/command/with-contenv sh
cd /data || exit
PARAMS=
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${KEY}"
/usr/bin/hbbr $PARAMS
+6
View 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