mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-03 08:32:01 +00:00
Fix
This commit is contained in:
@ -1,14 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/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]}'
|
filters_federation='{"kinds":[38383, 31986, 1059]}'
|
||||||
|
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_federation" --dir both
|
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_federation" --dir both
|
||||||
done < /app/federation_urls.txt
|
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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
wss://nostr.satstralia.com
|
wss://nostr.satstralia.com
|
||||||
wss://freelay.sovbit.host
|
|
||||||
wss://nostrvista.aaroniumii.com
|
|
||||||
wss://relay.damus.io
|
wss://relay.damus.io
|
||||||
wss://relay.mostro.network
|
wss://relay.mostro.network
|
||||||
|
wss://nostrvista.aaroniumii.com
|
||||||
|
wss://freelay.sovbit.host
|
Reference in New Issue
Block a user