mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-04-19 10:11:18 +00:00
clarify readme, add another relay to list
This commit is contained in:
parent
577e82e5bb
commit
bc3653c9b5
@ -1,6 +1,6 @@
|
||||
# Relay Metadata
|
||||
RELAY_NAME="utxo WoT relay"
|
||||
RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb" # not your npub!
|
||||
RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb" # the owner's hexkey, not npub. Convert npub to hex here: https://nostrcheck.me/converter/
|
||||
RELAY_DESCRIPTION="Only notes in utxo WoT"
|
||||
RELAY_URL="wss://wot.utxo.one"
|
||||
RELAY_ICON="https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg"
|
||||
|
@ -22,6 +22,7 @@ Don't want to run the relay, just want to connect to some? Here are some availab
|
||||
- [wss://satsage.xyz](https://satsage.xyz)
|
||||
- [wss://wons.calva.dev](https://wons.calva.dev)
|
||||
- [wss://wot.zacoos.com](https://wot.zacoos.com)
|
||||
- [wss://wot.shaving.kiwi](https://wot.shaving.kiwi)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@ -53,7 +54,7 @@ Open the `.env` file and set the necessary environment variables. Example variab
|
||||
|
||||
```bash
|
||||
RELAY_NAME="YourRelayName"
|
||||
RELAY_PUBKEY="YourPublicKey"
|
||||
RELAY_PUBKEY="YourPublicKey" # the owner's hexkey, not npub. Convert npub to hex here: https://nostrcheck.me/converter/
|
||||
RELAY_DESCRIPTION="Your relay description"
|
||||
DB_PATH="/home/ubuntu/wot-relay/db" # any path you would like the database to be saved.
|
||||
INDEX_PATH="/home/ubuntu/wot-relay/templates/index.html" # path to the index.html file
|
||||
|
Loading…
x
Reference in New Issue
Block a user