khatru-pyramid/README.md
2024-03-01 01:40:15 +01:00

1007 B

Khatru Pyramid

A relay based on Khatru with a invite hierarchy feature.

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

Deploy with

Manually build

$ git clone https://github.com/github-tijlxyz/khatru-pyramid 
$ cd khatru-pyramid
$ go build # or run
$ DOMAIN=example.com RELAY_NAME=test RELAY_PUBKEY=yourpubkey ./khatru-pyramid