robosats-deploy/compose/relay/sync_federation.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
270 B
Bash

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