What's the du jour relay implementation to run a Nostr relay for a community? nostr-rs-relay, strfry, nostream don't seem to have received updates in quite a while. Looking for something that ideally comes with a management UI/API as well. If it doesn't exist, what to best build upon? #asknostr

Reply to this note

Please Login to reply.

Discussion

If i had time i would look into https://github.com/pippellia-btc/rely

It's not that well known but i think it's well written, super fast and is being worked on

nostr:npub17n4cuc4d6y6qh89dekvxrenfkt5s0n49xns00uavjaxpr36c55dq87fyh9 not listed under most popular web clients seems like a mistake

rely by nostr:npub176p7sup477k5738qhxx0hk2n0cty2k5je5uvalzvkvwmw4tltmeqw7vgup : https://github.com/pippellia-btc/rely

(it is a framework and not a relay, looks nice to build upon)

I've built rely, which is a framework for building very custom relays.

It's not plug and play but you can do anything with it.

https://github.com/pippellia-btc/rely

If you choose to try it and find some issues or the docs aren't clear, let me know, I'll gladly help!

I've built rely, which is a framework for building very custom relays.

It's not plug and play but you can do anything with it.

https://github.com/pippellia-btc/rely

If you choose to try it and find some issues or the docs aren't clear, let me know, I'll gladly help!

https://next.orly.dev has all of these things, and multiple options for how to control access, a follow/mute list based one, a simple one for curation, an advanced programmable one (including hot-reload of policy) called policy.

i'm working on popping out the policy to become an IPC using a simple API to receive requests for policy decisions, not done yet. i want to ultimately make it so you just set whatever shell command to launch the thing, and then it maintains running it and restarting it, so you can do its configuration separately, perhaps on a configuration API built into the policy ACL plugin.

not done yet tho. and i know there is other things that need to be broken out of the current monolithic structure. but for sure, orly is the easiest for running a community relay.