robosats-deploy/compose/relay/sync_external.sh
koalasat 629dccac4d Use new relay
Conflicts:
	compose/relay/sync_external.sh
	compose/strfry/sync.sh
2025-05-08 17:46:51 +02:00

9 lines
251 B
Bash

#!/bin/sh
filters_external='{"kinds":[38383]}'
timeout_duration="15s"
while IFS= read -r line; do
timeout "$timeout_duration" /app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_external" --dir both
done < /app/external_urls.txt