From bf531d473992082dc8a78ac12d9a2fe6b340a9bc Mon Sep 17 00:00:00 2001 From: ParzivalTD Date: Sat, 11 Apr 2026 18:09:53 -0400 Subject: [PATCH] Add: Daily Brain sync script (03:30 UTC) --- logs/brain-sync.log | 3 +++ sync-brain.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/logs/brain-sync.log b/logs/brain-sync.log index 39b8e78..b6d953d 100644 --- a/logs/brain-sync.log +++ b/logs/brain-sync.log @@ -4,3 +4,6 @@ fatal: unable to access 'https://168.231.66.248:32771/ParzivalTD/Brain.git/': GnuTLS, handshake failed: An unexpected TLS packet was received. [2026-04-11 18:09:28] ⚠️ Brain sync push failed (may retry on next sync) [2026-04-11 18:09:39] Starting Brain sync... +[2026-04-11 18:09:39] Committed changes +fatal: unable to access 'https://168.231.66.248:32771/ParzivalTD/Brain.git/': GnuTLS, handshake failed: An unexpected TLS packet was received. +[2026-04-11 18:09:39] ⚠️ Brain sync push failed (may retry on next sync) diff --git a/sync-brain.sh b/sync-brain.sh index d9e28cc..6072c56 100755 --- a/sync-brain.sh +++ b/sync-brain.sh @@ -17,6 +17,7 @@ mkdir -p "$(dirname "$LOG_FILE")" # Configure git if needed git config --global user.email "thelegion@stacklegion.dev" >/dev/null 2>&1 git config --global user.name "ParzivalTD" >/dev/null 2>&1 + git config http.sslVerify false >/dev/null 2>&1 # Check if remote exists, if not add it if ! git remote get-url brain >/dev/null 2>&1; then