Skip to content

chakany/nostr-relay-registry

 
 

Repository files navigation

nostr-relay-registry

A dynamic registry of nostr relays that tests for very basic tasks in real-time.

Docker

Build the docker image:

docker build -t nostr-relay-registry .

Run the container interactively:

docker run --rm -it --name=nostr-relay-registry -p 8080:80 nostr-relay-registry

Run container in the background:

docker run -d --restart unless-stopped --name nostr-relay-registry -p 8080:80 nostr-relay-registry

About

a dynamic registry of nostr relays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • Dockerfile 5.0%
  • HTML 2.6%