mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-07-19 01:03:34 +00:00
Add nostr nip05
This commit is contained in:
@ -70,6 +70,11 @@ server {
|
||||
ssl_certificate /etc/nginx/ssl/live/learn.robosats.org/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/ssl/live/learn.robosats.org/privkey.pem;
|
||||
|
||||
location /.well-known/nostr.json {
|
||||
alias /nostr/nostr.json;
|
||||
default_type application/json;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
10
nostr/nostr.json
Normal file
10
nostr/nostr.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"names": {
|
||||
"_": "npub1gdfr0r0an32jalqryqlvpn3gsef2hu832wv6kp5p2gt2aqa2n8yqd42ffw",
|
||||
"koalasat": "645681b9d067b1a362c4bee8ddff987d2466d49905c26cb8fec5e6fb73af5c84"
|
||||
},
|
||||
"relays": {
|
||||
"645681b9d067b1a362c4bee8ddff987d2466d49905c26cb8fec5e6fb73af5c84": [ "wss://nostr.satstralia.com", "wss://eden.nostr.land", "wss://relay.0xchat.com", "wss://wot.nostr.party" ],
|
||||
"npub1gdfr0r0an32jalqryqlvpn3gsef2hu832wv6kp5p2gt2aqa2n8yqd42ffw": [ "wss://nostr.satstralia.com", "wss://relay.damus.io", "wss://relay.0xchat.com", "wss://wot.nostr.party" ]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user