khatru-pyramid/README.md

18 lines
394 B
Markdown
Raw Normal View History

2023-09-18 19:18:24 +00:00
# Khatru Invite
A relay based on [Khatru](https://github.com/fiatjaf/khatru) with a invite hierarchy feature.
2024-02-23 15:20:17 +01:00
### Deploy with docker
```
docker run \
-p 3334:3334 \
-v ./users.json:/app/users.json \
-v ./db:/app/db \
-e DOMAIN=yourdomain.example.com \
-e RELAY_NAME="your relay name" \
-e RELAY_PUBKEY="your nostr hex pubkey" \
tijlxyz/khatru-pyramid:latest
```
2024-02-23 15:20:17 +01:00