dockerfiles/nostr-rs-relay
kev b7be0368dc add nostr-rs-relay 2023-02-08 11:53:07 +08:00
..
data/etc add nostr-rs-relay 2023-02-08 11:53:07 +08:00
README.md add nostr-rs-relay 2023-02-08 11:53:07 +08:00
docker-compose.yml add nostr-rs-relay 2023-02-08 11:53:07 +08:00
nginx.conf add nostr-rs-relay 2023-02-08 11:53:07 +08:00

nostr-rs-relay

A nostr relay, written in Rust. It currently supports the entire relay protocol, and persists data with SQLite. There is experimental support for Postgresql.

Up and Running

$ mkdir -p data/{etc,var}
$ chmod 777 data/var
$ cd data/etc
$ wget https://github.com/scsibug/nostr-rs-relay/raw/master/config.toml
$ vim config.toml
$ docker-compose up -d
$ curl http://127.0.0.1:8080