implement nostr.json
This commit is contained in:
parent
23fefae3b2
commit
ff15e53ffa
3 changed files with 24 additions and 1 deletions
19
html/plugh/.well-known/nostr.json
Normal file
19
html/plugh/.well-known/nostr.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"npub1": {
|
||||||
|
"_comment": "npub1 for humans, not part of nip-05",
|
||||||
|
"xyzzy": "npub1xyzzy7fydpm2ptgte8523dqq6gvl86a6tpt8f5se628j8yzw0mvq48kpz7",
|
||||||
|
"_": "npub1xyzzy7fydpm2ptgte8523dqq6gvl86a6tpt8f5se628j8yzw0mvq48kpz7"
|
||||||
|
},
|
||||||
|
|
||||||
|
"names": {
|
||||||
|
"xyzzy": "31042279246876a0ad0bc9e8a8b400d219f3ebba585674d219d28f23904e7ed8",
|
||||||
|
"_": "31042279246876a0ad0bc9e8a8b400d219f3ebba585674d219d28f23904e7ed8"
|
||||||
|
},
|
||||||
|
"relays": {
|
||||||
|
"31042279246876a0ad0bc9e8a8b400d219f3ebba585674d219d28f23904e7ed8": [
|
||||||
|
"wss://purplerelay.com",
|
||||||
|
"wss://nostr.mom",
|
||||||
|
"wss://nos.lol"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -78,6 +78,10 @@ kbd {
|
||||||
display:block;
|
display:block;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
.footdesc a{
|
||||||
|
color:#666666;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
.footlink {
|
.footlink {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<div class="content middle">
|
<div class="content middle">
|
||||||
<span class="footdesc">[ .ee | .fi ]</span>
|
<span class="footdesc">[ <a href=".well-known/nostr.json">nostr.json</a> ]</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue