nostr-rs-relay icon indicating copy to clipboard operation
nostr-rs-relay copied to clipboard

Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/

Results 55 nostr-rs-relay issues
Sort by recently updated
recently updated
newest added

In noStrudel I can see in the web socket log that it sends out an `AUTH` message. In the relay log I see `client is authenticated`. But there's no OK...

I'd like to whitelist connections on localhost.

I have: ```toml [verified_users] mode = "enabled" domain_whitelist = ["f.sprovoost.nl"] ``` When I try to send notes to the relay (using Mostr) they're initially rejected as unauthorised. That makes sense,...

As a first step to making my personal relay a bit more permissive, I'm thinking of automatically whitelisting everyone I follow. Something like `pubkey_follows_whitelist = [me, alt npub that follows...

https://github.com/hzrd149/blossom Although it could make sense to have a standalone blossom server, I'd like to use same pubkey whitelist for upload as the relay does.