1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/nostr-rs-relay/README.md

21 lines
477 B
Markdown
Raw Normal View History

2023-02-08 03:53:07 +00:00
nostr-rs-relay
==============
[A nostr relay][1], written in Rust. It currently supports the entire relay
protocol, and persists data with SQLite. There is experimental support for
Postgresql.
## Up and Running
```bash
$ 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
```
[1]: https://github.com/scsibug/nostr-rs-relay