clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
901 B

# Same DB path the relay uses
db = "/var/lib/strfry"
streams {
# One named stream group that pulls down exactly the kinds you care about
ingest {
dir = "down"
# Pull long-form + replies + reactions + zaps + highlights + hygiene
# 30023 = NIP-23 article
# 30024 = NIP-23 draft
# 1 = replies/comments
# 1111 = comments
# 7 = reactions
# 9735 = zap receipts
# 9802 = highlights
# 0 = profiles
# 5 = deletes
filter = {"kinds":[30023,30024,1111,9735,9802,0,5]}
urls = [
"wss://nos.lol"
"wss://relay.damus.io"
"wss://thecitadel.nostr1.com"
"wss://relay.primal.net"
]
}
# If you later want a second policy (e.g., only profiles), add another block:
# { "kinds": [30023, 1111, 9802] }
# profiles_only {
# dir = "down"
# filter = { "kinds": [0] }
# urls = [ "wss://nos.lol" ]
# }
}