Setup your NIP05, for 1 user in nginx:
location ~ ^/.well-known/nostr.json { add_header Access-Control-Allow-Origin *; add_header Content-Type application/json; return 200 '{names:{"yourUsernameHere":"yourHexPubHere"}}'; }
Setup your NIP05, for 1 user in nginx:
location ~ ^/.well-known/nostr.json { add_header Access-Control-Allow-Origin *; add_header Content-Type application/json; return 200 '{names:{"yourUsernameHere":"yourHexPubHere"}}'; }
No replies yet.