mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-01 07:32:16 +00:00
Merge branch 'split-strfry-onions'
Conflicts: compose/strfry/mn.federation_urls .txt compose/strfry/mn.federation_urls.txt
This commit is contained in:
@ -2,7 +2,3 @@ ws://ngdk7ocdzmz5kzsysa3om6du7ycj2evxp2f2olfkyq37htx3gllwp2yd.onion/nostr
|
||||
ws://4t4jxmivv6uqej6xzx2jx3fxh75gtt65v3szjoqmc4ugdlhipzdat6yd.onion/nostr
|
||||
ws://mmhaqzuirth5rx7gl24d4773lknltjhik57k7ahec5iefktezv4b3uid.onion/nostr
|
||||
ws://otmoonrndnrddqdlhu6b36heunmbyw3cgvadqo2oqeau3656wfv7fwad.onion/nostr
|
||||
<<<<<<< HEAD
|
||||
wss://nostr.satstralia.com
|
||||
=======
|
||||
>>>>>>> main
|
@ -0,0 +1,4 @@
|
||||
ws://ngdk7ocdzmz5kzsysa3om6du7ycj2evxp2f2olfkyq37htx3gllwp2yd.onion/nostr
|
||||
ws://4t4jxmivv6uqej6xzx2jx3fxh75gtt65v3szjoqmc4ugdlhipzdat6yd.onion/nostr
|
||||
ws://mmhaqzuirth5rx7gl24d4773lknltjhik57k7ahec5iefktezv4b3uid.onion/nostr
|
||||
ws://otmoonrndnrddqdlhu6b36heunmbyw3cgvadqo2oqeau3656wfv7fwad.onion/nostr
|
@ -1,14 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
filters='{"kinds":[38383]}'
|
||||
filters_external='{"kinds":[38383]}'
|
||||
|
||||
while IFS= read -r line; do
|
||||
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters" --dir both
|
||||
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_external" --dir both
|
||||
done < /app/external_urls.txt
|
||||
|
||||
|
||||
filters='{"kinds":[38383, 31986, 1059]}'
|
||||
filters_federation='{"kinds":[38383, 31986, 1059]}'
|
||||
|
||||
while IFS= read -r line; do
|
||||
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters" --dir both
|
||||
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters_federation" --dir both
|
||||
done < /app/federation_urls.txt
|
||||
|
Reference in New Issue
Block a user