2022-07-22 18:02:56 -03:00
2022-01-31 22:01:19 +00:00
2022-02-12 14:28:49 -03:00
2022-02-13 20:13:03 +00:00
2022-07-22 18:02:56 -03:00
2022-02-13 19:53:09 +00:00

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
Description
No description provided
Readme 1.6 MiB
Languages
Vue 70.5%
JavaScript 17.2%
SCSS 11.8%
Dockerfile 0.5%