Skip to content

Commit 8258e35

Browse files
authored
add live preview of your relay
1 parent 0209eb2 commit 8258e35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ _Image is not available on a registry yet_
115115
- if you run a `ws` (unsecured) relay, for instance from onion or a local relay, you must serve _myrelay.page_ from `http`
116116
- You are not serving _myrelay.page_ from the `https` url equivalent of your relay, see below if testing locally.
117117

118+
## Demo your own relay now
119+
URL parameters are disabled by default for various reasons (in the future it can be enabled build-time for novel cases). However, you can preview your relay on myrelay.page and even edit it without building or deploying it through the netlify build (which is always latest). **Important: Works for `wss` relays only!**
120+
121+
`https://relaypage.netlify.app/?url=$YOUR_RELAY_URL`
122+
123+
for example
124+
- [snort](https://relaypage.netlify.app/?url=wss://relay.snort.social)
125+
- [damus](https://relaypage.netlify.app/?url=wss://relay.damus.io)
126+
- [damus](https://relaypage.netlify.app/?url=wss://purplepag.es)
127+
- [nostr.land](https://relaypage.netlify.app/?url=wss://nostr.land)
128+
118129
## dev
119130

120131
```

0 commit comments

Comments
 (0)