diff --git a/compose/strfry/sync.sh b/compose/strfry/sync.sh index ff9766d..9e9d406 100644 --- a/compose/strfry/sync.sh +++ b/compose/strfry/sync.sh @@ -1,14 +1,14 @@ #!/bin/sh -filters_external='{"kinds":[38383]}' - -while IFS= read -r line; do - /app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_external" --dir both -done < /app/external_urls.txt - - filters_federation='{"kinds":[38383, 31986, 1059]}' while IFS= read -r line; do /app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_federation" --dir both done < /app/federation_urls.txt + + +filters_external='{"kinds":[38383]}' + +while IFS= read -r line; do + /app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_external" --dir both +done < /app/external_urls.txt diff --git a/compose/strfry/tn.external_urls.txt b/compose/strfry/tn.external_urls.txt index 1a6b634..6011963 100644 --- a/compose/strfry/tn.external_urls.txt +++ b/compose/strfry/tn.external_urls.txt @@ -1,5 +1,5 @@ wss://nostr.satstralia.com -wss://freelay.sovbit.host -wss://nostrvista.aaroniumii.com wss://relay.damus.io -wss://relay.mostro.network \ No newline at end of file +wss://relay.mostro.network +wss://nostrvista.aaroniumii.com +wss://freelay.sovbit.host \ No newline at end of file