rsslay is not a normal relay. the only thing it does is to produce nostr events from RSS feeds. it doesn't accept normal events.

better try https://github.com/atdixon/me.untethr.nostr-relay or https://sr.ht/~gheartsfield/nostr-rs-relay/, both use sqlite instead of postgres.

Reply to this note

Please Login to reply.

Discussion

but if you like golang you can also use https://github.com/fiatjaf/relayer as a library, implement an interface and choose the datastore you want, even just memory or something else, I don't know, post all events to github or something like that.