We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install nostr-relay nostr-relay serve
docker pull scsibug/nostr-rs-relay docker run -p 4445:8080 scsibug/nostr-rs-relay
$ docker run -it -p 7000:8080 \ --mount src=$(pwd)/config.toml,target=/usr/src/app/config.toml,type=bind \ --mount src=$(pwd)/data,target=/usr/src/app/db,type=bind \ nostr-rs-relay
npx fonstr