Add Turnstile protection and harden export workflow

This commit is contained in:
2026-07-22 08:54:31 +02:00
parent 67c7b5ccff
commit 4b9a5d7e78
17 changed files with 1572 additions and 276 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ cd "$BASE_DIR" || { echo "cd failed: $BASE_DIR" >> "$LOG_FILE"; exit 1; }
start_ts=$(date +%s)
$PHP_BIN "$BASE_DIR/cleanup.php" >> "$LOG_FILE" 2>&1
$PHP_BIN "$BASE_DIR/taskExecuter.php" >> "$LOG_FILE" 2>&1
status=$?
@@ -23,4 +24,4 @@ echo "Duration: ${duration}s" >> "$LOG_FILE"
echo "CRON END $(date '+%Y-%m-%d %H:%M:%S')" >> "$LOG_FILE"
echo "" >> "$LOG_FILE"
exit $status
exit $status