thanks! it should be visible in your feed if you follow me, or from my profile page. I'm enjoying Relayer so far. now I'm wondering if I should just go all in and setup rsslay to get the pebblesDB backing instead of having to mess with postgres.
Discussion
I'm also thinking about adding the reverse feature, syndicating nostr feeds into RSS.
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.
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.