robosats-deploy/compose/relay/sync_external.sh
2026-01-26 13:23:07 +01:00

9 lines
284 B
Bash

#!/bin/sh
filters_sync="{\"kinds\":[38383],\"since\":$(date -d "2 weeks ago" +%s)}"
timeout_duration="15s"
while IFS= read -r line; do
timeout "$timeout_duration" /app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_sync" --dir both
done < /app/external_urls.txt