Mesh chat store: append-replicated log over the existing SSH trust

This commit is contained in:
Gmer4Lfe
2026-08-17 16:41:25 -04:00
parent fbf6a07da9
commit 772a3bdce2
4 changed files with 402 additions and 0 deletions
+4
View File
@@ -74,3 +74,7 @@ php "$SCRIPT_DIR/api_cache_writer.php"
# Failure is ignored on purpose: a missed sample costs resolution in one window, and this job's
# actual purpose is the WebGUI cache.
php "$SCRIPT_DIR/mesh_traffic_sample.php" >/dev/null 2>&1 || true
# Retry any mesh chat that could not be delivered when it was sent — a partner being asleep is
# the normal case for the message "my server is going down".
php "$SCRIPT_DIR/node_chat_receive.php" --flush >/dev/null 2>&1 || true