nostrrelay/README.md
2023-02-13 17:49:10 +02:00

20 lines
No EOL
529 B
Markdown

# Nostr Relay
## One click and spin up your own Nostr relay. Share with the world, or use privately.
A simple UI wrapper for the great python relay library <a href="https://code.pobblelabs.org/fossil/nostr_relay/">nostr_relay</a>.
UI for diagnostics and management (key alow/ban lists, rate limiting) coming soon!
### Usage
1. Enable extension
2. Enable relay
### Development
Create Symbolic Link:
```
ln -s /Users/my-user/git-repos/nostr-relay-extension/ /Users/my-user/git-repos/lnbits/lnbits/extensions/nostrrelay
```