Add standalone backup script and admin update-check banner
ops/backup.sh snapshots Redis (BGSAVE, dynamic RDB path lookup) and ./config for standalone deployments, with retention. A background service polls GitHub releases every 24h and surfaces an admin-only banner in the UI when a newer version is published.
This commit is contained in:
+6
-1
@@ -66,7 +66,12 @@ module.exports = {
|
||||
enabled: true,
|
||||
initial: 15000, // first refresh 15s after start
|
||||
interval: 14400000, // then every 4 hours
|
||||
}
|
||||
},
|
||||
updateCheck:{
|
||||
enabled: true,
|
||||
initial: 30000, // first check 30s after start
|
||||
interval: 86400000, // then every 24h
|
||||
},
|
||||
},
|
||||
|
||||
// Dynamic DNS: services queried (in order) to learn this box's public IP.
|
||||
|
||||
Reference in New Issue
Block a user